mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-27 08:49:16 +08:00
55a2643cac
1. Issue https://github.com/Unidata/netcdf-c/issues/2043 * FreeBSD build fails because of conflicts in defining the fileno() function. So removed all extern declarations of fileno. 2. Issue https://github.com/Unidata/netcdf-c/issues/2124 * There were a couple of problems here. * I was conflating msys with mingw and they need separate handling of paths. So treat mingw like windows. * memio.c was not always writing the full content of the memory to file. Untested fix by properly accounting for zero size writes. * Fix bug when skipping white space in tst_xcache.c 3. Issue https://github.com/Unidata/netcdf-c/pull/2105 * On MINGW, bash and other POSIX utilities use a mounted root directory, but executables compiled for Windows do not recognise the mount point. Ensure that Windows paths are used in tests of Windows executables. 4. Issue https://github.com/Unidata/netcdf-c/issues/2132 * Apparently the Intel C compiler on OSX defines isnan etc. So disable declaration in dutil.c under that condition. 5. Fix and re-enable test_rcmerge.sh by allowing override of where to look for .rc files 6. CMakeLists.txt suppresses certain ncdump directory tests because of differences in printing floats/doubles. * Extend the list to include those that also fail under mingw. * Suppress the mingw tests in ncdump/Makefile.am |
||
---|---|---|
.. | ||
bindata.c | ||
bytebuffer.c | ||
bytebuffer.h | ||
c0_4.cdl | ||
c0.cdl | ||
c5.cdl | ||
cdata.c | ||
cdfdata.c | ||
CMakeLists.txt | ||
cmldata.c | ||
compound_datasize_test2.cdl | ||
compound_datasize_test.cdl | ||
ctests.sh | ||
cvt.c | ||
data.c | ||
data.h | ||
debug.c | ||
debug.h | ||
depend | ||
dump.c | ||
dump.h | ||
env | ||
escapes.c | ||
f77data.c | ||
foo.cdl | ||
ftests.sh | ||
genbin.c | ||
genc.c | ||
genchar.c | ||
gencml.c | ||
generate.c | ||
generate.h | ||
generr.c | ||
generr.h | ||
genf77.c | ||
genj.c | ||
genjjni.c | ||
genjstd.c | ||
genlib.c | ||
genlib.h | ||
getfill.c | ||
includes.h | ||
internals.html | ||
jdata.c | ||
jdatajni.c | ||
jdatastd.c | ||
jtests.sh | ||
lfs-tests | ||
list.c | ||
list.h | ||
main_cpp.cpp | ||
main.c | ||
Makefile.am | ||
makeparser.sh | ||
ncf199.cdl | ||
ncf345.cdl | ||
ncgen.1 | ||
ncgen.h | ||
ncgen.l | ||
ncgen.y | ||
ncgenl.c | ||
ncgeny.c | ||
ncgeny.h | ||
odom.c | ||
odom.h | ||
ref_camrun.cdl | ||
run_tests2.sh | ||
semantics.c | ||
tst_gattenum.cdl | ||
tst_usuffix.cdl | ||
util.c | ||
util.h |