Skip to content

Commit

Permalink
Use rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusuMET committed Dec 9, 2024
1 parent 5ae34a4 commit f664e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netcdf-src/source
Submodule source updated 81 files
+0 −36 .gitignore
+2 −2 CMakeLists.txt
+1,333 −0 Makefile.in
+1 −1 RELEASE_NOTES.md
+1,209 −0 aclocal.m4
+348 −0 compile
+1,754 −0 config.guess
+670 −0 config.h.in
+1,890 −0 config.sub
+31,587 −0 configure
+4 −4 configure.ac
+1,304 −0 dap4_test/Makefile.in
+791 −0 depcomp
+1 −1 docs/Doxyfile.developer
+863 −0 docs/Makefile.in
+623 −0 docs/images/Makefile.in
+13 −13 docs/windows-binaries.md
+1,470 −0 examples/C/Makefile.in
+996 −0 examples/CDL/Makefile.in
+802 −0 examples/Makefile.in
+1,730 −0 h5_test/Makefile.in
+1,266 −0 hdf4_test/Makefile.in
+808 −0 include/Makefile.in
+1 −1 include/nctestserver.h
+541 −0 install-sh
+1,025 −0 libdap2/Makefile.in
+1,055 −0 libdap4/Makefile.in
+1,669 −0 libdispatch/Makefile.in
+1 −1 libdispatch/dcopy.c
+2 −0 libdispatch/dplugins.c
+2 −0 libdispatch/ncexhash.c
+1 −1 libdispatch/ncjson.c
+814 −0 libhdf4/Makefile.in
+1,030 −0 libhdf5/Makefile.in
+928 −0 liblib/Makefile.in
+835 −0 libncpoco/Makefile.in
+884 −0 libncxml/Makefile.in
+1,151 −0 libnczarr/Makefile.in
+1 −1 libnczarr/zplugins.c
+1,113 −0 libsrc/Makefile.in
+2,300 −0 libsrc/attr.c
+39,301 −0 libsrc/ncx.c
+1,387 −0 libsrc/netcdf.3
+21,416 −0 libsrc/putget.c
+908 −0 libsrc4/Makefile.in
+804 −0 libsrcp/Makefile.in
+11,436 −0 ltmain.sh
+8,427 −0 m4/libtool.m4
+437 −0 m4/ltoptions.m4
+124 −0 m4/ltsugar.m4
+24 −0 m4/ltversion.m4
+99 −0 m4/lt~obsolete.m4
+215 −0 missing
+1,555 −0 nc_perf/Makefile.in
+2,040 −0 nc_test/Makefile.in
+12,262 −0 nc_test/test_get.c
+13,910 −0 nc_test/test_put.c
+1,970 −0 nc_test/test_read.c
+2,413 −0 nc_test/test_write.c
+0 −1 nc_test/tst_diskless.c
+3,124 −0 nc_test4/Makefile.in
+1,612 −0 ncdap_test/Makefile.in
+648 −0 ncdap_test/expected3/Makefile.in
+617 −0 ncdap_test/expectedhyrax/Makefile.in
+642 −0 ncdap_test/expectremote3/Makefile.in
+712 −0 ncdap_test/testdata3/Makefile.in
+2,130 −0 ncdump/Makefile.in
+641 −0 ncdump/cdl/Makefile.in
+638 −0 ncdump/expected/Makefile.in
+2 −0 ncdump/ncvalidator.c
+0 −3 ncdump/vardata.c
+1,055 −0 ncgen/Makefile.in
+0 −5 ncgen/genbin.c
+1,323 −0 ncgen3/Makefile.in
+1,287 −0 nctest/Makefile.in
+2,023 −0 nczarr_test/Makefile.in
+975 −0 oc2/Makefile.in
+1,216 −0 plugins/Makefile.in
+153 −0 test-driver
+1 −2 test_common.in
+1,424 −0 unit_test/Makefile.in

0 comments on commit f664e9b

Please sign in to comment.