netcdf-c/ncgen3
Dennis Heimbigner 3765d86e46 "Simplify" XGetopt usage
When "getopt()" is not available, various of the netcdf-c utilities
use XGetopt instead. This occurs primarily when building under Window,
so the build changes are restricted to CMake.

This PR tries to isolate XGetopt.c to the libdispatch directory
and then builds the various utilities using this cliche:
````
IF(USE_X_GETOPT)
  SET(XGETOPTSRC "${CMAKE_CURRENT_SOURCE_DIR}/../libdispatch/XGetopt.c")
ENDIF()
````

This avoids the need to copy XGetopt.c to all the directories that
use it.
2023-04-09 13:10:41 -06:00
..
bigf1.cdl
bigf2.cdl
bigf3.cdl
bigr1.cdl
bigr2.cdl
bigr3.cdl
c0.cdl
CMakeLists.txt "Simplify" XGetopt usage 2023-04-09 13:10:41 -06: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
load.c Regularize the semantics of mkstemp. 2021-05-14 11:33:03 -06:00
main_cpp.cpp This PR adds EXPERIMENTAL support for accessing data in the 2020-06-28 18:02:47 -06:00
main.c Merge branch 'main' into mingw-w64-strcasecmp 2022-01-11 10:45:15 +11:00
Makefile.am Support MSYS2/Mingw platform 2021-12-23 22:18:56 -07:00
ncgen3.1
ncgen.h More cleanup. 2022-01-24 15:01:23 -07:00
ncgen.l Fixed Clang -Wstrict-prototypes warnings 2022-03-01 23:21:24 -05:00
ncgen.y Fixed Clang -Wstrict-prototypes warnings 2022-03-01 23:21:24 -05:00
ncgenl.c Fixed Clang -Wstrict-prototypes warnings 2022-03-01 23:21:24 -05:00
ncgeny.c Fixed Clang -Wstrict-prototypes warnings 2022-03-01 23:21:24 -05:00
ncgeny.h Fix various problem around VLEN's 2022-01-08 18:30:00 -07:00
run_nc4_tests.sh Improve UTF8 Support On Windows 2022-02-08 20:53:30 -07:00
run_tests2.sh
run_tests.sh Ensure that netcdf_json.h does not interfere with ncjson. 2022-07-05 22:03:52 -06:00