netcdf-cxx4/cxx4
2024-05-28 23:20:02 -07:00
..
CMakeLists.txt CMake: Add namespaced alias 2020-11-06 13:25:03 +00:00
Doxyfile new 2011-08-17 18:56:14 +00:00
example1.cpp Report errors correctly in examples 2022-02-23 17:55:53 +00:00
findplugin.in Adapting the findplugin script from the C library. 2019-06-21 15:30:04 -06:00
mainPage new 2011-08-17 18:56:14 +00:00
Makefile.am Remove duplicate line from Makefile.am 2021-12-05 21:59:18 -05:00
ncAtt.cpp Replaced several bitwise OR with logical OR 2013-12-09 14:34:02 +01:00
ncAtt.h new 2011-08-17 18:56:14 +00:00
ncByte.cpp new 2011-08-17 18:56:14 +00:00
ncByte.h new 2011-08-17 18:56:14 +00:00
ncChar.cpp new 2011-08-17 18:56:14 +00:00
ncChar.h new 2011-08-17 18:56:14 +00:00
ncCheck.cpp Merge branch 'exception_code_msg' of https://github.com/jarlela/netcdf-cxx4 into jarlela-exception_code_msg 2014-01-03 13:42:35 -07:00
ncCheck.h Fixed erroneous semi-colon... 2018-08-02 09:26:33 -02:30
ncCompoundType.cpp Suppress clang-tidy warnings about implicit conversions 2023-10-10 16:00:02 +01:00
ncCompoundType.h Added NcCompoundType methods getMemberName and getMemberIndex 2015-04-24 17:46:36 +02:00
ncDim.cpp Suppress clang-tidy warnings about implicit conversions 2023-10-10 16:00:02 +01:00
ncDim.h removed const from return values in ncDim.h 2016-12-06 11:05:00 -07:00
ncDouble.cpp new 2011-08-17 18:56:14 +00:00
ncDouble.h new 2011-08-17 18:56:14 +00:00
ncEnumType.cpp Added error code member variable to NcException and changed constructor signatures 2013-12-16 17:42:52 +01:00
ncEnumType.h new 2011-08-17 18:56:14 +00:00
ncException.cpp Added error code member variable to NcException and changed constructor signatures 2013-12-16 17:42:52 +01:00
ncException.h Mark NcException::what() as override for std::exception::what() 2024-05-28 23:20:02 -07:00
ncFile.cpp Remove global g_ncid 2024-01-04 14:30:39 +00:00
ncFile.h add const qualifier to NcFile header signatures 2023-02-10 17:02:53 -06:00
ncFill.cpp Changing comments in header files for various functions added 2019-08-01 12:37:55 -06:00
ncFill.h Changing comments in header files for various functions added 2019-08-01 12:37:55 -06:00
ncFilter.cpp Suppress clang-tidy warnings about implicit conversions 2023-10-10 16:00:02 +01:00
ncFilter.h Changing comments in header files for various functions added 2019-08-01 12:37:55 -06:00
ncFloat.cpp new 2011-08-17 18:56:14 +00:00
ncFloat.h new 2011-08-17 18:56:14 +00:00
ncGroup.cpp Suppress clang-tidy warnings about implicit conversions 2023-10-10 16:00:02 +01:00
ncGroup.h remove unused file_id, avoid compiler warnings 2024-03-25 14:35:54 -06:00
ncGroupAtt.cpp new 2011-08-17 18:56:14 +00:00
ncGroupAtt.h new 2011-08-17 18:56:14 +00:00
ncInt64.cpp new 2011-08-17 18:56:14 +00:00
ncInt64.h new 2011-08-17 18:56:14 +00:00
ncInt.cpp new 2011-08-17 18:56:14 +00:00
ncInt.h new 2011-08-17 18:56:14 +00:00
ncOpaqueType.cpp Added error code member variable to NcException and changed constructor signatures 2013-12-16 17:42:52 +01:00
ncOpaqueType.h new 2011-08-17 18:56:14 +00:00
ncShort.cpp new 2011-08-17 18:56:14 +00:00
ncShort.h new 2011-08-17 18:56:14 +00:00
ncString.cpp new 2011-08-17 18:56:14 +00:00
ncString.h new 2011-08-17 18:56:14 +00:00
ncType.cpp Remove global g_ncid 2024-01-04 14:30:39 +00:00
ncType.h Reworking this so that we can avoid the refactor cascade. 2016-03-29 11:30:53 -06:00
ncUbyte.cpp new 2011-08-17 18:56:14 +00:00
ncUbyte.h new 2011-08-17 18:56:14 +00:00
ncUint64.cpp new 2011-08-17 18:56:14 +00:00
ncUint64.h new 2011-08-17 18:56:14 +00:00
ncUint.cpp new 2011-08-17 18:56:14 +00:00
ncUint.h new 2011-08-17 18:56:14 +00:00
ncUshort.cpp new 2011-08-17 18:56:14 +00:00
ncUshort.h new 2011-08-17 18:56:14 +00:00
ncVar.cpp Suppress clang-tidy warnings about implicit conversions 2023-10-10 16:00:02 +01:00
ncVar.h Changing comments in header files for various functions added 2019-08-01 12:37:55 -06:00
ncVarAtt.cpp Changing comments in header files for various functions added 2019-08-01 12:37:55 -06:00
ncVarAtt.h Changing comments in header files for various functions added 2019-08-01 12:37:55 -06:00
ncVlenType.cpp Added error code member variable to NcException and changed constructor signatures 2013-12-16 17:42:52 +01:00
ncVlenType.h new 2011-08-17 18:56:14 +00:00
netcdf new 2011-08-17 18:56:14 +00:00
temp.c new 2011-08-17 18:56:14 +00:00
test2.cpp new 2011-08-17 18:56:14 +00:00
test9_1.cdl new 2011-08-17 18:56:14 +00:00
test9_2.cdl new 2011-08-17 18:56:14 +00:00
test10_1.cdl new 2011-08-17 18:56:14 +00:00
test10_2.cdl new 2011-08-17 18:56:14 +00:00
test_att.cpp Report test errors correctly 2022-02-23 15:23:59 +00:00
test_classic.cpp Report test errors correctly 2022-02-23 15:23:59 +00:00
test_dim.cpp Merge branch 'master' into fix-get-coord-vars 2022-02-23 15:28:00 -07:00
test_filter.cpp Report test errors correctly 2022-02-23 15:23:59 +00:00
test_group.cpp Report test errors correctly 2022-02-23 15:23:59 +00:00
test_ncFile_Flags.cpp Updated release notes. 2018-06-19 12:23:37 -06:00
test_open_close.cpp Corrected a couple issues. 2016-03-28 11:01:32 -06:00
test_type2.cpp Report test errors correctly 2022-02-23 15:23:59 +00:00
test_type3.cpp Report test errors correctly 2022-02-23 15:23:59 +00:00
test_type4.c new 2011-08-17 18:56:14 +00:00
test_type4.cpp Report test errors correctly 2022-02-23 15:23:59 +00:00
test_type5.cpp Report test errors correctly 2022-02-23 15:23:59 +00:00
test_type.cpp Remove global g_ncid 2024-01-04 14:30:39 +00:00
test_utilities.h Fixed unsigned/signed mismatch + unsafe type converion warnings in tests 2013-12-11 13:54:31 +01:00
test_var2.cpp Report test errors correctly 2022-02-23 15:23:59 +00:00
test_var.cpp Report test errors correctly 2022-02-23 15:23:59 +00:00
testx.cdl new 2011-08-17 18:56:14 +00:00
tst_filter.sh Adding more infrastructure for shell testing. 2019-07-08 10:38:52 -06:00