3 files changed
+3
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + |
- .github/workflows/run_tests_osx.yml+18-8
- .github/workflows/run_tests_ubuntu.yml+66-48
- .github/workflows/run_tests_win_cygwin.yml+8
- .github/workflows/run_tests_win_mingw.yml+3-4
- .gitignore+2
- CMakeLists.txt+2-6
- Makefile.in+35-22
- RELEASE_NOTES.md+248-4
- aclocal.m4+287-130
- compile+7-4
- config.guess+80-22
- config.sub+160-79
- configure+2.0k-671
- configure.ac+4-3
- dap4_test/Makefile.in+72-40
- depcomp+8-7
- docs/Doxyfile.developer+1-1
- docs/Makefile.in+17-5
- docs/all-error-codes.md+9
- docs/images/Makefile.in+16-4
- docs/windows-binaries.md+12-15
- examples/C/Makefile.in+69-32
- examples/CDL/Makefile.in+63-21
- examples/Makefile.in+16-4
- h5_test/Makefile.in+69-32
- hdf4_test/Makefile.in+68-31
- include/Makefile.am+10-10
- include/Makefile.in+31-20
- include/netcdf.h+5
- include/netcdf_aux.h+54-1
- install-sh+7-7
- libdap2/Makefile.in+25-15
- libdap4/Makefile.in+25-15
- libdap4/d4meta.c+2-2
- libdispatch/Makefile.in+24-19
- libdispatch/daux.c+120-14
- libhdf4/Makefile.in+22-12
- libhdf5/Makefile.in+22-12
- liblib/Makefile.in+26-17
- libncpoco/Makefile.in+22-12
- libncxml/Makefile.in+22-12
- libnczarr/Makefile.in+25-15
- libsrc/Makefile.in+26-17
- libsrc/ncx.c+8-8
- libsrc4/Makefile.in+22-12
- libsrcp/Makefile.in+22-12
- ltmain.sh+437-349
- m4/libtool.m4+253-192
- m4/ltoptions.m4+68-38
- m4/ltsugar.m4+1-1
- m4/ltversion.m4+6-6
- m4/lt~obsolete.m4+1-1
- missing+48-27
- nc-config.in+7
- nc_perf/Makefile.in+69-32
- nc_test/Makefile.in+69-32
- nc_test4/Makefile.in+69-32
- nc_test4/run_par_warn_test.sh.in+1-1
- ncdap_test/Makefile.in+72-40
- ncdap_test/expected3/Makefile.in+16-4
- ncdap_test/expectedhyrax/Makefile.in+16-4
- ncdap_test/expectremote3/Makefile.in+16-4
- ncdap_test/testdata3/Makefile.in+16-4
- ncdump/Makefile.in+73-46
- ncdump/cdl/Makefile.in+16-4
- ncdump/expected/Makefile.in+16-4
- ncgen/Makefile.in+26-20
- ncgen3/Makefile.in+69-32
- nctest/Makefile.in+68-31
- nczarr_test/Makefile.in+72-40
- oc2/Makefile.in+22-12
- plugins/CMakeLists.txt+12-1
- plugins/Makefile.in+30-23
- test-driver+11-4
- unit_test/Makefile.am+1
- unit_test/Makefile.in+71-39
- unit_test/ref_xget.txt+1
- unit_test/ref_xset.txt+2
- unit_test/run_pluginpaths.sh+17-1
- unit_test/tst_pluginpaths.c+59-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
0 commit comments