netcdf-cxx4/cxx4
2013-12-17 14:32:27 -07:00
..
Doxyfile new 2011-08-17 18:56:14 +00:00
example1.cpp new 2011-08-17 18:56:14 +00:00
mainPage new 2011-08-17 18:56:14 +00:00
Makefile.am added pkgconfig file 2011-09-23 11:49:34 +00:00
ncAtt_keep.cpp new 2011-08-17 18:56:14 +00: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 Made ncCheck argument file 'const char*' 2013-12-09 17:15:40 +01:00
ncCheck.h Made ncCheck argument file 'const char*' 2013-12-09 17:15:40 +01:00
ncCompoundType.cpp Changed NcCompondType::addMemeber 2013-12-13 15:04:53 +01:00
ncCompoundType.h new 2011-08-17 18:56:14 +00: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
NCDUMP new 2011-08-17 18:56:14 +00:00
ncEnumType.cpp new 2011-08-17 18:56:14 +00:00
ncEnumType.h new 2011-08-17 18:56:14 +00:00
ncException.cpp Changed nullptr to NULL for compilers not at C++11 yet 2013-12-10 16:00:32 -07:00
ncException.h NcException copy constructor and assignment operators defined 2013-12-09 18:11:50 +01:00
ncFile.cpp Merge branch 'sync' of https://github.com/jarlela/netcdf-cxx4 into jarlela-sync 2013-12-17 14:32:27 -07:00
ncFile.h Merge branch 'sync' of https://github.com/jarlela/netcdf-cxx4 into jarlela-sync 2013-12-17 14:32:27 -07:00
ncFloat.cpp new 2011-08-17 18:56:14 +00:00
ncFloat.h new 2011-08-17 18:56:14 +00:00
NCGEN new 2011-08-17 18:56:14 +00:00
ncGroup.cpp Removed several vector out of bounds debug assertion failures in ncGroup.cpp 2013-12-12 16:27:49 +01:00
ncGroup.h new 2011-08-17 18:56:14 +00: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 new 2011-08-17 18:56:14 +00: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 Removed some references to element in possibly empty vectors in ncVar.cpp 2013-12-13 14:32:57 +01:00
ncVar.cpp_keep new 2011-08-17 18:56:14 +00:00
ncVar.h new 2011-08-17 18:56:14 +00:00
ncVar.h_keep new 2011-08-17 18:56:14 +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 new 2011-08-17 18:56:14 +00: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 new 2011-08-17 18:56:14 +00:00
test_classic.cpp new 2011-08-17 18:56:14 +00:00
test_dim.cpp new 2011-08-17 18:56:14 +00:00
test_group.cpp new 2011-08-17 18:56:14 +00: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 Merge branch 'test_type' of https://github.com/jarlela/netcdf-cxx4 into jarlela-test_type 2013-12-10 16:21:25 -07: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 Fixed unsigned/signed mismatch + unsafe type converion warnings in tests 2013-12-11 13:54:31 +01:00
test_var.cpp new 2011-08-17 18:56:14 +00:00
testx.cdl new 2011-08-17 18:56:14 +00:00