netcdf-cxx4/cxx4
2016-02-22 18:22:01 +00:00
..
CMakeLists.txt properly use ${CMAKE_INSTALL_*DIR} 2015-06-17 14:52:55 +02:00
Doxyfile new 2011-08-17 18:56:14 +00:00
example1.cpp Corrected missing quotes as reported by Robert Fischer. 2015-12-07 11:15:41 -07:00
mainPage new 2011-08-17 18:56:14 +00:00
Makefile.am Added the NcFile.open() and .close() test to autotools. 2015-05-11 12:38:42 -06: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 automatic data/define mode switching for classic files (see example in cxx4/test_classic.cpp) 2013-12-29 01:06:31 +01:00
ncCompoundType.cpp Corrected size of allocated memory for field name in NcCompoundType::getMemberName 2015-04-25 12:02:14 +02:00
ncCompoundType.h Added NcCompoundType methods getMemberName and getMemberIndex 2015-04-24 17:46:36 +02:00
ncDim.cpp Reference to element of possibly empty vector removed in NcDim::isUnlimited 2013-12-12 14:37:02 +01:00
ncDim.h new 2011-08-17 18:56:14 +00: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 Added error code member variable to NcException and changed constructor signatures 2013-12-16 17:42:52 +01:00
ncFile.cpp Add open and close methods for NcFile 2015-04-12 16:22:43 +02:00
ncFile.h Added a test for NcFile.open() and NcFile.close() 2015-05-11 12:32:23 -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 Fixed a variety of static-analysis reported issues. 2016-01-21 20:45:36 +00:00
ncGroup.h addVar for scalar variables 2013-12-29 01:46:56 +01: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 new 2011-08-17 18:56:14 +00:00
ncType.h new 2011-08-17 18:56:14 +00: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 Fixed a variety of static-analysis reported issues. 2016-01-21 20:45:36 +00:00
ncVar.h Fixed a variety of static-analysis reported issues. 2016-01-21 20:45:36 +00:00
ncVarAtt.cpp new 2011-08-17 18:56:14 +00:00
ncVarAtt.h new 2011-08-17 18:56:14 +00: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 Added error code member variable to NcException and changed constructor signatures 2013-12-16 17:42:52 +01:00
test_classic.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
test_dim.cpp Added error code member variable to NcException and changed constructor signatures 2013-12-16 17:42:52 +01:00
test_group.cpp Added error code member variable to NcException and changed constructor signatures 2013-12-16 17:42:52 +01:00
test_open_close.cpp Added a test for NcFile.open() and NcFile.close() 2015-05-11 12:32:23 -06:00
test_type2.cpp new 2011-08-17 18:56:14 +00:00
test_type3.cpp new 2011-08-17 18:56:14 +00:00
test_type4.c new 2011-08-17 18:56:14 +00:00
test_type4.cpp new 2011-08-17 18:56:14 +00:00
test_type5.cpp new 2011-08-17 18:56:14 +00:00
test_type.cpp Added error code member variable to NcException and changed constructor signatures 2013-12-16 17:42:52 +01: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 Removed a dead assignment reported by clang static analysis. 2016-01-21 20:08:08 +00:00
test_var.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
testx.cdl new 2011-08-17 18:56:14 +00:00