netcdf-c/libsrc
2017-09-15 14:48:53 -05:00
..
attr.m4
CMakeLists.txt
depend
dim.c
ffio.c Merged master, DAP4 support into branch. 2017-04-19 09:29:35 -06:00
lookup3.c
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
nc3internal.c add NC_check_voffs() to check whether the file starting offsets (begin) of all variables follows the same increasing order as they were defined. 2017-09-15 14:48:53 -05:00
nc_hashmap.c
ncFile.c
ncio.c Merged master, DAP4 support into branch. 2017-04-19 09:29:35 -06:00
ncio.h
ncstdio.c
ncstdio.h
ncx_cray.c
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 Because ncx.c and putget.c are to be released with the package in case users do not have m4, the generation of the two C files cannot depend on the configure option of --enable-erange-fill. This commit fixes this problem by replacing m4 conditional define with C conditional preprocess. 2017-08-20 14:32:57 -05:00
posixio.c struct stat.st_size is of type off_t 2017-06-09 02:51:06 -05:00
pstdint.h
putget.m4 Because ncx.c and putget.c are to be released with the package in case users do not have m4, the generation of the two C files cannot depend on the configure option of --enable-erange-fill. This commit fixes this problem by replacing m4 conditional define with C conditional preprocess. 2017-08-20 14:32:57 -05:00
t_ncio.c Merged master, DAP4 support into branch. 2017-04-19 09:29:35 -06:00
t_ncio.in
t_ncxx.m4
test_nc.sav
v1hpg.c add NC_check_voffs() to check whether the file starting offsets (begin) of all variables follows the same increasing order as they were defined. 2017-09-15 14:48:53 -05:00
var.c move detection of NC_EVARSIZE from nc_enddef to nc_def_var 2017-09-13 11:57:19 -05:00
winceio.c Merged master, DAP4 support into branch. 2017-04-19 09:29:35 -06:00
XGetopt.c