netcdf-c/ncdump
Dennis Heimbigner 5a1ca24fd6 Fix github issue: https://github.com/Unidata/netcdf-c/issues/236
If a char valued attribute contains embedded nul characters,
then illegal xml will be generated when using the -x (ncml) flag.

There is not good solution since we have a char value '\0' that
is legal in a netcdf-c char valued attribute, but is completely
illegal in ncml (i.e. xml).

So, implemented hack is to go ahead and generate '�' entities
and then complain that we are generating illegal ncml.
2016-03-17 22:05:46 -06:00
..
cdl NetCDF-c Github issue #178 2015-12-26 18:19:04 -07:00
expected NetCDF-c Github issue #178 2015-12-26 18:19:04 -07:00
bom.c 1. Any test that references nctestserver/NC_findtestserver 2014-03-08 20:41:30 -07:00
cdl.h
chunkspec.c The max dimension sizes do not take CDF-5 format into account. 2016-01-05 21:26:25 -07:00
chunkspec.h Fix -d0 option to not do unwanted chunking or associated shuffle. 2014-03-21 12:34:19 -06:00
CMakeLists.txt Fix issues with Github pull request 187 2016-01-08 12:55:11 -07:00
ctests.sh ckp 2015-11-19 13:44:55 -07:00
depend
dimmap.c 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
dimmap.h 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
dumplib.c 1. There were several bugs in ncdump/dumplib.c 2015-11-06 17:03:28 -07:00
dumplib.h Define macro for NIL string value in ncdump/dumplib.h 2013-07-10 20:56:24 +00:00
env re: NCF-317 2014-10-07 12:37:41 -06:00
indent.c Fixed bug NCF-144 (ncdump of variables with multiple unlimited 2012-11-16 21:37:43 +00:00
indent.h
inttags4.cdl ckp 2015-11-19 13:44:55 -07:00
inttags.cdl ckp 2015-11-19 13:44:55 -07:00
isnan.h
Make0 Fix issues with Github pull request 187 2016-01-08 12:55:11 -07:00
Makefile.am Fix issues with Github pull request 187 2016-01-08 12:55:11 -07:00
nccomps.h Fixed bug NCF-144 (ncdump of variables with multiple unlimited 2012-11-16 21:37:43 +00:00
nccopy.1 Fix another hyphen-used-as-minus-sign issue in nccopy.1 man page. 2015-01-25 19:20:00 +01:00
nccopy.c merge-squash 2015-10-09 10:12:11 -06:00
ncdump.1 hyphens used as minus signs 2015-01-16 13:12:11 +01:00
ncdump.c Fix github issue: https://github.com/Unidata/netcdf-c/issues/236 2016-03-17 22:05:46 -06:00
ncdump.h The max dimension sizes do not take CDF-5 format into account. 2016-01-05 21:26:25 -07:00
nciter.c corrected an undefined value error identified by clang. 2014-10-02 12:43:27 -06:00
nciter.h Refactor to share functions between ncdump and nccopy. Merge nccopy 2013-01-23 17:45:29 +00:00
nctime0.c Fix common typos 2015-08-20 11:42:05 +02:00
nctime0.h Fix Coverity complaint about passing big parameter by value 2012-08-17 22:00:36 +00:00
ref1.ncml Fix github issue: https://github.com/Unidata/netcdf-c/issues/236 2016-03-17 22:05:46 -06:00
ref_ctest1_nc4.cdl ckp 2015-11-19 13:44:55 -07:00
ref_ctest1_nc4c.cdl Fix ncdump clang warnings. Fix invalid encodings for some non-ascii strings in tests. 2015-08-02 16:09:47 -06:00
ref_ctest64.c Fix ncdump clang warnings. Fix invalid encodings for some non-ascii strings in tests. 2015-08-02 16:09:47 -06:00
ref_ctest.c 1. Added temporary work-around for cygwin where 2015-10-09 10:33:40 -06:00
ref_inttags4.cdl ckp 2015-11-19 13:44:55 -07:00
ref_inttags.cdl ckp 2015-11-19 13:44:55 -07:00
ref_nc_test_netcdf4_4_0.nc 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
ref_nc_test_netcdf4.cdl 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
ref_times.cdl Fixed bug NCF-175: ncdump -t incorrectly interpreting units attribute 2012-06-07 18:14:02 +00:00
ref_tst_charfill.cdl add test for fix for Jira NCF-131 2011-12-13 03:08:56 +00:00
ref_tst_comp2.cdl
ref_tst_comp.cdl
ref_tst_compounds2.cdl
ref_tst_compounds2.nc
ref_tst_compounds3.cdl
ref_tst_compounds3.nc
ref_tst_compounds4.cdl
ref_tst_compounds4.nc
ref_tst_enum_data.cdl
ref_tst_fillbug.cdl
ref_tst_format_att_64.cdl
ref_tst_format_att.cdl
ref_tst_group_data_v23.cdl 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
ref_tst_group_data.cdl 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
ref_tst_grp_spec0.cdl Add -g option to ncdump and test it 2011-09-21 23:10:03 +00:00
ref_tst_grp_spec.cdl Add -g option to ncdump and test it 2011-09-21 23:10:03 +00:00
ref_tst_mud4_chars.cdl Fixed bug NCF-310 (ncdump char vars with multiple unlimited dims). 2014-08-07 14:35:29 -06:00
ref_tst_mud4-bc.cdl Add reference file for ncdump -bc test 2013-11-13 13:45:20 -07:00
ref_tst_mud4.cdl Fixed bug NCF-144 (ncdump of variables with multiple unlimited 2012-11-16 21:37:43 +00:00
ref_tst_nans.cdl
ref_tst_ncf213.cdl 1) fix out of date ncgentab/ncgenyy files 2)fix Jira-ncf213 bug and add test case 2013-01-03 20:45:34 +00:00
ref_tst_noncoord.cdl
ref_tst_opaque_data.cdl
ref_tst_small.cdl
ref_tst_solar_1.cdl ckp 2015-11-19 13:44:55 -07:00
ref_tst_solar_2.cdl Fix ncdump bug displaying NC_USHORT attribute values as NC_SHORT in netCDF-4 files. Add test for fix. 2011-06-24 04:51:11 +00:00
ref_tst_special_atts3.cdl
ref_tst_special_atts.cdl
ref_tst_string_data.cdl Fix NCF-186, ncdump bug not escaping quotes and newlines in string data 2012-08-03 04:40:06 +00:00
ref_tst_unicode.cdl
ref_tst_utf8_4.cdl re: Jira NCF-320 2015-08-20 15:53:48 -06:00
ref_tst_utf8.cdl
ref_tst_vlen_data2.cdl premerge 2012-01-29 18:50:02 +00:00
ref_tst_vlen_data.cdl
rewrite-scalar.c
run_back_comp_tests.sh ckp 2015-11-19 13:44:55 -07:00
run_tests.sh ckp 2015-11-19 13:44:55 -07:00
run_utf8_nc4_tests.sh ckp 2015-11-19 13:44:55 -07:00
run_utf8_tests.sh ckp 2015-11-19 13:44:55 -07:00
small2.cdl
small.cdl
test0.cdl [NCF-267]/SAI-630695 2013-09-23 17:11:59 -06:00
tst_64bit.sh ckp 2015-11-19 13:44:55 -07:00
tst_bom.sh ckp 2015-11-19 13:44:55 -07:00
tst_brecs.cdl Allow double NaNs and Infinities in double to double conversions. Add tests for nccopy deflation, shuffling, and dimension-fixing options. Add man-page documentation for new nccopy topions, with examples. Run tst_nccopy3.sh test even for netCDF-4 builds. 2010-08-31 22:41:00 +00:00
tst_bug321.cdl Add test CDL file and tst_nccopy4.sh test for fix of NCF-321 2015-01-03 17:18:14 -07:00
tst_bug324.c fix array size in test program 2015-02-05 16:56:15 -07:00
tst_calendars.cdl Fixed bug NCF-175: ncdump -t incorrectly interpreting units attribute 2012-06-07 18:14:02 +00:00
tst_calendars.sh ckp 2015-11-19 13:44:55 -07:00
tst_charfill.cdl add test for fix for Jira NCF-131 2011-12-13 03:08:56 +00:00
tst_charfill.sh ckp 2015-11-19 13:44:55 -07:00
tst_chunking.c Delete obsolete libdiskless directory, replaced by new diskless 2012-06-12 21:50:02 +00:00
tst_comp2.c
tst_comp.c
tst_compress.c Fix ncdump/tst_compress bug that shows up on Solaris systems. Fix default variable chunksize algorithm. 2011-06-23 17:15:01 +00:00
tst_create_files.c Fix ncdump bug displaying NC_USHORT attribute values as NC_SHORT in netCDF-4 files. Add test for fix. 2011-06-24 04:51:11 +00:00
tst_dimsizes.c Fix issues with Github pull request 187 2016-01-08 12:55:11 -07:00
tst_dimsizes.sh Fix issues with Github pull request 187 2016-01-08 12:55:11 -07:00
tst_enum_data.c 2012-09-24 20:48:12 +00:00
tst_fillbug.c Refactor to share functions between ncdump and nccopy. Merge nccopy 2013-01-23 17:45:29 +00:00
tst_fillbug.sh ckp 2015-11-19 13:44:55 -07:00
tst_formatx3.sh ckp 2015-11-19 13:44:55 -07:00
tst_formatx4.sh ckp 2015-11-19 13:44:55 -07:00
tst_group_data.c Factor out common functionality in ncdump and nccopy and share between them. 2011-01-05 23:48:47 +00:00
tst_grp_spec.sh ckp 2015-11-19 13:44:55 -07:00
tst_h_rdc0.c Refactor to share functions between ncdump and nccopy. Merge nccopy 2013-01-23 17:45:29 +00:00
tst_h_scalar.c Forgot to add and commit new test program. 2013-07-10 21:06:12 +00:00
tst_h_scalar.sh ckp 2015-11-19 13:44:55 -07:00
tst_inmemory_nc3.sh ckp 2015-11-19 13:44:55 -07:00
tst_inmemory_nc4.sh ckp 2015-11-19 13:44:55 -07:00
tst_inttags4.sh ckp 2015-11-19 13:44:55 -07:00
tst_inttags.sh ckp 2015-11-19 13:44:55 -07:00
tst_iter.sh ckp 2015-11-19 13:44:55 -07:00
tst_lengths.sh ckp 2015-11-19 13:44:55 -07:00
tst_mslp.cdl
tst_mud.sh ckp 2015-11-19 13:44:55 -07:00
tst_nans.c When using the '-ansi' flag with gcc, netcdf would fail to build because of the use of '//' for one-line comments. I've addressed this by replacing instances of // with enclosing comment blocks. 2014-08-26 11:19:32 -06:00
tst_nccopy3.sh ckp 2015-11-19 13:44:55 -07:00
tst_nccopy4.sh ckp 2015-11-19 13:44:55 -07:00
tst_ncgen4_classic.sh ckp 2015-11-19 13:44:55 -07:00
tst_ncgen4_cycle.sh ckp 2015-11-19 13:44:55 -07:00
tst_ncgen4_diff.sh ckp 2015-11-19 13:44:55 -07:00
tst_ncgen4.sh ckp 2015-11-19 13:44:55 -07:00
tst_ncgen_shared.sh NetCDF-c Github issue #178 2015-12-26 18:19:04 -07:00
tst_ncml.cdl Fix github issue: https://github.com/Unidata/netcdf-c/issues/236 2016-03-17 22:05:46 -06:00
tst_netcdf4_4.sh ckp 2015-11-19 13:44:55 -07:00
tst_netcdf4.sh ckp 2015-11-19 13:44:55 -07:00
tst_opaque_data.c
tst_output.sh ckp 2015-11-19 13:44:55 -07:00
tst_special_atts.c
tst_string_data.c Fix NCF-186, ncdump bug not escaping quotes and newlines in string data 2012-08-03 04:40:06 +00:00
tst_unicode.c
tst_utf8.c Refactor to share functions between ncdump and nccopy. Merge nccopy 2013-01-23 17:45:29 +00:00
tst_vlen_data.c
utils.c Removed a couple of clang-reported potential dereferences of null/undefined pointers. 2014-03-31 09:56:39 -06:00
utils.h Corrected "BAIL" macros to avoid infinite loop when logging is disabled and an 2013-12-29 01:12:43 -06:00
vardata.c Modified index passed for last row when printing with annotations, in support of fixing https://github.com/Unidata/netcdf-c/issues/181 2015-12-31 21:20:36 +00:00
vardata.h Fixed bug NCF-144 (ncdump of variables with multiple unlimited 2012-11-16 21:37:43 +00:00
XGetopt.c Merge from latest netcdf-cmake branch. 2012-12-05 18:35:42 +00:00