netcdf-c/libsrc
2017-02-03 12:21:54 -07:00
..
attr.m4 Added platform checks for ARM. 2017-02-03 11:19:39 -07:00
CMakeLists.txt Small tweak to cmakelists.txt 2017-01-03 12:10:05 -07:00
depend
dim.c Another tweak for a rushed fix. 2017-01-09 12:01:17 -07:00
ffio.c Refactored old ENOERR code into NC_NOERR error code in libsrc. This is done in support of https://github.com/Unidata/netcdf-c/issues/213. 2016-03-07 10:58:02 -07:00
lookup3.c More cmake fixes 2016-05-07 14:32:07 -06:00
Makefile.am add configure/cmake option to disable erange_fill 2016-11-03 15:14:14 -05:00
memio.c Coverity: 1302444, addressed a potential negative argument being passed to memory allocation routine. 2015-09-22 15:42:52 -06:00
mmapio.c merge-squash 2015-10-09 10:12:11 -06:00
nc3dispatch.c merge-squash 2015-10-09 10:12:11 -06:00
nc3internal.c add two fill value inquiry subroutines 2016-10-25 13:14:03 -05:00
nc_hashmap.c Corrected an issue preventing gcc-4.4 from compiling netcdf. 2016-04-26 21:09:41 +00:00
ncFile.c
ncio.c add experimental stdio based ncio module 2015-08-19 17:14:13 -06:00
ncio.h
ncstdio.c
ncstdio.h
ncx_cray.c Refactored old ENOERR code into NC_NOERR error code in libsrc. This is done in support of https://github.com/Unidata/netcdf-c/issues/213. 2016-03-07 10:58:02 -07:00
ncx.h Merged https://github.com/Unidata/netcdf-c/pull/319 to resolve some recently arisen conflicts, in preparation for larger merge. 2017-02-01 13:27:29 -07:00
ncx.m4 Adjusted behavior when casting from a signed char pointer to an unsigned type. 2017-02-03 12:21:54 -07:00
posixio.c Refactored old ENOERR code into NC_NOERR error code in libsrc. This is done in support of https://github.com/Unidata/netcdf-c/issues/213. 2016-03-07 10:58:02 -07:00
pstdint.h Fix common typos 2015-08-20 11:42:05 +02:00
putget.m4 add configure option --enable-relax-coord-bound for issue #243 2016-11-12 23:58:09 -06:00
t_ncio.c Refactored old ENOERR code into NC_NOERR error code in libsrc. This is done in support of https://github.com/Unidata/netcdf-c/issues/213. 2016-03-07 10:58:02 -07:00
t_ncio.in
t_ncxx.m4
test_nc.sav
v1hpg.c Corrected missing endif stanza. 2017-02-03 11:29:59 -07:00
var.c bug fix: record size alignment for NC_USHORT is missing 2016-11-28 11:50:31 -06:00
winceio.c Refactored old ENOERR code into NC_NOERR error code in libsrc. This is done in support of https://github.com/Unidata/netcdf-c/issues/213. 2016-03-07 10:58:02 -07:00
XGetopt.c