netcdf-c/libdap2
Dennis Heimbigner 9380790ea8 Support MSYS2/Mingw platform
re:

The current netcdf-c release has some problems with the mingw platform
on windows. Mostly they are path issues.

Changes to support mingw+msys2:
-------------------------------
* Enable option of looking into the windows registry to find
  the mingw root path. In aid of proper path handling.
* Add mingw+msys as a specific platform in configure.ac and move testing
  of the platform to the front so it is available early.
* Handle mingw X libncpoco (dynamic loader) properly even though
  mingw does not yet support it.
* Handle mingw X plugins properly even though mingw does not yet support it.
* Alias pwd='pwd -W' to better handle paths in shell scripts.
* Plus a number of other minor compile irritations.
* Disallow the use of multiple nc_open's on the same file for windows
  (and mingw) because windows does not seem to handle these properly.
  Not sure why we did not catch this earlier.
* Add mountpoint info to dpathmgr.c to help support mingw.
* Cleanup dpathmgr conversions.

Known problems:
---------------
* I have not been able to get shared libraries to work, so
  plugins/filters must be disabled.
* There is some kind of problem with libcurl that I have not solved,
  so all uses of libcurl (currently DAP+Byterange) must be disabled.

Misc. other fixes:
------------------
* Cleanup the relationship between ENABLE_PLUGINS and various other flags
  in CMakeLists.txt and configure.ac.
* Re-arrange the TESTDIRS order in Makefile.am.
* Add pseudo-breakpoint to nclog.[ch] for debugging.
* Improve the documentation of the path manager code in ncpathmgr.h
* Add better support for relative paths in dpathmgr.c
* Default the mode args to NCfopen to include "b" (binary) for windows.
* Add optional debugging output in various places.
* Make sure that everything builds with plugins disabled.
* Fix numerous (s)printf inconsistencies betweenb the format spec
  and the arguments.
2021-12-23 22:18:56 -07:00
..
obsolete Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
cache.c This PR adds EXPERIMENTAL support for accessing data in the 2020-06-28 18:02:47 -06:00
cdf.c Re-enable DAP2 authorization tests 2021-05-29 21:30:33 -06:00
CMakeLists.txt Revert "Revert "Fix nczarr-experimental: improve build support, disengage hdf5 vs netcdf4 flags, and find AWS libraries"" 2020-08-17 19:15:47 -06:00
common.c Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
constraints.c parse projection functions 2020-06-15 15:20:24 -04:00
constraints.h Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
cvt 2011-04-17 18:56:10 +00:00
dapattr.c Re-enable DAP2 authorization tests 2021-05-29 21:30:33 -06:00
dapcvt.c This PR adds EXPERIMENTAL support for accessing data in the 2020-06-28 18:02:47 -06:00
dapdebug.c Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
dapdebug.h Fix URL encoding in DAP2 url processing 2020-09-08 12:41:12 -06:00
dapdump.c Support MSYS2/Mingw platform 2021-12-23 22:18:56 -07:00
dapdump.h Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
dapincludes.h Unify definition of NC_DISPATCH_VERSION 2021-01-31 21:40:08 -07:00
dapnc.h Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
dapodom.c Spelling fixes 2019-09-18 08:03:01 -06:00
dapodom.h Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
daputil.c Fix duplicate BOOL definitions 2021-02-02 22:48:22 -07:00
daputil.h Yet another fix for DAP2 double URL encoding. 2020-11-05 11:04:56 -07:00
dce.y Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
dceconstraints.c This PR adds EXPERIMENTAL support for accessing data in the 2020-06-28 18:02:47 -06:00
dceconstraints.h Spelling fixes 2019-09-18 08:03:01 -06:00
dcelex.c Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
dceparse.c Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
dceparselex.h windows: detect Windows using the correct define name 2019-11-07 07:55:47 -05:00
dcetab.c Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
dcetab.h Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
env ckp 2017-03-11 15:20:20 -07:00
getvara.c Fix JSON quoted string processing in libnczarr 2021-05-06 16:39:44 -06:00
getvara.h Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
main.c ocdebug 2020-05-14 14:44:48 -06:00
Makefile.am Revert "Revert "Fix nczarr-experimental: improve build support, disengage hdf5 vs netcdf4 flags, and find AWS libraries"" 2020-08-17 19:15:47 -06:00
nccommon.h Fix duplicate BOOL definitions 2021-02-02 22:48:22 -07:00
ncd2dispatch.c adding quantize functions to all the dispatch tables 2021-08-24 01:26:44 -06:00
ncd2dispatch.h final removal 2019-08-15 07:05:10 -06:00
ncdap.c Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
ncdapa.c Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
ncdaperr.c This PR adds EXPERIMENTAL support for accessing data in the 2020-06-28 18:02:47 -06:00
test1.sh move from oc1.0 to oc2.0; create new dir oc2 2012-07-31 20:34:13 +00:00
todo completely rewritten constraint system 2011-11-14 04:20:19 +00:00
translation.html 2011-04-17 18:56:10 +00:00