Skip to content

Commit

Permalink
update netcdf-c
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusuMET committed Feb 19, 2020
1 parent df0f0f3 commit 182eefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netcdf-sys/source
Submodule source updated 74 files
+2 −0 .gitignore
+27 −4 CMakeLists.txt
+1 −0 NUG/.gitignore
+0 −0 NUG/DAP2.dox
+0 −0 NUG/DAP4.dox
+2,465 −0 NUG/Doxyfile
+0 −0 NUG/OPeNDAP.dox
+0 −0 NUG/bestpractices.md
+6 −0 NUG/cleanup.sh
+0 −0 NUG/filters.md
+6 −3 NUG/guide.dox
+ NUG/images/InstallTreeWindows.png
+4 −0 NUG/images/Makefile.am
+ NUG/images/aqua.jpg
+ NUG/images/chunking2.png
+ NUG/images/compatibility3.png
+ NUG/images/compression.png
+ NUG/images/deptree.jpg
+ NUG/images/groups.png
+ NUG/images/nc-classic-uml.png
+ NUG/images/nc4-model.png
+ NUG/images/ncatts.png
+ NUG/images/nccoords.png
+ NUG/images/ncfile.png
+ NUG/images/netcdf_architecture.odg
+ NUG/images/netcdf_architecture.png
+ NUG/images/pnetcdf.png
+ NUG/images/terra.jpg
+ NUG/images/unidata_logo_cmyk.png
+0 −0 NUG/install.md
+0 −0 NUG/types.dox
+0 −0 NUG/user_defined_formats.md
+8 −0 RELEASE_NOTES.md
+26 −14 configure.ac
+48 −0 ctest_scripts/ctest_serial_dap.ctest
+1 −1 dap4_test/Makefile.am
+0 −624 docs/DAP4.md
+0 −6 docs/Doxyfile.developer
+3 −24 docs/Doxyfile.in
+5 −5 docs/Makefile.am
+559 −367 h5_test/tst_h_vars.c
+0 −4 include/hdf4dispatch.h
+6 −3 include/nc4internal.h
+1 −1 include/nc_tests.h
+1 −1 include/ncconfigure.h
+9 −2 include/netcdf.h
+3 −0 include/netcdf_filter.h
+2 −1 include/netcdf_meta.h.in
+1 −1 libdap2/dceparselex.h
+89 −13 libdispatch/dvar.c
+42 −12 libdispatch/dvarinq.c
+11 −0 libhdf5/hdf5internal.c
+81 −25 libhdf5/hdf5var.c
+24 −16 libhdf5/nc4hdf.c
+4 −1 libnetcdf.settings.in
+2 −2 libsrc/nc3internal.c
+2 −2 libsrc/ncFile.c
+1 −1 libsrc/pstdint.h
+7 −7 nc_perf/Makefile.am
+54 −0 nc_perf/tst_mem1.c
+2 −2 nc_test/tests.h
+1 −1 nc_test4/CMakeLists.txt
+2 −2 nc_test4/Makefile.am
+13 −9 nc_test4/run_par_test.sh.in
+3 −0 nc_test4/test_szip.c
+50 −2 nc_test4/tst_parallel5.c
+190 −0 nc_test4/tst_parallel_compress.c
+1 −1 nc_test4/tst_parallel_zlib.c
+0 −159 nc_test4/tst_parallel_zlib2.c
+245 −131 nc_test4/tst_unlim_vars.c
+1,429 −1,429 nc_test4/tst_vars2.c
+666 −475 nc_test4/tst_vars3.c
+2 −2 ncdump/ncdump.c
+1 −1 netCDFConfig.cmake.in

0 comments on commit 182eefb

Please sign in to comment.