Commit Graph

1153 Commits

Author SHA1 Message Date
Ward Fisher
ac16c44ed9 added config files. 2012-11-19 16:33:21 +00:00
Ward Fisher
29be541497 2012-11-19 16:21:46 +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
2294a705bf Added additional packaging, symbolic link, versioning options to cmakelists.txt files. 2012-11-15 20:45:08 +00:00
Ward Fisher
e534f1fa44 Further test scripting coverage. 2012-11-15 18:25:16 +00:00
Ward Fisher
d00e4743fb 2012-11-15 18:03:10 +00:00
Ward Fisher
36ffe12a2b Scripting Update 2012-11-15 18:01:46 +00:00
Ward Fisher
8bee884064 Fixed a coverity issue. 2012-11-15 17:56:19 +00:00
Ward Fisher
cf4a829d94 Updated Continuous testing script. 2012-11-15 17:47:34 +00:00
Ward Fisher
9eb27255e8 2012-11-15 17:37:31 +00:00
Ward Fisher
011a414195 Updated Continuous test script. 2012-11-15 17:34:47 +00:00
Ward Fisher
a680c81b89 2012-11-15 17:24:31 +00:00
Ward Fisher
261d6f5302 2012-11-15 17:22:31 +00:00
Ward Fisher
540bf323fc 2012-11-15 17:18:09 +00:00
Ward Fisher
f3cf209f9c 2012-11-15 17:17:11 +00:00
Ward Fisher
d105b9ddbd 2012-11-15 17:16:00 +00:00
Ward Fisher
9ae21209ae 2012-11-15 17:08:16 +00:00
Ward Fisher
e14934301b 2012-11-15 17:05:59 +00:00
Ward Fisher
5429f81c5a Added ctest scripting directory. 2012-11-14 20:18:42 +00:00
Ward Fisher
272f489ae7 Grabbed bug fixes from trunk. 2012-11-14 20:16:15 +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
5a5a89a54e 2012-11-13 21:34:15 +00:00
Ward Fisher
59e88302e1 Package management configuration. 2012-11-13 20:06:02 +00:00
Ward Fisher
71abc449d9 2012-11-12 20:20:54 +00:00
Ward Fisher
c09d34ad81 2012-11-12 20:01:17 +00:00
Ward Fisher
1aa3d9a567 2012-11-12 20:00:09 +00:00
Ward Fisher
fcc5943416 2012-11-12 19:59:55 +00:00
Ward Fisher
f23b9bf94d Added test config file to this branch. 2012-11-12 17:06:15 +00:00
Ward Fisher
c525d17892 Refreshing netcdf-cmake branch. 2012-11-12 16:56:11 +00:00
Ward Fisher
792a96b819 Refreshing netcdf-cmake branch. 2012-11-12 16:54:36 +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