netcdf-c/libsrc
2016-10-06 00:41:53 -05:00
..
attr.m4 handle special case when calling _uchar APIs to access NC_BYTE attributes in CDF-2 file format 2016-10-06 00:41:53 -05:00
CMakeLists.txt Add hashmap for quick retrieval of dim and var 2016-03-22 07:29:00 -06:00
depend
dim.c Fix variable and dimension renaming for nc3 with hashmap 2016-07-11 15:44:40 -04: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 Clean up lingering 'make distcheck' errors. 2016-04-12 09:48:21 -06:00
memio.c
mmapio.c
nc3dispatch.c
nc3dispatch.h
nc3internal.c use ncx_get_uint64 instead of ncx_get_int64 2016-10-06 00:39:16 -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
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 add 4 new subroutines defined in ncx.m4 2016-10-06 00:37:58 -05:00
ncx.m4 borrow ncx.m4 from PnetCDF 2016-10-06 00:36:54 -05: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
putget.m4 Converting CHAR_IS_SIGNED over to autoconf-style __CHAR_UNSIGNED__ 2015-12-28 21:27:27 +00: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 Fix duplicate key issues in nc_hashmap 2016-04-05 09:07:40 -06:00
var.c Updated OFF_T_MAX computation to avoid an undefined behavior warning reported by clang/gcc. 2016-09-26 10:14:38 -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