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 moving to trunk subdir 2010-06-03 13:24:43 +00:00
bigf2.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
bigf3.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
bigr1.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
bigr2.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
bigr3.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
c0.cdl merge-squash 2015-08-15 16:26:35 -06:00
CMakeLists.txt "Simplify" XGetopt usage 2023-04-09 13:10:41 -06:00
depend moving to trunk subdir 2010-06-03 13:24:43 +00:00
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 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 hyphens used as minus signs 2015-01-16 13:12:11 +01:00
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 Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh) 2017-04-03 21:39:44 -06:00
run_tests.sh Ensure that netcdf_json.h does not interfere with ncjson. 2022-07-05 22:03:52 -06:00