Commit Graph

1790 Commits

Author SHA1 Message Date
Dennis Heimbigner
9778f96dd0 Fixed nc_get_vara index >0 problem (H/T Jeff Whitaker) 2011-01-18 21:14:06 +00:00
Ed Hartnett
73548c6f7f fixed calls to nccopy and nccdump 2011-01-18 17:17:51 +00:00
Russ Rew
e3cc92894b Fixes to nccopy -c, more testing and documentation. Added nccopy chunking documentation to User's guide. 2011-01-17 22:15:26 +00:00
Dennis Heimbigner
6de2c43c8c fixed problem with dap variable being missed 2011-01-15 22:58:16 +00:00
Dennis Heimbigner
a8143234c1 2nd attempt to fix the AMDEP problem 2011-01-15 20:57:00 +00:00
Dennis Heimbigner
1e6f7dcb1b fix curl conditional problem 2011-01-15 05:38:22 +00:00
Dennis Heimbigner
aa0b94f46e Fixed testing for CURLOP_KEYPASSWD 2011-01-13 17:45:41 +00:00
Ed Hartnett
14795ffaf1 fixed memory leak when adding to unlimited dimension 2011-01-12 23:18:32 +00:00
Ed Hartnett
3feffefd15 added valgrind testing to cxx directory 2011-01-12 20:02:03 +00:00
Ed Hartnett
26a520147e added user test to check for memory problems 2011-01-12 19:26:56 +00:00
Russ Rew
a5861e57ec Add entry about new nccopy chunking functionality. 2011-01-12 17:29:28 +00:00
Ed Hartnett
fc4f558aa0 changed macro so it won't conflict with user macros 2011-01-12 17:20:48 +00:00
Ed Hartnett
6325187e26 fixed parallel I/O mistake 2011-01-12 12:55:36 +00:00
Dennis Heimbigner
8dac6733ee Fixed bug in file:// handling 2011-01-11 00:07:38 +00:00
Russ Rew
f7aaa9e097 Fix nccopy chunking and rechunking functionality when copying classic files with custom chunking specified for netCDF-4 output. 2011-01-09 21:41:07 +00:00
Russ Rew
3534c60904 Added ability to customize output chunking to nccopy. 2011-01-06 22:09:14 +00:00
Ed Hartnett
33a8091c98 undid some mistaken commits 2011-01-06 20:18:43 +00:00
Ed Hartnett
1a3ba4a6d8 cywin-mingw32 dlls now building 2011-01-06 20:12:06 +00:00
Ed Hartnett
5c636ce828 cleaned up, added comments 2011-01-06 16:52:19 +00:00
Russ Rew
52e525c19c Factor out common functionality in ncdump and nccopy and share between them. 2011-01-05 23:48:47 +00:00
Dennis Heimbigner
b4650e8e56 2011-01-05 16:30:59 +00:00
Dennis Heimbigner
30733da7f6 fixed file: url case 2011-01-04 22:16:55 +00:00
Ed Hartnett
52d1a2b74e init data space to shut up valgrind 2011-01-04 13:26:55 +00:00
Ed Hartnett
659fd84edb Removed all void functions from tst programs. Thanks to solaris C compiler for being sensitive enough to notice this sort of thing. 2011-01-03 15:41:20 +00:00
Ed Hartnett
7f554f08ce took out void function 2011-01-03 15:37:00 +00:00
Ed Hartnett
7235ea9982 changed void function to int to please solaris compiler 2011-01-02 13:22:42 +00:00
Russ Rew
d27879027e Fix memory problem detected with MALLOC_CHECK_=2 2011-01-02 06:20:24 +00:00
Russ Rew
39b6c1eb5c Fixed nccopy bug when using --disable-netcdf-4. Removed premature nccopy chunking code. 2011-01-01 20:02:58 +00:00
Russ Rew
b37a176fa0 Clarified documentation for nc_inq_grp_ncid(), differentiating it from nc_inq_ncid(). Fixed problem returning values from functions declared void in some libsrc4/ test programs. Added test for bug in ncdump for dimensions with same name in nested groups, and fix for bug. Fixed nccopy bug involving dimensions with smae name in nested groups. Added code for specifying chunking by dimension to nccopy (but not implemented yet). 2010-12-30 18:17:04 +00:00
Ed Hartnett
99496dd311 turned void returns into int returns, to stop Sun conplaining about my ERR macro using a return 2010-12-22 12:48:12 +00:00
Ed Hartnett
590fd8e08d change ERR macro back to return instead of abort 2010-12-21 17:26:06 +00:00
Ed Hartnett
7abc6347bf must use abort() not return in ERR macro, or solaris compiler craps out 2010-12-20 13:49:23 +00:00
Dennis Heimbigner
209742ebec Fixed dap memory leaks 2010-12-17 23:54:09 +00:00
Ed Hartnett
8058055536 all failed tests now cause return 2010-12-16 19:24:52 +00:00
Ed Hartnett
d689efdc06 don't run tst_atts unless this is a netcdf-4 build 2010-12-16 18:13:52 +00:00
Ed Hartnett
9617477e83 changed test to prevent so much output 2010-12-16 17:36:14 +00:00
Dennis Heimbigner
f7e41dde66 add cdmremote skeleton code 2010-12-15 21:45:05 +00:00
Ed Hartnett
6ecbe1209f changes to get parallel I/O working with spock's new brain. 2010-12-14 18:33:45 +00:00
Dennis Heimbigner
345de82ac7 fix dap.y typo 2010-12-10 18:47:43 +00:00
Ed Hartnett
0ba976a515 turned off nctest valgrind checks, except when --enable-extra-tests is used 2010-12-06 19:37:35 +00:00
Ed Hartnett
94210cb492 fixed HDF4 build memory problem 2010-12-06 16:27:08 +00:00
Dennis Heimbigner
c3c87a6aa5 2010-12-04 22:38:15 +00:00
Dennis Heimbigner
cba787cfff Fixed bug in libcndap about handling nested sequences 2010-12-03 22:01:21 +00:00
Ed Hartnett
d66a45f05c optimized way special dimid is written or updated. 2010-12-03 00:03:48 +00:00
Ed Hartnett
edc5c64e54 optimized way special dimid is searched for when var is opened. 2010-12-02 23:52:53 +00:00
Russ Rew
c64330e74e Fix typo in 'worst naming convention in 45 years of programming' :-) 2010-12-02 21:43:45 +00:00
Ed Hartnett
184b2d0945 freed new path string for nc3 and nc4 files 2010-12-01 18:21:47 +00:00
Ed Hartnett
1d733fe2e1 updated libtool version required to 2.4. 2010-11-30 20:25:04 +00:00
Ed Hartnett
bc8b6de486 removed unneeded define 2010-11-30 19:31:28 +00:00
Russ Rew
7db57da22a Fix group bug in cxx4, remove extraneous include from cxx4 examples. 2010-11-30 17:39:21 +00:00