netcdf-c/libsrc
2015-04-20 16:06:20 -06:00
..
attr.c Activated a couple new tests on MSVC builds when bash is available. 2015-04-20 16:06:20 -06:00
attr.m4 Corrected a sloppy error on my part. 2015-02-23 15:58:30 -07:00
CMakeLists.txt Trimmed some unnecessary files. 2015-04-13 01:42:49 -06:00
depend
dim.c
ffio.c
lookup3.c
Makefile.am sync lines for generated C files 2014-12-05 12:55:49 -06:00
memio.c
mmapio.c
nc3dispatch.c Modified comment to adhere to doxygen format. 2014-09-18 13:31:30 -06:00
nc3internal.c Corrected several static-analysis reported issues. 2015-03-11 14:48:43 -06:00
ncFile.c
ncio.c
ncio.h
ncstdio.c
ncstdio.h
ncx_cray.c
ncx.c Activated a couple new tests on MSVC builds when bash is available. 2015-04-20 16:06:20 -06:00
ncx.h
ncx.m4 fix m4 dealing with split lines 2014-12-05 12:55:38 -06:00
posixio.c Corrected a logic error introduced in previous commit. 2014-08-27 15:40:41 -06:00
pstdint.h
putget.c Activated a couple new tests on MSVC builds when bash is available. 2015-04-20 16:06:20 -06:00
putget.m4
t_ncio.c
t_ncio.in
t_ncxx.m4
test_nc.sav
v1hpg.c Change assertions that indicate file corruption into error status return. 2014-04-16 08:04:00 -06:00
var.c Added a fix for a 'garbage/undefined value' bug reported by clang. in var.c, when varp->shape was being allocated, it was not being initialized properly and as a result, in some circustances, could potentially be dereferenced and evaluated without having a proper value. It is now initialized to 0. Hopefully this does not cause a problem. All the tests continue to pass, but I'm leaving a verbose comment here in case there is a knock-on problem discovered somewhere down the line. 2014-11-06 14:43:09 -07:00
winceio.c
XGetopt.c