Commit Graph

18 Commits

Author SHA1 Message Date
Peter Hill
2eaaba09f1
Suppress clang-tidy warnings about implicit conversions 2023-10-10 16:00:02 +01:00
Aodhan Sweeney
7a5c5b8111 Changing comments in header files for various functions added 2019-08-01 12:37:55 -06:00
Aodhan Sweeney
161dbe57b4 Adding some documentation, and makeshift test for filtering. 2019-07-16 09:26:12 -06:00
Aodhan Sweeney
7dc202b7ce Merrge branch 'aodhan.wif' of https://github.com/Unidata/netcdf-cxx4 into aodhan 2019-07-09 13:04:49 -06:00
Aodhan Sweeney
81cce4d6f8 Adding recent changes before merger with aodhan.wif 2019-07-08 15:45:45 -06:00
Ward Fisher
5b97d31170 More work 2019-07-08 11:21:26 -06:00
Aodhan Sweeney
475b8d9c5b Adding extra wrappers for functions in ncFile and ncVar 2019-07-02 13:36:44 -06:00
Ward Fisher
b8e7b89359 Got ncFilter compiling. 2019-06-18 14:22:46 -06:00
Aodhan Sweeney
444e3837ff Making getFilter consistent 2019-06-17 13:28:05 -06:00
Aodhan Sweeney
f412e60e7f First commit to aodhans NetCDF C++ library, light filter functionality added into ncVar and redef() added to ncFile, examples changed but will likely be changed back or documented better 2019-06-13 07:56:57 -06:00
Ward Fisher
003ad80d82 Fixed a variety of static-analysis reported issues. 2016-01-21 20:45:36 +00:00
Russ Rew
1d9f9eda36 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
slayoo
76a61b9ba7 automatic data/define mode switching for classic files (see example in cxx4/test_classic.cpp) 2013-12-29 01:06:31 +01:00
Jarle Ladstein
9f06cab078 Added error code member variable to NcException and changed constructor signatures 2013-12-16 17:42:52 +01:00
Jarle Ladstein
8737f61d4e Removed some references to element in possibly empty vectors in ncVar.cpp 2013-12-13 14:32:57 +01:00
Jarle Ladstein
fce2747f00 NcVar.getChunkingParameters: vector.reserve changed to vector.resize and removed reference to first element of empty verctor in the case of a scalar NcVar 2013-12-12 13:37:50 +01:00
Jarle Ladstein
5df2918300 Replaced several bitwise OR with logical OR 2013-12-09 14:34:02 +01:00
Ed Hartnett
965b61a671 new 2011-08-17 18:56:14 +00:00