Ward Fisher
6e2d236b02
2012-09-19 21:32:28 +00:00
Ward Fisher
6504c2b093
2012-09-14 21:53:08 +00:00
Ward Fisher
1a72ec6adb
2012-09-14 21:38:46 +00:00
Ward Fisher
c271c81ac4
2012-09-14 21:35:25 +00:00
Ward Fisher
a1fda0f885
2012-09-13 22:07:35 +00:00
Ward Fisher
347a883081
2012-09-13 20:41:54 +00:00
Ward Fisher
2de3388cf1
Additional CMake usage.
2012-09-13 18:27:23 +00:00
Ward Fisher
d6c7112481
2012-09-11 19:53:47 +00:00
Ward Fisher
53843f134e
2012-09-10 22:37:38 +00:00
Ward Fisher
18d507c00d
Changed 'boolean' to 'boolen' to avoid a name conflict under windows.
2012-09-10 22:07:04 +00:00
Ward Fisher
f820e5e5ee
2012-09-10 21:19:57 +00:00
Ward Fisher
31cfdd5910
Added 'examples' directory to CMake
2012-08-28 22:31:07 +00:00
Ward Fisher
9bb179bba1
2012-08-27 21:49:09 +00:00
Ward Fisher
04e61d5894
Added MSVC-compatibility items.
2012-08-27 21:19:25 +00:00
Ward Fisher
235fc6bb13
Merged latest trunk into branch
2012-08-22 19:52:24 +00:00
Russ Rew
24a1cd0718
Fix test of H5Tget_size() return so it can actually detect an error.
...
Remove some dead code. Fix declaration of X_INT_MIN in tests.h.
2012-08-22 14:57:30 +00:00
Ward Fisher
58035ff8f2
Added new tests, CMake functionality.
2012-08-21 20:08:53 +00:00
Ward Fisher
e8453be1e5
Merged from trunk into branch
2012-08-20 18:30:04 +00:00
Russ Rew
4d6f11288b
Fix Coverity complaint about passing big parameter by value
2012-08-17 22:00:36 +00:00
Ward Fisher
6da7859b0b
Added changes related to documentation generation.
2012-08-17 21:37:40 +00:00
Ward Fisher
61c0ca0bbd
Corrected a few tests
2012-08-16 22:51:45 +00:00
Russ Rew
8d53da4826
Fixed bug "adding a bad _FillValue" bug (NCF-190). Fixed minor bugs
...
reported by static analysis, including memory leak in ncdump, missing
size_t cast for chunk cache. Fixed various doc problems, including
byte vs. char issues, missing NC_UBYTE in type list, needed link to
"Building with Windows" page.
2012-08-16 18:31:48 +00:00
Ward Fisher
ffb7dc6f0d
Merged latest trunk into branch
2012-08-13 19:57:51 +00:00
Ward Fisher
9b3d24cbc0
2012-08-10 21:44:00 +00:00
Ward Fisher
081f6eae22
Update CMake scripts
2012-08-10 19:31:45 +00:00
Ward Fisher
85f6c4cc08
Additional changes in support of CMake, CTest
2012-08-09 22:54:19 +00:00
Ward Fisher
14619ec4c4
2012-08-09 18:40:41 +00:00
Ward Fisher
0607b62375
Added coverage test flags to CMakeLists.txt files.
2012-08-09 17:07:41 +00:00
Ward Fisher
a6c95c65b1
2012-08-08 19:45:38 +00:00
Ward Fisher
77bd943296
2012-08-08 17:24:32 +00:00
Ward Fisher
1085abab25
Updated ctest-related arguments to explicitely invoke a shell.
2012-08-08 16:25:37 +00:00
Ward Fisher
8ef94646a1
Corrected a few windows-related errors.
2012-08-08 16:04:11 +00:00
Ward Fisher
359eb6ba23
Going back and adding additional tests to CMake config files.
2012-08-07 22:58:15 +00:00
Ward Fisher
0ee2fba307
Expanded ctest functionality.
2012-08-07 20:21:44 +00:00
Ward Fisher
64365a8ad7
CMake-related updated.
2012-08-06 16:57:29 +00:00
Ward Fisher
751c41928a
Additional CMake changes.
2012-08-03 22:24:29 +00:00
Russ Rew
29d2ecbe68
Fix NCF-186, ncdump bug not escaping quotes and newlines in string data
2012-08-03 04:40:06 +00:00
Russ Rew
a24c1732b6
Fix unnecessary tests and other minor problems in ncdump identified by Coverity.
2012-07-31 22:17:42 +00:00
Dennis Heimbigner
42999f4c7c
move from oc1.0 to oc2.0; create new dir oc2
2012-07-31 20:34:13 +00:00
Ward Fisher
190fb4636b
Corrected a potential memory related error caused when a null pointer was free'd.
2012-07-26 16:43:32 +00:00
Dennis Heimbigner
b083b9e758
fix == in shell scripts
2012-07-17 20:13:17 +00:00
Russ Rew
0a2f05a10a
Fix trivial ncdump bug, now reports an error when -j option specified.
2012-06-27 15:35:06 +00:00
Russ Rew
3e37e69b8e
Fixed ncdump to return failure status when unknown option specified.
...
Removed extra netcdf_par.h include file.
2012-06-27 15:03:19 +00:00
Ward Fisher
4a7ddb161b
o Added (srcdir) to path in Makefile.am for 2 files used in 'make check'. This
...
change allows for concurrent builds; e.g.
'mkdir build; cd build; ../configure'.
o Modified tst_netcdf4_4.sh to work with builds outside the source tree.
2012-06-18 16:56:45 +00:00
Ward Fisher
151bcf6690
Corrected several 'srcpath' related issues introduced when the windows
...
netcdf branch was merged into the trunk. 'make distcheck' should work now.
2012-06-14 17:24:55 +00:00
Ward Fisher
2e96987a41
Merged latest changes from trunk, including deletion of win32 directory.
2012-06-13 19:29:01 +00:00
Russ Rew
79cde861ac
Delete obsolete libdiskless directory, replaced by new diskless
...
implementation. Deleted obsolete win32, soon to be replaced by Ward's
Windows 32- and 64-bit fixes for building with MSYS/MinGW. Made
cosmetic cleanup to output of "make check" to make it easier for users
to interpret. Fixed bug NCF-175: ncdump -t incorrectly interpreting
units attribute (such as "days") without a base time (such as "since
2007-01-01") as a time unit.
Changed name to 4.2.1-beta.
2012-06-12 21:50:02 +00:00
Ward Fisher
1de595508f
Merged changes from trunk
2012-06-12 19:51:17 +00:00
Ward Fisher
b676336b6c
o Added configuration script for 32-bit dll w/ DAP support.
...
o Corrected the check for curl when building DLL. For some reason it just assumed it was missing? No real check was performed.
o Made configuration scripts a little more generic.
o Modified daputil.h to externalize nc__testurl on Windows.
2012-06-07 22:35:17 +00:00
Russ Rew
024f318431
Fixed bug NCF-175: ncdump -t incorrectly interpreting units attribute
...
(such as "days") without a base time (such as "since 2007-01-01") as a
time unit.
2012-06-07 18:14:02 +00:00