Quincey Koziol
5ccb8a24b5
Merge branch 'master' into ncf-177
2013-11-30 23:40:26 -06:00
Quincey Koziol
e1fc13b215
Many changes to address NCF-177 (renaming dimensions and variables). Also
...
many cleanups to fix compiler warnings, streamline iteration over objects
in HDF5 file when opening the file, and generally straightening out the code
to be cleaner and simpler.
Tested on Mac OS/X with gcc 4.8 and OpenMPI (which uses clang).
2013-11-30 23:20:28 -06:00
Russ Rew
508ee74874
In load.c, follow autoconf recommendations for including config.h (www.gnu.org/software/autoconf/manual/autoconf-2.64/html_node/Configuration-Headers.html)
2013-10-25 12:46:31 -06:00
Russ Rew
64af265981
Move config.h include to top of includes.
2013-10-25 12:32:02 -06:00
Russ Rew
7e69763f15
Merge branch 'master' of http://github.com/Unidata/netcdf-c
2013-10-25 12:30:33 -06:00
Russ Rew
24af345d0c
put config.h include in the right place
2013-10-25 12:30:27 -06:00
Ward Fisher
3a4d8252c3
Corrected an issue on OSX 'Mavericks'.
2013-10-21 17:39:13 -06:00
Ward Fisher
33d3d06971
Added initial 'make dist', 'make distcheck' support to
...
CMake-based builds.
2013-06-03 16:42:04 +00:00
Dennis Heimbigner
254c0e7c96
Historically
...
ncgen3 and ncgen
have treated
uppercase atomic types
the same as lower case.
Change so upper case are no
longer allowed.
Also, synch oc.
2013-05-15 17:37:04 +00:00
Ward Fisher
fe019785ba
Update to include XGetopt.h when make dist is invoked.
2013-03-29 21:11:25 +00:00
Ward Fisher
f26a4a559a
Merged latest from netcdf-cmake branch.
...
Addressed several cmake-related issues, in terms of
building on Windows. Also added XGetopt.c to
EXTRA_dist in Makefile.am files.
2013-03-19 22:40:15 +00:00
Ward Fisher
ddf3c31bb0
Corrected a handful of syntax issues in CMake config files,
...
probably introduced more.
Added CMake-related files to Makefile.am files for inclusion
when creating a distribution package.
2013-02-20 23:28:28 +00:00
Ward Fisher
21523c8582
Merged changes from cmake branch. oc2 changes are just
...
'file property' changes, not sure what exactly.
2012-12-20 21:50:45 +00:00
Ward Fisher
7b91248723
Merged changes from netcdf-branch.
...
o Changed variable names 'typeid' to 'typeid1' to avoid a namespace conflict
in visual studio.
o Cleaned up a handful of warnings in Visual Studio.
o Addressed a few Coverity-discovered issuesl
o Made changes to CMake-based builds.
2012-12-13 22:09:41 +00:00
Ward Fisher
81280c7878
Merge from latest netcdf-cmake branch.
...
- Fixes for Windows.
- CMake-based changes (functionality, tests).
- Smattering of coverity-informed bug-fixes.
2012-12-05 18:35:42 +00:00
Ward Fisher
ff631c8156
Merged latest changes from cmake branch.
...
o Improved CMake support.
o Cmake module compatibility (netcdf-config*.cmake.in).
2012-11-19 21:43:12 +00:00
Ward Fisher
057701e1fa
Added man pages to 'make install'
2012-10-17 21:14:30 +00:00
Ward Fisher
d24422c126
Modified CMake configuration to fix some problems present on 64-bit linux.
2012-10-03 20:47:34 +00:00
Ward Fisher
8e6a7cb056
Fixed error building shared libs on 64-bit linux.
2012-10-03 16:39:27 +00:00
Ward Fisher
3243ccad1f
A few changes to cmake tests.
2012-10-02 20:30:25 +00:00
Ward Fisher
7a226dd3f1
Merging the win_netcdf branch into the trunk.
2012-09-27 22:50:41 +00:00
Ward Fisher
98675a8047
Merged with latest trunk.
2012-09-26 17:08:23 +00:00
Ward Fisher
5259123089
2012-09-24 20:48:12 +00:00
Ward Fisher
af778e6a07
Fixed infinite declaration in a test to work across Windows, Linux, OSX.
2012-09-24 15:49:44 +00:00
Ward Fisher
bcf0bfc96d
2012-09-21 20:51:31 +00:00
Ward Fisher
8e1d238610
2012-09-20 23:26:02 +00:00
Ward Fisher
59af056da6
2012-09-14 16:15:18 +00:00
Ward Fisher
9853d914fa
2012-09-13 22:16:39 +00:00
Ward Fisher
a1fda0f885
2012-09-13 22:07:35 +00:00
Ward Fisher
a83c1bd851
2012-09-12 20:18:48 +00:00
Ward Fisher
c802a16c06
2012-09-07 16:38:03 +00:00
Ward Fisher
7d2a113912
2012-09-06 22:48:22 +00:00
Ward Fisher
e55d002dbc
Merged Dennis' changes from trunk.
2012-09-06 21:15:37 +00:00
Ward Fisher
0b7a0778fe
2012-09-04 19:48:26 +00:00
Ward Fisher
31cfdd5910
Added 'examples' directory to CMake
2012-08-28 22:31:07 +00:00
Ward Fisher
a6debfed4f
Corrected doxygen-related problem when searching for the installed doxygen package.
2012-08-28 17:34:02 +00:00
Ward Fisher
9bb179bba1
2012-08-27 21:49:09 +00:00
Ward Fisher
9e2c434851
Fixed a couple ncdap tests when running on Windows.
2012-08-27 18:38:47 +00:00
Ward Fisher
58035ff8f2
Added new tests, CMake functionality.
2012-08-21 20:08:53 +00:00
Ward Fisher
8f9120e3a9
Modified to work on Windows
2012-08-20 22:49:53 +00:00
Ward Fisher
fa681b231b
2012-08-17 22:26:55 +00:00
Ward Fisher
ffb7dc6f0d
Merged latest trunk into branch
2012-08-13 19:57:51 +00:00
Ward Fisher
5e9d4000e1
Added additional tests in CMake
2012-08-10 20:55:07 +00:00
Ward Fisher
14619ec4c4
2012-08-09 18:40:41 +00:00
Dennis Heimbigner
ab1423e742
resolve jira NCF-188
2012-08-09 17:32:11 +00:00
Ward Fisher
0607b62375
Added coverage test flags to CMakeLists.txt files.
2012-08-09 17:07:41 +00:00
Ward Fisher
5e16f2c80c
2012-08-09 16:39:13 +00:00
Ward Fisher
a6c95c65b1
2012-08-08 19:45:38 +00:00
Ward Fisher
8ef94646a1
Corrected a few windows-related errors.
2012-08-08 16:04:11 +00:00
Ward Fisher
db0f2425db
Added additional tests
2012-08-07 22:42:42 +00:00