Russ Rew
3ef3b35a94
Refactor to share functions between ncdump and nccopy. Merge nccopy
...
enhancements, based on contributed code from Martin van Driel, to
support -v, -g, -V, and -G options for selecting groups and variables
in output. Fix all clang warnings from nccopy and ncdump sources, as
well as a few other cleanup changes to testing code.
2013-01-23 17:45:29 +00:00
Russ Rew
8b63afda70
Fix portability bug, no arithmetic on void * pointers
2012-11-19 20:02:22 +00:00
Russ Rew
8e98e3727d
Fixed bug NCF-144 (ncdump of variables with multiple unlimited
...
dimensions). Added comprehensive tests that include variables with
lots of combinations of 0 through 4 fixed and unlimited dimensions.
2012-11-16 21:37:43 +00:00
Ward Fisher
18d507c00d
Changed 'boolean' to 'boolen' to avoid a name conflict under windows.
2012-09-10 22:07:04 +00:00
Russ Rew
c6f399c731
Fix non-portable test that depends on nonstandardized floating-point format using e+08, not e+008. Fixes for some problems reported in scan-build static analysis.
2012-04-23 23:59:24 +00:00
Russ Rew
97c954a859
Add -g option to ncdump and test it
2011-09-21 23:10:03 +00:00
Russ Rew
51906ca254
Support Dave Allured's ncdump mods for time-valued attributes. Refactor all ncdump time code into nctime.c. Add '-i' option for strict ISO-8601 time notation. Fix backward compatibility test to not use DBL_MAX, which is the same as IEEE infinity when using only 15 significant digits of precision. Document ncdump time functionality in man page.
2011-09-12 21:31:08 +00:00
Russ Rew
50115604c8
Fixes for NCF-70, ncdump -t printing of time-values attributes. Haven't fixed printing of cell bounds for time-valued variables yet.
2011-08-31 18:28:08 +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
Russ Rew
a46ef6091e
another try at fixing MALLOC_CHECK_=3 error on spock
2010-08-11 04:58:14 +00:00
Russ Rew
817502e6e1
Fix a malloc bug
2010-08-03 16:09:01 +00:00
Russ Rew
86cfc908ad
Get rid of uses of NC_MAX_DIMS in ncdump that are easy to eliminate.Get rid of some uses of NC_MAX_DIMS from nccopy. Add libsrc/pstdint.hfor systems that have no stdint.h.
2010-07-29 22:41:05 +00:00
Ed Hartnett
18f4bca367
moving to trunk subdir
2010-06-03 13:24:43 +00:00