Commit Graph

1130 Commits

Author SHA1 Message Date
Ward Fisher
091d4a3d67 Commited latest changes from the trunk. 2012-12-12 22:55:32 +00:00
Dennis Heimbigner
5f2eb8afbf Fix a number of potential problems by changing calls to nc_XXX to NC3/4_XXX 2012-12-12 20:05:06 +00:00
Dennis Heimbigner
fc91587e26 Fix weird code in nc.c/free_NC; wonder how it got that way? 2012-12-11 23:51:05 +00:00
Ward Fisher
f104491a22 2012-12-11 19:28:55 +00:00
Ward Fisher
29333b24b6 Updated script so that dependencies on windows are included. 2012-12-11 19:24:59 +00:00
Russ Rew
d93d40fd5f Fixed bug NCF-211 with nccopy. Minor updates to top-level README. 2012-12-11 17:49:40 +00:00
Ward Fisher
644c2da056 2012-12-10 21:51:23 +00:00
Ward Fisher
6b1ddd813f Merged Latest Trunk. 2012-12-10 19:19:35 +00:00
Dennis Heimbigner
6480ea723d fix missing decl bug in test_cvt.c; not sure why it is being exercised 2012-12-10 18:28:56 +00:00
Ward Fisher
cf0d0b54f2 Merged latest changes from cmake branch. Fixed a test file, and changed a deallocation call to avoid throwing an error on Windows related to cross-dll memory-management. 2012-12-07 23:21:27 +00:00
Ward Fisher
5a914e6e67 2012-12-07 22:34:42 +00:00
Ward Fisher
ad311d831f Updated build-all script to remove extraneous errors. 2012-12-07 21:50:04 +00:00
Ward Fisher
7d36493cd5 Updated script test. 2012-12-07 21:09:11 +00:00
Ward Fisher
f85f5bbd66 Updated test to address nc_open returning 'file not found'. 2012-12-07 21:06:30 +00:00
Ward Fisher
2e0d016a8b Merged latest from trunk. 2012-12-07 18:01:49 +00:00
Dennis Heimbigner
6bed1e932e fix previous change to ensure proper return code 2012-12-07 02:25:57 +00:00
Dennis Heimbigner
c684a02d87 fix typo 2012-12-07 00:23:50 +00:00
Ward Fisher
0de32d9118 2012-12-06 21:50:46 +00:00
Ward Fisher
36ed648c59 Attempt to correct a memory allocation issue. 2012-12-06 21:44:58 +00:00
Dennis Heimbigner
c114861e68 fix dfile.c error reporting 2012-12-06 21:17:36 +00:00
Ward Fisher
85382f21bc Fixed a handful of issues identified by Coverity. 2012-12-06 00:06:32 +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