Ed Hartnett
72a000f4f9
moved dispatch table definition to netcdf_dispatch.h
2019-07-05 04:53:53 -06:00
Ed Hartnett
39ba4aae89
added netcdf_dispatch.h file
2019-07-05 04:50:36 -06:00
Ed Hartnett
cd79569e45
removed refcount from nc.h
2019-07-04 15:46:47 -06:00
Ed Hartnett
620f17d5ef
finidhed removing refcount from dfile.c
2019-07-04 15:46:15 -06:00
Ed Hartnett
f6ea863011
finidhed removing refcount from dfile.c
2019-07-04 15:45:49 -06:00
Ed Hartnett
0727ccf5ad
starting to take out ref count stuff
2019-07-04 15:45:03 -06:00
Ed Hartnett
edf1f92042
starting to take out ref count stuff
2019-07-04 15:44:01 -06:00
Ed Hartnett
085b59e0d2
comment
2019-07-04 13:47:14 -06:00
Ed Hartnett
0c069e8e4c
fixed memory error in sfc_pres_temp_more.c
2019-07-04 13:46:33 -06:00
Ed Hartnett
bc09b7b8f5
documentation update
2019-07-04 10:23:11 -06:00
Ed Hartnett
758aac0634
documentation update
2019-07-04 10:22:13 -06:00
Ed Hartnett
cf0ab1c504
documentation update
2019-07-04 10:21:06 -06:00
Ed Hartnett
985ed35166
documentation update
2019-07-04 10:20:37 -06:00
Ed Hartnett
d7e46e8c5f
documentation update
2019-07-04 10:16:21 -06:00
Ed Hartnett
9a7a7e28d1
documentation update
2019-07-04 10:15:32 -06:00
Ed Hartnett
b965daf649
documentation update
2019-07-04 10:14:28 -06:00
Ed Hartnett
0ccb3d1c5e
documentation update
2019-07-04 10:13:54 -06:00
Ed Hartnett
5a4948faec
documentation update
2019-07-04 10:13:15 -06:00
Ed Hartnett
0cfe7ef8b2
removed unneeded reference to int_ncid in the HDF4 code
2019-07-04 10:11:42 -06:00
Ward Fisher
57f09d6e62
Merge pull request #1424 from NetCDF-World-Domination-Council/ejh_extra_examples
...
fixed up extra examples
2019-07-02 13:02:31 -06:00
Ed Hartnett
082ec55f43
made examples quick_large_files and quick_small_files only run for large file builds
2019-07-02 09:14:50 -06:00
Ed Hartnett
137e507574
clean up
2019-07-02 09:04:30 -06:00
Ed Hartnett
4ba1caaa9d
clean up
2019-07-02 09:02:57 -06:00
Ed Hartnett
3526d643de
adding simple to the programs that are run
2019-07-02 09:00:36 -06:00
Ed Hartnett
5fe7afea42
adding simple.c to the programs that are built
2019-07-02 09:00:06 -06:00
Ed Hartnett
472fd0b348
cleanup of simple.c
2019-07-02 08:59:27 -06:00
Ed Hartnett
c8a2ad233f
adding sfc_pres_temp_more to examples that are run
2019-07-02 08:58:28 -06:00
Ed Hartnett
732d461530
fixed sfc_pres_temp_more.c
2019-07-02 08:57:57 -06:00
Ed Hartnett
a4a8bdf7a1
fixed quick_small_files.c
2019-07-02 08:53:26 -06:00
Ed Hartnett
e3f6a705b4
cleanup of sfc_pres_temp_more.c
2019-07-02 08:34:25 -06:00
Ed Hartnett
99258bf156
fixed warnings in quick_small_files.c
2019-07-02 08:28:30 -06:00
Ed Hartnett
ca274823c6
now running quick_small_files.c
2019-07-02 08:27:02 -06:00
Ed Hartnett
1c1d40dfec
fixed warning in quick_large_files.c
2019-07-02 08:25:44 -06:00
Ward Fisher
76ff3c0a8d
Merge pull request #1422 from NetCDF-World-Domination-Council/ejh_ansi_fix
...
changed c++ style comments into c comments
2019-07-01 16:16:23 -06:00
Ward Fisher
bef0960a1b
Merge pull request #1420 from NetCDF-World-Domination-Council/ejh_null_name
...
fix handling of NULL name in nc_open
2019-07-01 16:06:31 -06:00
Ed Hartnett
2fb18a2e54
changed c++ style comments into c comments
2019-06-30 09:07:29 -06:00
Ed Hartnett
1d17dd32be
undid unnecessary changes to Makefile.am
2019-06-30 05:12:22 -06:00
Ed Hartnett
d228c4048e
check nc_delete for handling of null name
2019-06-30 05:03:53 -06:00
Ed Hartnett
41cef20d1a
fixed handling of NULL name in nc_open
2019-06-30 04:56:24 -06:00
Ward Fisher
ec752f3f15
Merge pull request #1418 from Unidata/fix_vs_version.wif
...
Corrected mistake regarding VS version.
2019-06-21 00:33:08 -06:00
Ward Fisher
7cca66a61d
Merge pull request #1406 from Unidata/update_szip_detection_autoconf.wif
...
Modified how libsz is being detected in automake-based builds.
2019-06-17 14:54:56 -06:00
Ward Fisher
e891646329
Corrected mistake regarding which version of Visual Studio is being used to build the libraries.
2019-06-17 14:41:50 -06:00
Dennis Heimbigner
4de0c555e1
Fix nctime to not include ncconfigure.h
...
re: https://github.com/Unidata/netcdf-c/pull/1411
Turns out that the real problem here is that nctime.c
is including ncconfigure.h rather than config.h.
2019-05-30 12:47:50 -06:00
Ward Fisher
71392b3a2c
Merge pull request #1407 from Unidata/ncvalidator.dmh
...
Add Wei-King Liao's ncvalidator program
2019-05-29 22:10:11 -06:00
Ward Fisher
3158dd7c55
Merge branch 'master' into ncvalidator.dmh
2019-05-29 15:30:27 -06:00
Ward Fisher
d6a3944199
Merge pull request #1409 from Unidata/nccopydefault.dmh
...
Nccopy was overriding default chunking when it should not.
2019-05-29 15:26:09 -06:00
Dennis Heimbigner
fbb47d50c1
Fix ncconfigure.h to solve a -ansi problem with strdup()
...
re: https://github.com/Unidata/netcdf-c/issues/1408
1. Add some function tests to configure.ac; these are functions
not defined with -ansi.
2. When using -ansi, fix include/ncconfigure.h to check for
the possibilty that certain functions are being defined
by macros. Apparently Debian does this for some reason.
No idea why.
Unrelated: modify the debug/cf.cmake debug shell script.
2019-05-29 14:35:29 -06:00
Dennis Heimbigner
112b2cc5e2
Convert to use LOGGING
2019-05-25 12:35:52 -06:00
Dennis Heimbigner
7901353cf5
Restore nc_perf/CMakeLists.txt
2019-05-25 12:15:56 -06:00
Dennis Heimbigner
8d11b80df3
fix nc_perf/CMakeLists.txt problem
2019-05-24 20:43:33 -06:00