netcdf-c/ncgen3
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
..
bigf1.cdl
bigf2.cdl
bigf3.cdl
bigr1.cdl
bigr2.cdl
bigr3.cdl
c0.cdl
CMakeLists.txt ncgen3 copyright stanzas updated. 2018-12-06 15:42:41 -07:00
depend
escapes.c ncgen3 copyright stanzas updated. 2018-12-06 15:42:41 -07:00
generic.h ncgen3 copyright stanzas updated. 2018-12-06 15:42:41 -07:00
genlib.c ncgen3 copyright stanzas updated. 2018-12-06 15:42:41 -07:00
genlib.h ncgen3 copyright stanzas updated. 2018-12-06 15:42:41 -07:00
getfill.c ncgen3 copyright stanzas updated. 2018-12-06 15:42:41 -07:00
init.c ncgen3 copyright stanzas updated. 2018-12-06 15:42:41 -07:00
lfs-tests Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh) 2017-04-03 21:39:44 -06:00
load.c ncgen3 copyright stanzas updated. 2018-12-06 15:42:41 -07:00
main.c ncgen3 copyright stanzas updated. 2018-12-06 15:42:41 -07:00
Makefile.am Merge branch 'master' into ejh_fast_var_prep 2018-12-12 07:05:45 -07:00
ncgen3.1
ncgen.h ncgen3 copyright stanzas updated. 2018-12-06 15:42:41 -07:00
ncgen.l Provide byte-range reading of remote datasets 2019-01-01 18:27:36 -07:00
ncgen.y merge master and fix conflicts 2018-12-12 11:47:54 -07:00
ncgentab.c Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
ncgentab.h Provide byte-range reading of remote datasets 2019-01-01 18:27:36 -07:00
ncgenyy.c Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
run_nc4_tests.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
run_tests2.sh Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh) 2017-04-03 21:39:44 -06:00
run_tests.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
XGetopt.c