Ward Fisher
746477be8f
Merge pull request #2386 from gsjaardema/patch-53
...
Specify correct plugin suffix
2022-06-08 12:23:11 -06:00
Rostislav Kouznetsov
8715fcac53
Fix typo
2022-06-08 19:35:16 +03:00
Greg Sjaardema
ac90192e6d
Specify correct plugin suffix
...
CMake by default uses the ".so" suffix for libraries with the `MODULE` attribute. Specify the desired suffix with by setting the `SUFFIX` property explicitly on the plugin targets. Fixes plugin install issue on Macs.
2022-06-08 07:45:03 -06:00
Edward Hartnett
ce767aec23
change to trigger CI
2022-06-08 07:08:21 +03:00
Ward Fisher
c494723ef2
Merge branch 'main' into v4.9.0-wellspring.wif
2022-06-07 16:06:28 -06:00
Ward Fisher
93742f8e7b
Merge pull request #2384 from gsjaardema/patch-53
...
Fix syntax error
2022-06-07 15:19:43 -06:00
Greg Sjaardema
254f232133
fix typo
2022-06-07 15:12:38 -06:00
Greg Sjaardema
2a0d8042ed
Fix syntax error
...
The include_files argument was malformed due to a missing `${` at the beginning. Was expanding to (e.g.) the literal `Zstd_INCLUDE_DIRS}` instead of to the contents of the `Zstd_INCLUDE_DIRS` variable.
2022-06-07 14:38:09 -06:00
Greg Sjaardema
f89dcb9dfa
Initialize potentially uninitialized variable
...
If `cvtoptions.pathkind` is true, then `canon` will not be initialized and it is accessed at line 279.
2022-06-07 14:28:01 -06:00
Greg Sjaardema
b74dc50dd3
Initialize variable
...
In the second case, `arraycount` is uninitialized. In the first, just initializing at definition instead of a couple lines later...
2022-06-07 14:19:56 -06:00
Edward Hartnett
1e8b98bd06
installing doxygen in CI when needed
2022-06-07 18:04:15 +03:00
Edward Hartnett
71c6046ca1
installing doxygen in CI when needed
2022-06-07 16:06:10 +03:00
Edward Hartnett
e3ccb4a22c
installing doxygen in CI when needed
2022-06-07 16:01:07 +03:00
Edward Hartnett
981f452952
installing doxygen in CI when needed
2022-06-07 15:55:18 +03:00
Edward Hartnett
aa7e07007c
installing doxygen in CI when needed
2022-06-07 15:40:24 +03:00
Edward Hartnett
c0ffb1eb9d
fixed case of --enable-doxygen but doxygen not found
2022-06-07 15:38:01 +03:00
Edward Hartnett
c051209f8b
turned on WARN_AS_ERROR and added documentation build to CI
2022-06-07 15:24:21 +03:00
Edward Hartnett
581b1c1c4d
updated Doxyfile.in
2022-06-07 15:10:20 +03:00
Edward Hartnett
a76a6795e7
checking doxygen version
2022-06-07 14:57:23 +03:00
Rostislav Kouznetsov
7564e7e797
Add doc on errors introduced by lossy compression
...
Also references to relevant papers
2022-06-07 11:13:15 +03:00
Ward Fisher
9db9ccdd46
Merge branch 'main' into v4.9.0-wellspring.wif
2022-06-06 14:37:12 -06:00
Ward Fisher
b2097a77aa
Merge pull request #2373 from edwardhartnett/ejh_docs_5
...
fixed documentation warnings in filters.md
2022-06-06 14:36:10 -06:00
Ward Fisher
4997d126ec
Merge pull request #2364 from edwardhartnett/ejh_docs_3
...
fixed more doxygen warnings
2022-06-06 14:35:41 -06:00
Ward Fisher
b8f352e96b
Merge pull request #2363 from edwardhartnett/ejh_doc_2
...
fixed some doxygen warnings
2022-06-06 14:35:28 -06:00
Ward Fisher
054c392fee
Merge pull request #2362 from edwardhartnett/ejh_doc
...
adding quantize documentation
2022-06-06 14:35:04 -06:00
Ward Fisher
e38f1250fe
Updated doxygen version, added target release date to RELEASE_NOTES
2022-06-03 11:03:00 -06:00
Ward Fisher
7403497dd7
Bumped dev version in CMakeLists.txt. SO Version remains unchanged.
2022-06-03 10:55:41 -06:00
Ward Fisher
b3b74eb9f3
Revised netCDF version and SO version
2022-06-03 10:52:00 -06:00
Edward Hartnett
cb36cd5424
turned set -x off again
2022-06-02 13:42:46 +03:00
Edward Hartnett
26e0ff248e
turn on set -x for failing test script
2022-06-02 12:37:50 +03:00
Edward Hartnett
db9b097da9
change to trigger CI
2022-06-01 12:15:12 +03:00
Edward Hartnett
b6c105fc12
fixed documentation warnings in filters.md
2022-06-01 07:24:06 +03:00
Ward Fisher
bef049d311
Merge pull request #2370 from WardF/install_dmh.wif
...
#2348
2022-05-31 16:42:30 -06:00
Ward Fisher
981235796e
Turned off plugin directory during CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash '/home/wfisher/Desktop/gitprojects/netcdf-c/missing' aclocal-1.16 -I m4 in support of https://github.com/Unidata/netcdf-c/pull/2348#issuecomment-1142649052
2022-05-31 15:50:37 -06:00
Ward Fisher
4ef91fd13d
Merge branch 'install.dmh' of https://github.com/DennisHeimbigner/netcdf-c into install_dmh.wif
2022-05-31 14:54:14 -06:00
Edward Hartnett
31c7b7a6ac
more detail on which algorithm to choose
2022-05-31 09:09:25 +03:00
Edward Hartnett
983c74747e
fixing issues with dimlens of unlitmited dims in complex situations
2022-05-29 15:22:10 +03:00
Edward Hartnett
2b599eac36
fixed more doxygen warnings
2022-05-29 08:43:56 +03:00
Edward Hartnett
c5ad809e0d
fixed some doxygen warnings
2022-05-28 19:12:52 +03:00
Edward Hartnett
21f44a29d4
fixed some doxygen warnings
2022-05-28 19:11:37 +03:00
Edward Hartnett
edf28a4335
fixed some doxygen warnings
2022-05-28 18:54:08 +03:00
Edward Hartnett
aba1f76f72
adding quantize documentation
2022-05-28 13:48:16 +03:00
Dennis Heimbigner
bbe0b212a5
Fix internal bz2 problems
2022-05-27 15:45:34 -06:00
Dennis Heimbigner
89f7b64442
Merge branch 'master' into install.dmh
2022-05-27 15:40:26 -06:00
Dennis Heimbigner
84247115d5
Merge remote-tracking branch 'Unidata/main'
2022-05-27 15:15:10 -06:00
Ward Fisher
6a935c6812
Merge pull request #2304 from Alexander-Barth/main
...
Include getopt.h if HAVE_GETOPT_H is defined
2022-05-27 09:08:48 -06:00
Ward Fisher
6d00a7ee9f
Merge branch 'install.dmh' of https://github.com/DennisHeimbigner/netcdf-c into tmp
2022-05-26 15:48:02 -06:00
Ward Fisher
8b9d7e8546
Merge pull request #2360 from paulharris/bugfix-curl-hdf5-libs
...
Fix libraries for CURL and HDF5
2022-05-26 13:28:28 -06:00
Paul Harris
9f53e328f4
Fix libraries for CURL and HDF5
...
CURL_LIBRARY should have always been CURL_LIBRARIES
And always include HDF5_LIBRARIES in case HDF5_C_LIBRARIES is not
available.
There are plenty of other changes that could be made to upgrade to the
newer cmake ... such as linking to CURL::libcurl and HDF5::HDF5 instead.
2022-05-26 08:36:09 +08:00
Dennis Heimbigner
d7e57d261a
Update to default --with-plugin-dir to yes
2022-05-24 20:05:19 -06:00