Commit Graph

192 Commits

Author SHA1 Message Date
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
74ba0d8270 Added Filter.cpp and Filter.h, filter functions now named setFilter()--> nc_def_var_filter() and getFilter--> nc_inq_var_filter() to be in line with other apparent naming convensions. 2019-06-14 08:08:43 -06:00
Aodhan Sweeney
c105786692 Adding a trial example showing a simple use of the new filter functionality, this example is currently still throwing an error for the ncCheck. 2019-06-13 08:07:53 -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
f208d2acb0
Merge pull request #59 from jschueller/master
Fix dll install dir
2018-11-08 12:17:24 -07:00
Julien Schueller
5327d056e7 Fix dll install dir 2018-11-08 19:43:53 +01:00
Ward Fisher
5c6f7fbaa1
Merge pull request #58 from htmlboss/fix-pedantic
Fixed erroneous semi-colon...
2018-08-02 13:46:41 -06:00
Nabil M
bf091a66bf Fixed erroneous semi-colon...
* Caused compile error with g++ flag -pedantic-errors
2018-08-02 09:26:33 -02:30
Ward Fisher
f37a909a99
Merge pull request #56 from Unidata/gh55.wif
Allow for more flexible opening of netCDF files.
2018-06-19 13:07:37 -06:00
Ward Fisher
e0ca29c42a Corrected an issue for automake-based builds. 2018-06-19 12:37:18 -06:00
Ward Fisher
bcc4020fa4 Updated release notes. 2018-06-19 12:23:37 -06:00
Ward Fisher
431c63723f Added ncFile::create(). 2018-06-19 12:19:37 -06:00
Ward Fisher
529c93cc70 Added skeleton for a new test 2018-06-19 11:34:11 -06:00
Ward Fisher
f094aea0bb Added a way to pass netcdf file flags directly to the constructor of ncFile. 2018-06-19 11:28:57 -06:00
Ward Fisher
706ebae2fb
Merge pull request #54 from Unidata/cdash-update.wif
Update in preparation for next release
2018-03-07 16:14:15 -07:00
Ward Fisher
14d42382c4 Merge branch 'master' into cdash-update.wif 2018-03-07 13:59:10 -07:00
Ward Fisher
13f53ed386
Merge pull request #52 from ArchangeGabriel/patch-1
Use https for URL in README
2018-03-07 13:58:55 -07:00
Ward Fisher
d1a3d6da6f Updated CMakeLists.txt with new cdash location. 2018-03-07 13:54:48 -07:00
Ward Fisher
cfc74f3652 Updated travis.yml to respect .wif and .dmh branches as not requiring testing. 2018-03-07 13:53:43 -07:00
Bruno Pagani
2310e04ac7
Use https for URL in README
All of them are available as https, and some of them are even permanent redirect to their https counterpart.
2017-12-26 14:37:17 +01:00
Ward Fisher
844eefd821 Merge pull request #46 from jschueller/patch-1
Add mandatory -no-undefined dll LDFLAG
2017-06-13 12:40:13 -06:00
Julien Schueller
6b6716eebc Add mandatory -no-undefined dll LDFLAG 2017-06-13 20:18:41 +02:00
Ward Fisher
e6e44098ab Merge branch 'master' of github.com:Unidata/netcdf-cxx4 2017-03-02 10:05:00 -07:00
Ward Fisher
86d17db83e Updated to reflect new cdash instance. 2017-03-01 13:50:09 -07:00
Ward Fisher
189194efa1 Updated release notes for https://github.com/Unidata/netcdf-cxx4/issues/41 2016-12-06 11:16:39 -07:00
Ward Fisher
ca31deb60f Updated typo, converted to Unix line endings. 2016-12-06 11:11:58 -07:00
Ward Fisher
d8ad831bc0 removed const from return values in ncDim.h 2016-12-06 11:05:00 -07:00
Ward Fisher
08ab922d1b Updated release notes for https://github.com/Unidata/netcdf-cxx4/pull/39 2016-12-06 10:44:18 -07:00
Ward Fisher
c7f4833dfb Updated travis configuration. 2016-12-06 10:37:51 -07:00
Ward Fisher
1a4b2f21ac Merge branch 'using_nc-config' of https://github.com/ZedThree/netcdf-cxx4 into gh39 2016-12-06 10:27:45 -07:00
Ward Fisher
4494e1e6bc Corrected an issue with CMakeLists.txt 2016-11-11 15:33:46 -07:00
Peter Hill
5f01199d55 Use nc-config in configure to check capabilities
Only for autotools build system, not CMake
2016-08-18 13:56:12 +01:00
Ward Fisher
a450adcd03 Added reference to https://github.com/Unidata/netcdf-cxx4/pull/37 to release notes. 2016-07-05 10:59:04 -06:00
Ward Fisher
6334d45729 Addressed syntax warning issue. 2016-07-05 10:54:54 -06:00
Kai Muehlbauer
1114789512 FIX: cmake directories 2016-06-07 13:09:47 +02:00
Kai Muehlbauer
1bedc494f0 FIX: generate ncxx4-config in cmake builds 2016-06-07 12:38:19 +02:00
Ward Fisher
53504b24bc Updated SOversion in cmake. 2016-05-13 23:07:46 +00:00
Ward Fisher
139cf9d143 Updated version string, SO versions. 2016-05-13 16:50:49 -06:00
Ward Fisher
68c9c5a6d0 Updated cleanfiles. 2016-05-10 09:16:51 -06:00
Ward Fisher
90f84bcb40 Changed install type to zip for netcdf-cxx4. 2016-05-10 09:12:43 -06:00
Ward Fisher
d8d33a29f8 Merge pull request #34 from rvlm/master
Make repository usable as Git submodule
2016-04-25 10:21:33 -06:00
Pavel Kretov
9a5ba5d655 Always use CMAKE_CURRENT_{SOURCE|BINARY}_DIR
Get rid of all CMAKE_{SOURCE|BINARY}_DIR usages in CMake scripts, in order
to make it possible to use netcdf-cxx via 'add_subdirectory' (as a Git
submodule, for example).

Signed-off-by: Pavel Kretov <firegurafiku@gmail.com>
2016-04-25 17:04:09 +03:00
Ward Fisher
884661dda9 Tightening up windows integration. 2016-03-31 12:29:30 -06:00
Ward Fisher
72578dcc10 Moving netcdf-cxx4 cdash dashboard back over to my.cdash.org 2016-03-29 14:07:15 -06:00
Ward Fisher
e0b525508f Merge pull request #31 from Unidata/gh30
Address API incompatibility
2016-03-29 14:01:41 -06:00
Ward Fisher
c293204481 Updated release notes with a link to https://github.com/Unidata/netcdf-cxx4/issues/30 2016-03-29 19:03:55 +00:00
Ward Fisher
e1adc89a41 NcFile::close() now sets the global ncid to -1. 2016-03-29 18:57:24 +00:00
Ward Fisher
1d1486f29c Added a global id, g_ncid, which is assigned when a file is open. 2016-03-29 18:50:56 +00:00
Ward Fisher
37035ffc79 Reworking this so that we can avoid the refactor cascade. 2016-03-29 11:30:53 -06:00