Commit Graph

10118 Commits

Author SHA1 Message Date
Ward Fisher
e5b83cd70f
Merge pull request #2884 from ZedThree/silence-test-warnings
Fix warnings in tests and examples
2024-03-21 17:13:04 -06:00
Ward Fisher
e8e867bf10
Merge pull request #2883 from ZedThree/silence-libsrc-warnings
Silence most warnings in `libsrc`
2024-03-21 16:57:05 -06:00
Ward Fisher
2849b70470
Merge pull request #2822 from ZedThree/cmake-ncgen-generate
CMake: Add option to always automatically regenerate `ncgen` source
2024-03-21 15:31:58 -06:00
Ward Fisher
cdd9cbb83c Merging current main development branch, changing option name to include
NETCDF_ prefix. Thanks!

Merge remote-tracking branch 'upstream/main' into cmake-ncgen-generate
2024-03-21 14:08:12 -06:00
Ward Fisher
c66f9c30f4
Merge pull request #2891 from ZedThree/silence-oc2-warnings
Silence warnings in `oc2`
2024-03-21 11:22:34 -06:00
Ward Fisher
fa6df050ce
Merge pull request #2874 from ZedThree/silence-libhdf5-warnings
Silence most warnings in libhdf5
2024-03-20 17:26:58 -06:00
Ward Fisher
ad53ef4203
Merge pull request #2814 from ZedThree/fix-dumplib-warnings
Fix most warnings in `dumplib.c`
2024-03-20 17:19:52 -06:00
Ward Fisher
37e6b92703
Merge pull request #2895 from K20shores/prefix_options
Prefix all options with NETCDF_
2024-03-20 12:07:23 -06:00
Ward Fisher
390cacc31e Updated Release Notes. 2024-03-20 11:28:20 -06:00
Ward Fisher
ab2adc68da A bit of cleanup for now, more to follow, but moving on to other roadblocks. 2024-03-20 11:25:36 -06:00
Ward Fisher
43573c5669 Comment out debugging messages, will remove before final merge. Clean up the logic, remove some rough edges. 2024-03-19 16:36:20 -06:00
Ward Fisher
67609b0965 Add a filter to process options and report deprecation warning. 2024-03-19 16:30:47 -06:00
Ward Fisher
e36b111c99
Merge pull request #2890 from K20shores/h5_shared
Remove now unused cmake
2024-03-19 14:20:51 -06:00
Ward Fisher
c38cfc5d7c Remove dangling define in netcdf_meta.h template file. 2024-03-19 11:37:40 -06:00
Ward Fisher
a56cfe038f No effect other than to remove a personal annoyance I introduced in the first place. 2024-03-19 11:25:09 -06:00
Ward Fisher
057f716d7f Updated the nc-config script with the following:
o Added --build-system to report whether netcdf was configured using cmake or autotools.
o For cmake-based installs, added an argument which will allow non-cmake projects to get traditionally formated dependancy syntax, --libs-ac-syntax.
2024-03-19 11:19:57 -06:00
Kyle Shores
5097e2ed9e adding deprecation error for usage of NETCDF_ENABLE_NETCDF4 2024-03-19 11:58:03 -05:00
Kyle Shores
449c0e3f97 removing cmake alias variable for netcdf4 2024-03-19 11:54:54 -05:00
Kyle Shores
e0a87e4a29 removing script 2024-03-19 11:52:05 -05:00
Kyle Shores
adc82f5d1d replacing something that removes semicolons 2024-03-19 09:36:54 -05:00
Ward Fisher
7babdcb299
Merge pull request #2892 from ZedThree/silence-libsrc4-warnings
Silence conversion warnings in libsrc4
2024-03-18 15:38:10 -06:00
Kyle Shores
4d44e1a2dc another one 2024-03-18 16:30:20 -05:00
Kyle Shores
121df00422 fixing some that were missing? 2024-03-18 16:27:23 -05:00
Kyle Shores
9c01a56429 removing variables 2024-03-18 16:03:22 -05:00
Kyle Shores
9be78dc53a Replacing NC_USE_STATIC_CRT with NETCDF_USE_STATIC_CRT 2024-03-18 15:57:34 -05:00
Kyle Shores
345e4462e3 Replace NC_FIND_SHARED_LIBS with NETCDF_FIND_SHARED_LIBS 2024-03-18 15:55:25 -05:00
Kyle Shores
d9bdb5cf86 Replace ENABLE_XGETOPT with NETCDF_ENABLE_XGETOPT 2024-03-18 15:55:04 -05:00
Kyle Shores
ff1307b62d Replace ENABLE_UNIT_TESTS with NETCDF_ENABLE_UNIT_TESTS 2024-03-18 15:54:51 -05:00
Kyle Shores
a82659b0e9 Replace ENABLE_TESTS with NETCDF_ENABLE_TESTS 2024-03-18 15:54:48 -05:00
Kyle Shores
6c652a6495 Replace ENABLE_STRICT_NULL_BYTE_HEADER_PADDING with NETCDF_ENABLE_STRICT_NULL_BYTE_HEADER_PADDING 2024-03-18 15:54:29 -05:00
Kyle Shores
b2fabc2d7a Replace ENABLE_STDIO with NETCDF_ENABLE_STDIO 2024-03-18 15:54:26 -05:00
Kyle Shores
eaff8289fc Replace ENABLE_SHARED_LIBRARY_VERSION with NETCDF_ENABLE_SHARED_LIBRARY_VERSION 2024-03-18 15:54:23 -05:00
Kyle Shores
e5ee259288 Replace ENABLE_SET_LOG_LEVEL_FUNC with NETCDF_ENABLE_SET_LOG_LEVEL_FUNC 2024-03-18 15:54:20 -05:00
Kyle Shores
8fd6dcb979 Replace ENABLE_S3 with NETCDF_ENABLE_S3 2024-03-18 15:54:15 -05:00
Kyle Shores
78fb3dcf37 Replace ENABLE_REMOTE_FUNCTIONALITY with NETCDF_ENABLE_REMOTE_FUNCTIONALITY 2024-03-18 15:54:12 -05:00
Kyle Shores
85f697868c Replace ENABLE_QUANTIZE with NETCDF_ENABLE_QUANTIZE 2024-03-18 15:54:07 -05:00
Kyle Shores
dba34ac5c2 Replace ENABLE_PNETCDF with NETCDF_ENABLE_PNETCDF 2024-03-18 15:54:02 -05:00
Kyle Shores
44778e52bf Replace ENABLE_PLUGINS with NETCDF_ENABLE_PLUGINS 2024-03-18 15:53:59 -05:00
Kyle Shores
f54f42db62 Replace ENABLE_PARALLEL_TESTS with NETCDF_ENABLE_PARALLEL_TESTS 2024-03-18 15:53:56 -05:00
Kyle Shores
2baf0ba862 Replace ENABLE_PARALLEL4 with NETCDF_ENABLE_PARALLEL4 2024-03-18 15:53:49 -05:00
Kyle Shores
1ada3f6717 Replace ENABLE_NETCDF_4 with NETCDF_ENABLE_NETCDF_4 2024-03-18 15:53:46 -05:00
Kyle Shores
b51234b06a Replace ENABLE_NETCDF4 with NETCDF_ENABLE_NETCDF4 2024-03-18 15:52:21 -05:00
Kyle Shores
d1334f7b88 Replace ENABLE_NCZARR with NETCDF_ENABLE_NCZARR 2024-03-18 15:52:19 -05:00
Kyle Shores
7f8ad2c250 Replace ENABLE_MMAP with NETCDF_ENABLE_MMAP 2024-03-18 15:52:17 -05:00
Kyle Shores
c6d35cf7e2 Replace ENABLE_METADATA_PERF_TESTS with NETCDF_ENABLE_METADATA_PERF_TESTS 2024-03-18 15:52:13 -05:00
Kyle Shores
dcdff98109 Replace ENABLE_LOGGING with NETCDF_ENABLE_LOGGING 2024-03-18 15:52:11 -05:00
Kyle Shores
9584b4fa3b Replace ENABLE_LIBXML2 with NETCDF_ENABLE_LIBXML2 2024-03-18 15:52:09 -05:00
Kyle Shores
ba2cf68597 Replace ENABLE_LARGE_FILE_TESTS with NETCDF_ENABLE_LARGE_FILE_TESTS 2024-03-18 15:52:07 -05:00
Kyle Shores
57600055d0 Replace ENABLE_LARGE_FILE_SUPPORT with NETCDF_ENABLE_LARGE_FILE_SUPPORT 2024-03-18 15:52:06 -05:00
Kyle Shores
39a04033d3 Replace ENABLE_INTERNAL_DOCS with NETCDF_ENABLE_INTERNAL_DOCS 2024-03-18 15:52:04 -05:00