mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
0eed60a295
Most changes are to get plugins working. libdispatchdreg.c went in in unidata/netcdf-c#2460, after I'd done it here. Summary of individual changes below. BLD: Remove declspec(dllexport); in dreg.c. By removing the explicit handling, the automatic handling (equivalent to --export-all-symbols with recent GNU tools) will be enabled again, so the generated library will have more than one function exported. BLD: Link plugins against libnetcdf on Cygwin. BLD: Add AM_LDFLAGS to plugin _LDFLAGS to pass -no-undefined. BLD: Link ncz*filters plugins against libnetcdf. BLD: Add AM_LDFLAGS to test plugin _LDFLAGS. Also move rpath from AM_LDFLAGS to test plugin _LDFLAGS. TST: Don't run nczarr_test/run_specific_filters.sh on Cygwin. It takes over half an hour to complete, where the others take a minute or less. TST: Try to find the hanging Cygwin test. |
||
---|---|---|
.. | ||
blocksort.c | ||
BZIP2_LICENSE | ||
bzlib_private.h | ||
bzlib.c | ||
bzlib.h | ||
CMakeLists.txt | ||
compress.c | ||
crctable.c | ||
decompress.c | ||
h5bzip2.h | ||
h5misc.h | ||
h5noop.h | ||
H5checksum.c | ||
H5Zblosc.c | ||
H5Zblosc.h | ||
H5Zbzip2.c | ||
H5Zdeflate.c | ||
H5Zfletcher32.c | ||
H5Zmisc.c | ||
H5Znoop.c | ||
H5Zshuffle.c | ||
H5Zszip.c | ||
H5Zszip.h | ||
H5Ztemplate.c | ||
H5Zunknown.c | ||
H5Zutil.c | ||
H5Zzstd.c | ||
H5Zzstd.h | ||
huffman.c | ||
Makefile.am | ||
NCZhdf5filters.c | ||
NCZmisc.c | ||
NCZstdfilters.c | ||
NCZszip.c | ||
NCZtest.c | ||
randtable.c |