Commit Graph

1110 Commits

Author SHA1 Message Date
Ward Fisher
36ed648c59 Attempt to correct a memory allocation issue. 2012-12-06 21:44:58 +00:00
Ward Fisher
d64a1ac0c7 Merged change from latest branch 2012-12-05 23:48:54 +00:00
Ward Fisher
7a68cb8e83 Addressing a handful of coverity issues. 2012-12-05 23:10:40 +00:00
Ward Fisher
99de533569 Re-adding a couple dev-branch specific files. 2012-12-05 22:12:12 +00:00
Ward Fisher
d526b511ef Correcting an error defining functions when _WIN32 is defined. This
is a side-effect of the larger commit earlier.
2012-12-05 22:06:38 +00:00
Ward Fisher
1b6e90a0f4 2012-12-05 22:03:19 +00:00
Ward Fisher
a1b806ed04 Cutting branch from latest trunk 2012-12-05 21:22:04 +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
08370dcffd Merged Latest Trunk 2012-12-05 18:12:27 +00:00
Ward Fisher
f844126d0e Addressed a buffer overrun issue; making the assumption this is an
error. On the off chance it wasn't an error, a proper fix will be
formulated.
2012-12-05 17:44:39 +00:00
Dennis Heimbigner
ec761ec8fb null=>NULL error 2012-12-04 23:32:32 +00:00
Ward Fisher
5c000a325e Additional 64-bit windows compatibilities. 2012-12-04 23:06:31 +00:00
Dennis Heimbigner
97344d8551 make consistent with svn/oc2.0 2012-12-04 03:32:41 +00:00
Ward Fisher
e66b07f9a5 2012-12-03 23:05:17 +00:00
Ward Fisher
22c4b21d32 Removed a particular test that depends on another test that isn't currently being run. 2012-12-03 23:05:09 +00:00
Russ Rew
f8ec45d20d Fix NCF-209, bug causing netcdf-fortran build to get assertion violation in 'make check' 2012-12-03 21:15:30 +00:00
Ward Fisher
3642cdb415 Added option for large file tests to CMake system. 2012-11-30 23:11:37 +00:00
Ward Fisher
0915724fb5 Merged changes from tunk. 2012-11-30 18:22:09 +00:00
Ward Fisher
6a657e6b81 2012-11-29 19:20:55 +00:00
Ward Fisher
52739cab2f 2012-11-29 18:27:24 +00:00
Ward Fisher
2425889866 Updated sizeof computations. 2012-11-29 18:08:46 +00:00
Ward Fisher
a6091b7fee 2012-11-28 19:07:08 +00:00
Ward Fisher
027e503c3e Fixed a dangling pointer post-free. Marcos uncovered this issue
when using netcdf on linux via JNI.
2012-11-27 23:56:36 +00:00
Ward Fisher
1b1be3a50f Corrected syntax error 2012-11-27 23:13:09 +00:00
Ward Fisher
05adb792c3 Corrected an issue with the alternative windows-specific getopt implementation. 2012-11-27 21:51:47 +00:00
Ward Fisher
5ac930e965 2012-11-27 21:07:47 +00:00
Ward Fisher
87d71a9c15 Updated build script 2012-11-27 18:49:19 +00:00
Ward Fisher
7114d9021d 2012-11-27 15:36:31 +00:00
Ward Fisher
f63be48007 Batch Processing of builds support. 2012-11-27 00:10:29 +00:00
Dennis Heimbigner
0803ba20ba fix Jira NCF-208; but note that this causes test.06 to fail because thredds mishandles grids 2012-11-21 23:57:42 +00:00
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
31ce541186 Updated ctest configuration/tests run. 2012-11-21 00:01:30 +00:00
Ward Fisher
9105e98826 Merging latest bug fixes from trunk. 2012-11-20 23:01:39 +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
Ward Fisher
b524c3d300 Corrected several ctest bugs. 2012-11-20 22:01:37 +00:00
Russ Rew
7e6ffcb334 Fix ncdump bug on 32-bit platforms 2012-11-20 21:49:28 +00:00
Ward Fisher
e8d05bfcb8 2012-11-20 21:48:41 +00:00
Ward Fisher
40dbcc9732 ctest-related fixes for various platform path problems. 2012-11-20 21:26:40 +00:00
Ward Fisher
f143057a65 Corrected an error introduced by switch ctest shell scripts to use bash instead of sh. Only showed up in a couple of tests. 2012-11-20 20:51:31 +00:00
Ward Fisher
600ee10ce8 2012-11-20 17:51:23 +00:00
Ward Fisher
a82728e12b 2012-11-19 21:46:53 +00:00
Ward Fisher
39d6e7ad06 merge latest changes from trunk. 2012-11-19 21:44:56 +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
Ward Fisher
cff9e052ac Moved ctest-scripts into their own place in the repository. 2012-11-19 21:07:28 +00:00
Dennis Heimbigner
047967515a fix tests to work with non-escaped % 2012-11-19 20:59:43 +00:00
Ward Fisher
9ee0a0d1bd Merged changes from trunk. 2012-11-19 20:39:28 +00:00
Russ Rew
8b63afda70 Fix portability bug, no arithmetic on void * pointers 2012-11-19 20:02:22 +00:00