netcdf-c/ncgen
Dennis Heimbigner d37ac215e2 Add new capabilities to filter code:
1. Allow nccopy to apply filters, especially on the output file.
   This provides a third way to do this other than using ncgen or
   programatically
2. Make sure that even if the filter code is not available, it is
   possible to see the filter id and parameters for variables using
   e.g ncdump -hs.
3. Fix bug in nccopy so that the input file does
   not necessarily have to be netcdf-4.
4. At last minute decided to change to using a
   single "_Filter" attribute for ncgen
5. Added a test to tst_filter.sh to generate C code using ncgen.
2017-05-14 18:10:02 -06:00
..
bindata.c support fixes for Github issue 323 2016-11-17 15:29:32 -07:00
bytebuffer.c
bytebuffer.h
c0_4.cdl Tweaking cdl files so that we can compare against them. 2016-11-18 11:07:20 -07:00
c0.cdl Tweaking cdl files so that we can compare against them. 2016-11-18 11:07:20 -07:00
c5.cdl
cdata.c support fixes for Github issue 323 2016-11-17 15:29:32 -07:00
cdfdata.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
CMakeLists.txt keep up-to-date with master 2017-03-27 12:16:24 -06:00
cmldata.c
compound_datasize_test2.cdl support fixes for Github issue 323 2016-11-17 15:29:32 -07:00
compound_datasize_test.cdl
ConvertUTF.c
ConvertUTF.h
ctests.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
cvt.c Finalize the compression support. 2017-04-27 13:01:59 -06:00
data.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
data.h support fixes for Github issue 323 2016-11-17 15:29:32 -07:00
debug.c
debug.h
depend
dump.c
dump.h
env
escapes.c
f77data.c support fixes for Github issue 323 2016-11-17 15:29:32 -07:00
foo.cdl
ftests.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
genbin.c Add new capabilities to filter code: 2017-05-14 18:10:02 -06:00
genc.c Add new capabilities to filter code: 2017-05-14 18:10:02 -06:00
genchar.c
gencml.c
generate.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
generr.c
generr.h
genf77.c
genj.c
genjjni.c
genjstd.c
genlib.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
genlib.h Finalize the compression support. 2017-04-27 13:01:59 -06:00
getfill.c
includes.h Finalize the compression support. 2017-04-27 13:01:59 -06:00
internals.html Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh) 2017-04-03 21:39:44 -06:00
jdata.c support fixes for Github issue 323 2016-11-17 15:29:32 -07:00
jdatajni.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
jdatastd.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
jtests.sh
lfs-tests Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh) 2017-04-03 21:39:44 -06:00
list.c
list.h
main.c Finalize the compression support. 2017-04-27 13:01:59 -06:00
Make0
Makefile.am Master merge to remove conflicts 2017-03-29 14:40:08 -06:00
nc_iter.c
nc_iter.h
ncf199.cdl
ncf345.cdl
ncgen.1
ncgen.h Add new capabilities to filter code: 2017-05-14 18:10:02 -06:00
ncgen.l Add new capabilities to filter code: 2017-05-14 18:10:02 -06:00
ncgen.y Add new capabilities to filter code: 2017-05-14 18:10:02 -06:00
ncgenl.c Add new capabilities to filter code: 2017-05-14 18:10:02 -06:00
ncgeny.c Add new capabilities to filter code: 2017-05-14 18:10:02 -06:00
ncgeny.h Add new capabilities to filter code: 2017-05-14 18:10:02 -06:00
odom.c
odom.h
ref_camrun.cdl
run_nc4_tests.sh Master merge to remove conflicts 2017-03-29 14:40:08 -06:00
run_tests2.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
run_tests.sh Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh) 2017-04-10 09:26:57 -06:00
semantics.c keep up-to-date with master 2017-03-27 12:16:24 -06:00
tst_gattenum.cdl Apparently we have no .cdl test cases that have 2017-03-18 17:57:48 -06:00
tst_usuffix.cdl re: gihub issue https://github.com/Unidata/netcdf-c/issues/380 2017-03-24 18:56:14 -06:00
util.c
util.h
XGetopt.c