netcdf-c/include
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
..
.gitignore
ceconstraints.h
CMakeLists.txt Fix additional S3 support issues 2021-10-29 20:06:37 -06:00
err_macros.h cleanup of whitespace in include directory 2019-02-19 06:09:10 -07:00
fbits.h
hdf4dispatch.h raised NC_MAX_HDF4_NAME length to NC_MAX_NAME 2020-02-08 09:21:01 -07:00
hdf5dispatch.h 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
hdf5internal.h Fix additional S3 support issues 2021-10-29 20:06:37 -06:00
isnan.h Removed unneeded code on OSX. 2020-08-26 16:29:51 -06:00
Makefile.am Allow optional use of libxml2 2021-11-01 22:37:05 -06:00
nc3dispatch.h final removal 2019-08-15 07:05:10 -06:00
nc3internal.h removed rest of LOCKNUMREC and _CRAYMPP obsolete macros 2019-08-14 06:53:33 -06:00
nc4dispatch.h further preparation for try 2 at quantizing 2021-08-24 01:04:55 -06:00
nc4internal.h Merge pull request #2056 from gsjaardema/WIP-attribute-creation-order-tracking-option 2021-10-13 10:18:36 -06:00
nc_hashmap.h
nc_logging.h Additional Fixes to NCZarr 2020-12-16 20:48:02 -07:00
nc_provenance.h Provide a Number of fixes/improvements to NCZarr 2020-11-19 17:01:04 -07:00
nc_tests.h moved nc_def_var_szip prototype to netcdf_filter.h 2020-01-06 16:54:54 -07:00
nc.h Change (again), and hopefully simplify, the file model inference algorithm. 2019-09-29 12:59:28 -06:00
ncauth.h Significantly Improve Amazon S3 Cloud Storage Support 2021-09-27 18:36:33 -06:00
ncbytes.h Significantly Improve Amazon S3 Cloud Storage Support 2021-09-27 18:36:33 -06:00
ncconfigure.h Fix a number of OS specific bugs 2021-11-03 12:49:54 -06:00
nccrc.h Provide a Number of fixes/improvements to NCZarr 2020-11-19 17:01:04 -07:00
ncdap.h Make fillmismatch the default for DAP2 and DAP4 2021-01-07 13:17:53 -07:00
ncdimscale.h Updated to use H5O_info2_t for HDF5 1.12 and the use of H5Oget_info3 instead of H5Gget_objinfo 2020-03-12 15:50:24 +00:00
ncdispatch.h Unify definition of NC_DISPATCH_VERSION 2021-01-31 21:40:08 -07:00
ncexhash.h ncexhash: replace invalid UTF-8 sequence 2021-07-28 12:51:30 -04:00
ncexternl.h
ncfilter.h Mostly revert the filter code to reduce its complexity of use. 2020-09-27 12:43:46 -06:00
nchashmap.h Provide a Number of fixes/improvements to NCZarr 2020-11-19 17:01:04 -07:00
nchttp.h Fix additional S3 support issues 2021-10-29 20:06:37 -06:00
ncindex.h missinginclude 2020-07-09 13:30:33 -06:00
ncjson.h Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
nclist.h Significantly Improve Amazon S3 Cloud Storage Support 2021-09-27 18:36:33 -06:00
nclog.h Support MSYS2/Mingw platform 2021-12-23 22:18:56 -07:00
ncmodel.h Change (again), and hopefully simplify, the file model inference algorithm. 2019-09-29 12:59:28 -06:00
ncoffsets.h Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
ncpathmgr.h Support MSYS2/Mingw platform 2021-12-23 22:18:56 -07:00
ncrc.h Fix a number of OS specific bugs 2021-11-03 12:49:54 -06:00
ncs3sdk.h Fix additional S3 support issues 2021-10-29 20:06:37 -06:00
nctestserver.h Add support for CURLOPT_CONNECTTIMEOUT 2020-01-09 11:48:04 -07:00
nctime.h
ncuri.h Fix additional S3 support issues 2021-10-29 20:06:37 -06:00
ncurlmodel.h This PR adds EXPERIMENTAL support for accessing data in the 2020-06-28 18:02:47 -06:00
ncutf8.h
ncxcache.h Provide a Number of fixes/improvements to NCZarr 2020-11-19 17:01:04 -07:00
ncxml.h Allow optional use of libxml2 2021-11-01 22:37:05 -06:00
netcdf_aux.h Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
netcdf_dispatch.h.in adding quantize functions to all the dispatch tables 2021-08-24 01:26:44 -06:00
netcdf_f.h
netcdf_filter_build.h Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
netcdf_filter_hdf5_build.h Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
netcdf_filter.h Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
netcdf_json.h Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
netcdf_mem.h cleanup netcdf_mem.h and netcdf_dispatch.h 2019-10-28 10:56:24 -06:00
netcdf_meta.h.in Merge branch 'master' into ejh_quantize_2 2021-08-26 23:05:59 -06:00
netcdf_par.h fixed include issue 2019-12-20 07:43:39 -07:00
netcdf.h Merge pull request #2056 from gsjaardema/WIP-attribute-creation-order-tracking-option 2021-10-13 10:18:36 -06:00
onstack.h
rnd.h
XGetopt.h Fix undefined references when using Visual Studio 2020-05-18 19:36:28 -06:00