netcdf-c/libsrc
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
..
attr.m4 Separate out the --ansi comment fixes. 2018-12-12 13:23:09 -07:00
CMakeLists.txt Fix additional S3 support issues 2021-10-29 20:06:37 -06:00
depend moving to trunk subdir 2010-06-03 13:24:43 +00:00
dim.c More synchronization of copyright stanzas. 2018-12-06 14:34:40 -07:00
ffio.c More synchronization of copyright stanzas. 2018-12-06 14:34:40 -07:00
httpio.c Fix additional S3 support issues 2021-10-29 20:06:37 -06:00
lookup3.c Follow-up trivial typos 2018-04-26 23:04:01 -04:00
Makefile.am "Simplify" XGetopt usage 2023-04-09 13:10:41 -06:00
memio.c Fix a number of OS specific bugs 2021-11-03 12:49:54 -06:00
mmapio.c Prepare for the path management code 2020-10-13 19:12:15 -06:00
nc3dispatch.c Enhance/Fix filter support 2022-03-14 12:39:37 -06:00
nc3internal.c Make sure mode flags are properly defined in netcdf.h 2022-01-11 19:05:46 -07:00
ncFile.c Improve UTF8 Support On Windows 2022-02-08 20:53:30 -07:00
ncio.c fixed warnings 2022-04-26 05:31:07 -06:00
ncio.h Make sure mode flags are properly defined in netcdf.h 2022-01-11 19:05:46 -07:00
ncstdio.c More synchronization of copyright stanzas. 2018-12-06 14:34:40 -07:00
ncstdio.h More synchronization of copyright stanzas. 2018-12-06 14:34:40 -07:00
ncx_cray.c More synchronization of copyright stanzas. 2018-12-06 14:34:40 -07:00
ncx.h More synchronization of copyright stanzas. 2018-12-06 14:34:40 -07:00
ncx.m4 Merge pull request #2050 from e4t/strict-aliasing 2022-03-10 15:22:58 -07:00
posixio.c Incorporate fix in support of https://github.com/Unidata/netcdf-c/pull/2437#issuecomment-1419381660 2023-02-06 17:13:11 -07:00
pstdint.h windows: detect Windows using the correct define name 2019-11-07 07:55:47 -05:00
putget.m4 Yet another fix for DAP2 double URL encoding. 2020-11-05 11:04:56 -07:00
s3io.c Make sure mode flags are properly defined in netcdf.h 2022-01-11 19:05:46 -07:00
t_ncio.c More synchronization of copyright stanzas. 2018-12-06 14:34:40 -07:00
t_ncio.in moving to trunk subdir 2010-06-03 13:24:43 +00:00
t_ncxx.m4 More synchronization of copyright stanzas. 2018-12-06 14:34:40 -07:00
test_nc.sav moving to trunk subdir 2010-06-03 13:24:43 +00:00
v1hpg.c Merge pull request #2039 from mathstuf/various-fixes 2022-03-10 14:52:30 -07:00
var.c Fixed an issue where memcpy was potentially passed a null pointer. 2023-02-24 11:27:36 -07:00
winceio.c Support MSYS2/Mingw platform 2021-12-23 22:18:56 -07:00