netcdf-c/libsrc
Dennis Heimbigner 715a6fe5eb The files libdispatch/dwinpath.c and include/ncwinpath.h
were added to provide a path name converter from e.g. cygwin
paths to e.g. windows paths. This is necessary because
the shell scripts may produce cygwin paths, but the code
may have been compiled with Visual Studio. Similar issues
arise with Mingw.

At appropriate places, and if using Visual Studio or Mingw,
I added calls to the path conversion code.
Apparently I forgot to find all the places where this
conversion was needed. So this pr does the following:
1. Push the calls to the converter to the various libXXX
   directories and out of libdispatch/dfile.c.
2. Add conversion calls to other parts of the code like oc2.

I also turns out that conversion code in dapcvt.c
had a bug when handling DAP Byte type under visual studio.

Notes:
1. there may still be places I missed that need to do path conversion.
2. need to make sure that calls to e.g. H5open also use converted path.
2017-07-13 10:40:07 -06:00
..
attr.m4 include config.h the way suggested by autoconf 2017-03-11 13:03:17 -06:00
CMakeLists.txt Small tweak to cmakelists.txt 2017-01-03 12:10:05 -07:00
depend moving to trunk subdir 2010-06-03 13:24:43 +00:00
dim.c include config.h the way suggested by autoconf 2017-03-11 13:03:17 -06:00
ffio.c Merged master, DAP4 support into branch. 2017-04-19 09:29:35 -06:00
lookup3.c include config.h the way suggested by autoconf 2017-03-11 13:03:17 -06:00
Makefile.am Removed a line in configure.ac that is potentially redundant and throws an error on some systems. In support of https://github.com/Unidata/netcdf-c/issues/413 2017-06-08 12:38:43 -06:00
memio.c re: issue https://github.com/Unidata/netcdf-c/issues/401 2017-05-02 21:22:54 -06:00
mmapio.c re: issue https://github.com/Unidata/netcdf-c/issues/401 2017-05-02 21:22:54 -06:00
nc3dispatch.c merge-squash 2015-10-09 10:12:11 -06:00
nc3internal.c The files libdispatch/dwinpath.c and include/ncwinpath.h 2017-07-13 10:40:07 -06:00
nc_hashmap.c Corrected an issue preventing gcc-4.4 from compiling netcdf. 2016-04-26 21:09:41 +00:00
ncFile.c - Fix NCF-158 to modify ncgen flag defaults. 2012-03-14 23:26:48 +00:00
ncio.c Merged master, DAP4 support into branch. 2017-04-19 09:29:35 -06:00
ncio.h The original mem branch somehow got 2015-05-28 15:10:10 -06:00
ncstdio.c - Fix NCF-158 to modify ncgen flag defaults. 2012-03-14 23:26:48 +00:00
ncstdio.h - Fix NCF-158 to modify ncgen flag defaults. 2012-03-14 23:26:48 +00:00
ncx_cray.c include config.h the way suggested by autoconf 2017-03-11 13:03:17 -06:00
ncx.h X_INT64_MIN, X_INT64_MAX, and X_UINT64_MAX should be used internally 2017-06-06 18:20:26 -05:00
ncx.m4 Fix undefined left shift in get_ix_int() 2017-06-23 12:16:53 +02:00
posixio.c struct stat.st_size is of type off_t 2017-06-09 02:51:06 -05:00
pstdint.h Fix common typos 2015-08-20 11:42:05 +02:00
putget.m4 Merged master, DAP4 support into branch. 2017-04-19 09:29:35 -06:00
t_ncio.c Merged master, DAP4 support into branch. 2017-04-19 09:29:35 -06:00
t_ncio.in moving to trunk subdir 2010-06-03 13:24:43 +00:00
t_ncxx.m4 include config.h the way suggested by autoconf 2017-03-11 13:03:17 -06:00
test_nc.sav moving to trunk subdir 2010-06-03 13:24:43 +00:00
v1hpg.c Merge branch 'master' into open_check_vlens 2017-05-05 17:02:36 -06:00
var.c Merged master, DAP4 support into branch. 2017-04-19 09:29:35 -06:00
winceio.c Merged master, DAP4 support into branch. 2017-04-19 09:29:35 -06:00
XGetopt.c Merge from latest netcdf-cmake branch. 2012-12-05 18:35:42 +00:00