netcdf-c/debug
Dennis Heimbigner 6934aa2e8b Thread safety: step 1: cleanup
re: https://github.com/Unidata/netcdf-c/issues/1373 (partial)

* Mark some global constants be const to indicate to make them easier to track.
* Hide direct access to the ncrc_globalstate behind a function call.
* Convert dispatch tables to constants (except the user defined ones)
  This has some consequences in terms of function arguments needing to be marked
  as const also.
* Remove some no longer needed global fields
* Aggregate all the globals in nclog.c
* Uniformly replace nc_sizevector{0,1} with NC_coord_{zero,one}
* Uniformly replace nc_ptrdffvector1 with NC_stride_one
* Remove some obsolete code
2019-03-30 14:06:20 -06:00
..
dap4_test re: github issues 2018-10-30 20:48:12 -06:00
libdap2 re: github issues 2018-10-30 20:48:12 -06:00
libdap4 re: github issues 2018-10-30 20:48:12 -06:00
libdispatch re: github issues 2018-10-30 20:48:12 -06:00
nc_test re: github issues 2018-10-30 20:48:12 -06:00
nc_test4 re: github issues 2018-10-30 20:48:12 -06:00
ncdump re: github issues 2018-10-30 20:48:12 -06:00
ncgen re: github issues 2018-10-30 20:48:12 -06:00
oc2 re: github issues 2018-10-30 20:48:12 -06:00
cf Extend nccopy -F option syntax. 2019-02-08 18:48:17 -07:00
cf.cmake Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
clear re: github issues 2018-10-30 20:48:12 -06:00
install re: github issues 2018-10-30 20:48:12 -06:00
Make0 re: github issues 2018-10-30 20:48:12 -06:00
paths.sh re: github issues 2018-10-30 20:48:12 -06:00
README.txt Fix failings of nc_test/run_inmemory.sh 2018-12-04 19:22:02 -07:00
rebuild re: github issues 2018-10-30 20:48:12 -06:00

This directory contains various scripts for debugging by Dennis
Heimbigner @ Unidata.
DO NOT DELETE.
USE AT YOUR OWN PERIL.