Commit Graph

1143 Commits

Author SHA1 Message Date
Ward Fisher
5c01fcaa06 Added file offset bits check. 2012-12-19 21:20:29 +00:00
Ward Fisher
7d7594f1c4 2012-12-17 23:46:10 +00:00
Ward Fisher
e721fadc26 Man pages no longer installed under Windows when using MSVC 2012-12-17 21:29:49 +00:00
Ward Fisher
eb5440deec 2012-12-17 19:48:05 +00:00
Ward Fisher
2106a2f364 2012-12-17 19:47:47 +00:00
Ward Fisher
d07eafa41e 2012-12-14 19:57:33 +00:00
Ward Fisher
3ab8b06f85 2012-12-14 18:21:09 +00:00
Ward Fisher
535b1e47aa Corrected a handful of coverity issues. 2012-12-13 21:43:13 +00:00
Ward Fisher
3d7a2f8f52 2012-12-13 20:39:30 +00:00
Ward Fisher
b0abc557bb 2012-12-13 20:28:47 +00:00
Ward Fisher
b62a7ad351 Fixed some issues related to Windows.
Changed how externals are handed in nc4dispatch.h
to accomodate Windows.

Updated build-all script to generate Release builds.
2012-12-13 20:27:53 +00:00
Ward Fisher
ed86031348 2012-12-13 18:20:55 +00:00
Ward Fisher
ffcf4e9009 Updated configuration file . 2012-12-13 17:07:53 +00:00
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