netcdf-c/libsrc4
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
..
CMakeLists.txt
error4.c cleanup of whitespace in HDF5 directory 2019-02-19 05:55:22 -07:00
Makefile.am
nc4attr.c cleanup of whitespace in HDF5 directory 2019-02-19 05:55:22 -07:00
nc4dim.c cleanup of whitespace in HDF5 directory 2019-02-19 05:55:22 -07:00
nc4dispatch.c cleanup of whitespace in libsrc4 directory 2019-02-19 05:55:36 -07:00
nc4grp.c cleanup of whitespace in libsrc4 directory 2019-02-19 05:55:36 -07:00
nc4internal.c cleanup of whitespace in libsrc4 directory 2019-02-19 05:56:04 -07:00
nc4printer.c Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
nc4type.c Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
nc4var.c cleanup of whitespace in libsrc4 directory 2019-02-19 05:56:22 -07:00
ncfunc.c cleanup of whitespace in libsrc4 directory 2019-02-19 05:56:30 -07:00
ncindex.c cleanup of whitespace in libsrc4 directory 2019-02-19 05:56:40 -07:00