Commit Graph

1036 Commits

Author SHA1 Message Date
Russ Rew
0eef2f4c87 Add suffix support for nccopy -e option 2012-11-21 20:46:43 +00:00
Dennis Heimbigner
a53682fc66 fix Jira NCF-207: double call to del_from_NCLIST 2012-11-21 17:52:49 +00:00
Ward Fisher
876861cc07 Corrected a static-memory overrun. It was causing a segfault on my
32-bit linux VM, but nowhere else.  Coverity identified the issue 
(defect 743616), and correcting it fixed the crash.
2012-11-20 23:00:17 +00:00
Russ Rew
7e6ffcb334 Fix ncdump bug on 32-bit platforms 2012-11-20 21:49:28 +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
Dennis Heimbigner
cb1f6f0ae9 repair bad dap names 2012-11-19 21:26:34 +00:00
Russ Rew
920e248b61 Stop escaping '%' in CDL names 2012-11-19 21:14:41 +00:00
Dennis Heimbigner
047967515a fix tests to work with non-escaped % 2012-11-19 20:59:43 +00:00
Russ Rew
8b63afda70 Fix portability bug, no arithmetic on void * pointers 2012-11-19 20:02:22 +00:00
Russ Rew
592a120a55 Fixed bug NCF-206 (Fix strided access for NC_STRING type). Verified
fix with new test for strided access for NC_STRING type.
2012-11-19 17:20:53 +00:00
Ward Fisher
109460c42e Added the new test (tst_mud.sh) to the CMake build system. 2012-11-19 16:56:44 +00:00
Russ Rew
8e98e3727d Fixed bug NCF-144 (ncdump of variables with multiple unlimited
dimensions).  Added comprehensive tests that include variables with
lots of combinations of 0 through 4 fixed and unlimited dimensions.
2012-11-16 21:37:43 +00:00
Ward Fisher
afa67452f6 Took some time to address a handful of errors identified by Coverity.
Primarily focused on memory errors falling into a couple different types:

1) Static overrun errors.
2) Dereference uninitialized memory errors.

make distcheck works after applying these fixes, and coverity no longer sees an issue, so hopefully they are properly resolved.
2012-11-14 18:24:45 +00:00
Ward Fisher
3232c1182c Merged latest changes from the cmake branch. 2012-11-12 16:34:48 +00:00
Ward Fisher
d6179aca32 Merged changes from the trunk. 2012-11-12 15:59:42 +00:00
Ward Fisher
645d1dbaaf Moved the check for szip libraries so that it is only sought out if hdf5 includes szip support. 2012-11-09 23:11:01 +00:00
Ward Fisher
9f443e01cf Refactored how HDF5 is searched for. 2012-11-09 22:45:33 +00:00
Ward Fisher
9b751ac7af Modified method for locating szip.lib 2012-11-09 21:19:17 +00:00
Ward Fisher
c127c03923 2012-11-07 17:35:35 +00:00
Ward Fisher
f4dea1a337 2012-11-07 17:34:05 +00:00
Ward Fisher
a3341e1987 2012-11-07 17:30:12 +00:00
Ward Fisher
cc25ae9c4b 2012-11-05 22:52:14 +00:00
Ward Fisher
9c8c3b468a 2012-11-05 22:44:01 +00:00
Ward Fisher
ef140d0df7 Corrected an issue with custom .dll names. 2012-10-31 22:30:10 +00:00
Ward Fisher
1aa9a95cbb Added new option to allow for custom library names. 2012-10-31 22:17:33 +00:00
Ward Fisher
45f77090a1 Addressed a handful of minor 'fixed-length buffer overrun'
errors identified by Coverity.  The fixes involved replacing calls
to strcpy, strcat with strncpy, strncat.
2012-10-31 21:31:47 +00:00
Russ Rew
c34a4e674b - Deleted --has-szlib option for nc-config, since that is controlled
by an HDF5 configure option, not a netCDF-4 configure option.
 - Fixed bug in HDF5 strings test code.
 - Minor fixes to nccopy man page documentation.
 - Minor fixes to Fortran-90 texinfo docs, since we don't have doxygen
   docs for Fortran yet: just using "Fortran" instead of "fortran" or
   "FORTRAN".
2012-10-31 21:31:07 +00:00
Dennis Heimbigner
d22134376c Fix bug NCF-199 2012-10-31 20:07:11 +00:00
Ward Fisher
e427d52e1b Removing pkgconfig support for now. 2012-10-30 17:11:51 +00:00
Ward Fisher
c43bc9957a Initial stab at pkgconfig support. Not complete. 2012-10-29 18:46:56 +00:00
Ward Fisher
db4a3160ef 2012-10-26 21:41:07 +00:00
Ward Fisher
1609386670 Corrected an erro re-introduced at some point with the CMake config file and missing quotes.
Bug was reported by Orion Poplawski, thanks!
2012-10-26 14:36:25 +00:00
Ward Fisher
28741e1761 2012-10-24 19:49:31 +00:00
Ward Fisher
36ccdd3e67 Corrected for a mix of debug, release libraries for visual studio builds. 2012-10-24 19:46:24 +00:00
Ward Fisher
ef254ff11b Added netcdf.3 man page for convienece sake. 2012-10-22 20:58:40 +00:00
Ward Fisher
fc684dd05f Re-added the CTest configuration file. 2012-10-19 20:48:43 +00:00
Ward Fisher
0ce5296b3f Creating a new netcdf-cmake branch from the latest trunk. 2012-10-19 20:48:09 +00:00
Ward Fisher
76b7f8029b Merging latest changes from netcdf-cmake build into trunk.
o Various improvements/bugfixes.
o Added a 'make uninstall' target.
o Corrected an issue related to external variables on Windows.
2012-10-19 17:25:43 +00:00
Ward Fisher
057701e1fa Added man pages to 'make install' 2012-10-17 21:14:30 +00:00
Ward Fisher
45d035d587 Changed some options 2012-10-15 21:58:13 +00:00
Ward Fisher
1f61eefdcc Removed CDash info from the CMakeLists.txt file. 2012-10-11 22:42:53 +00:00
Ward Fisher
30c2bfac83 Added files to support an 'uninstall' target. 2012-10-11 22:31:50 +00:00
Ward Fisher
448a95d74d 2012-10-09 20:56:27 +00:00
Ward Fisher
d450b9716d 2012-10-09 20:55:07 +00:00
Ward Fisher
4cdfa5d2ba 2012-10-09 19:54:36 +00:00
Ward Fisher
b85573ea75 2012-10-09 19:37:11 +00:00
Ward Fisher
4072bb97a1 A few CMake-related changes. 2012-10-09 16:42:09 +00:00
Russ Rew
717886e14e Fix old mention of replacement pnetcdf.h, no longer needed. 2012-10-09 16:09:46 +00:00
Ward Fisher
2746ad9d33 Added quotes to correct a white-space related issue
pointed out on the netcdf mailing list.
2012-10-04 21:35:56 +00:00
Ward Fisher
736de21496 Removing CDash configuration information from the branch. 2012-10-03 20:56:28 +00:00