netcdf-c/libdap2
Dennis Heimbigner 245961de00 re: github issues
https://github.com/Unidata/netcdf-c/issues/1168
    https://github.com/Unidata/netcdf-c/issues/1163
    https://github.com/Unidata/netcdf-c/issues/1162

This PR partially fixes memory leaks in the netcdf-c library,
in the ncdump utility, and in some test cases.

The netcdf-c library now runs memory clean with the assumption
that the --disable-utilities option is used. The primary remaining
problem is ncgen. Once that is fixed, I believe the netcdf-c library
will run memory clean with no limitations.

Notes
-----------
1. Memory checking was performed using gcc -fsanitize=address.
   Valgrind-based testing has yet to be performed.
2. The pnetcdf, hdf4, and examples code has not been tested.

Misc. Non-leak changes
1. Make tst_diskless2 only run when netcdf4 is enabled (issue 1162)
2. Fix CmakeLists.txt to turn off logging if ENABLE_NETCDF_4 is OFF
3. Isolated all my debug scripts into a single top-level directory
   called debug
4. Fix some USE_NETCDF4 dependencies in nc_test and nc_test4 Makefile.am
2018-10-30 20:48:12 -06:00
..
obsolete Follow-up trivial typos 2018-04-26 23:04:01 -04:00
cache.c Follow-up trivial typos 2018-04-26 23:04:01 -04:00
cdf.c Code duplicated; merge failure? 2018-05-18 20:28:51 -06:00
CMakeLists.txt
common.c
constraints.c Follow-up trivial typos 2018-04-26 23:04:01 -04:00
constraints.h
cvt
dapattr.c Begin changing over to use strlcat instead of strncat because 2017-11-23 10:55:24 -07:00
dapcvt.c Modify DAP2 and DAP4 to optionally allow Fillvalue/Variable mismatch 2018-10-01 15:51:43 -06:00
dapdebug.c
dapdebug.h
dapdump.c Resolving conflicts in support of https://github.com/Unidata/netcdf-c/pull/424 2018-04-17 14:03:52 -06:00
dapdump.h
dapincludes.h Modify DAP2 and DAP4 to optionally allow Fillvalue/Variable mismatch 2018-10-01 15:51:43 -06:00
dapnc.h
dapodom.c Begin changing over to use strlcat instead of strncat because 2017-11-23 10:55:24 -07:00
dapodom.h
daputil.c Modify DAP2 and DAP4 to optionally allow Fillvalue/Variable mismatch 2018-10-01 15:51:43 -06:00
daputil.h
dce.y
dceconstraints.c
dceconstraints.h
dcelex.c
dceparse.c re: github issues 2018-10-30 20:48:12 -06:00
dceparselex.h
dcetab.c
dcetab.h
env
getvara.c This is the second step in refactoring the libsrc4 code. 2018-02-24 20:36:24 -07:00
getvara.h
main.c
Makefile.am
nccommon.h
ncd2dispatch.c re: github issues 2018-10-30 20:48:12 -06:00
ncd2dispatch.h Ignore flags NC_MPIIO and NC_MPIPOSIX. 2018-09-22 20:22:34 -05:00
ncdap.c
ncdapa.c
ncdaperr.c
test1.sh
test_vara.c Fix the NC_INMEMORY code to work in all cases with HDF5 1.10. 2018-09-04 11:27:47 -06:00
todo
translation.html