Ward Fisher
d86bd7b119
Added, started to fill out the RELEASE_NOTES.md file.
2015-04-15 06:19:59 -06:00
Ward Fisher
3b25c8e179
Added the examples directory to CMake.
2015-04-15 06:15:51 -06:00
Ward Fisher
91791fc3b5
Added a travis-ci configuration file.
2015-04-15 06:09:01 -06:00
Ward Fisher
79083eb324
Added coveragte tests, other ctest-related configuration.
2015-04-15 03:29:27 -06:00
Ward Fisher
b1d7b8bdd8
Added the tests.
2015-04-15 01:33:19 -06:00
Ward Fisher
a36773b8da
Further cmake work. We are generating libraries now.
2015-04-14 06:14:22 -06:00
Ward Fisher
c12149bf30
Updated SO version to reflect the one generated by autotools. It is curiously low, 1.0.2. I'll need to double check that that is accurate.
2015-04-13 09:08:39 -06:00
Ward Fisher
342b8dc9cb
Added developer-appropriate doxyfile.
2015-04-13 08:47:49 -06:00
Ward Fisher
23dd4ffca9
Added build directories to gitignore file.
2015-04-13 08:44:54 -06:00
Ward Fisher
6ff2779b5f
Renamed a file. Work prorgresses on integrating cmake support.
2015-04-13 08:43:53 -06:00
Ward Fisher
82e280a81c
Initisl fleshing out of cmake file in cxx4 directory.
2015-04-13 01:42:05 -06:00
Ward Fisher
26c1799d7c
Further fleshing out of the CMakeLists configuration, but still a ways to go.
2015-04-12 16:37:52 +02:00
Ward Fisher
f92e46a005
Added blank CMakeLists.txt
2015-04-12 16:28:31 +02:00
Ward Fisher
12b8cfa2ed
Continued creating the CMakeLists.txt file.
2015-04-12 03:13:24 -06:00
Ward Fisher
22c2740f7e
Removed what appears to be some development scripts.
2015-04-12 02:52:51 -06:00
Ward Fisher
d6a357676a
Added a gitignore file, added an initial CMakeLists.txt file.
2015-04-12 02:49:54 -06:00
Ward Fisher
e9f3efdb65
Updated Readme.md.
...
Added a link directly to the page to download netcdf-cxx 4.2 from Unidata.
2014-03-21 14:38:15 -06:00
Russ Rew
ee137c8a57
Merge pull request #13 from jarlela/file_destructor
...
Do not call nc_close on null object in NcFile destructor
2014-01-11 10:37:32 -08:00
Jarle Ladstein
2f26ae3fc6
Do not call nc_close on null object in NcFile destructor
2014-01-10 10:38:58 +01: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
Jarle Ladstein
951ca46b0d
Included missing header for strerror + handle unknown system error code
2014-01-03 10:55:00 +01:00
Russ Rew
19d69a014a
Merge pull request #11 from jlec/master
...
Fix multilib and underlinking problems in pkg-config files
2014-01-02 12:45:13 -08:00
Justin Lecher
030c72b13c
Fix multilib and underlinking problems in pkg-config files
...
* Using @libdir@ instead of hardcoding .../lib allows mor flexibility for
downstream projects
* Projects need to link against libnetcdf in addition
Signed-off-by: Justin Lecher <jlec@gentoo.org>
2014-01-01 18:22:05 +01:00
Russ Rew
2f23b1fff4
Merge pull request #10 from slayoo/master
...
auto data/define swith; no except. in dtor; addVar for scalars; open+format in ncFile ctor
2013-12-30 16:02:25 -08:00
slayoo
920860a164
NcFile ctor: handling format + open
2013-12-29 01:53:18 +01:00
slayoo
fb1f81ace7
addVar for scalar variables
2013-12-29 01:46:56 +01:00
slayoo
0d1698d09b
assuring no exception is thrown from ncFile dtor
2013-12-29 01:13:30 +01: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
Russ Rew
92ec0a9f40
Add missing NcFile::enddef() method, so can create files of all format types
2013-12-23 13:04:05 -07:00
Russ Rew
e013ab35f0
Merge branch 'sync' of https://github.com/jarlela/netcdf-cxx4 into jarlela-sync
...
Conflicts:
cxx4/ncFile.h
2013-12-17 14:32:27 -07:00
Russ Rew
d3234f85cf
Merge pull request #7 from jarlela/vc_debug_assertions
...
Vc debug assertions
2013-12-17 13:15:13 -08:00
Russ Rew
021f947e33
Merge branch 'vc_warnings' of https://github.com/jarlela/netcdf-cxx4 into jarlela-vc_warnings
2013-12-17 14:05:47 -07:00
Russ Rew
85985bfbb9
Merge branch 'NcFile_copy_assign' of https://github.com/jarlela/netcdf-cxx4 into jarlela-NcFile_copy_assign
2013-12-17 13:50:38 -07: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
a77a11dba7
Added 'NcFile' member function 'sync' to expose nc_sync from netcdf-c
2013-12-13 16:07:37 +01:00
Jarle Ladstein
224e9931f8
Changed NcCompondType::addMemeber
2013-12-13 15:04:53 +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
3a2635cc33
Removed possible reference to element of empty vector in NcCompound::addMember
2013-12-13 12:55:09 +01:00
Jarle Ladstein
9d8ac73120
Removed several vector out of bounds debug assertion failures in ncGroup.cpp
2013-12-12 16:27:49 +01:00
Jarle Ladstein
5cc79df739
All test running in debug mode
2013-12-12 14:42:01 +01:00
Jarle Ladstein
114301e56f
Reference to element of possibly empty vector removed in NcDim::isUnlimited
2013-12-12 14:37:02 +01:00
Jarle Ladstein
ac3d1f0aef
Removed some references to elements of empty vectors. Calls from test_att and test_var2
2013-12-12 14:25:12 +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
8924333ad3
Comment
2013-12-11 15:46:45 +01:00
Jarle Ladstein
5e131652be
Fixed unsigned/signed mismatch + unsafe type converion warnings in tests
2013-12-11 13:54:31 +01:00
Russ Rew
1b6dae27f3
Merge branch 'test_type' of https://github.com/jarlela/netcdf-cxx4 into jarlela-test_type
2013-12-10 16:21:25 -07:00
Russ Rew
36285f9e73
Merge branch 'compiler_warnings_Wwrite-strings' of https://github.com/jarlela/netcdf-cxx4 into jarlela-compiler_warnings_Wwrite-strings
2013-12-10 16:17:11 -07:00
Russ Rew
3b43a4c012
Merge branch 'compiler_warnings_operators' of https://github.com/jarlela/netcdf-cxx4 into jarlela-compiler_warnings_operators
2013-12-10 16:09:00 -07:00
Russ Rew
e5ccb03f20
Changed nullptr to NULL for compilers not at C++11 yet
2013-12-10 16:00:32 -07:00
Russ Rew
5f56562350
Merge branch 'exception_membervars' of https://github.com/jarlela/netcdf-cxx4 into jarlela-exception_membervars
2013-12-10 15:36:59 -07:00