Commit Graph

9879 Commits

Author SHA1 Message Date
Greg Sjaardema
fc76a5a170
Minor -- fix UNset to unset
The #2842 PR changed most CMake keywords to lowercase, but missed (a portion) of the UNSET commands which were changed to `UNset`.  This follows on to that and pushes them all the way to `unset`
2024-02-01 12:37:06 -07:00
Ward Fisher
1214d98341
Merge pull request #2853 from WardF/add-citation.wif
Add citation.cff file
2024-01-31 17:56:49 -08:00
Ward Fisher
8f3af422d7 Added Glenn Davis 2024-01-31 17:27:15 -08:00
Ward Fisher
5365b19fa3 Added individual authors, also updated docs/credits.md with nczarr attribution. 2024-01-31 15:27:18 -08:00
Ward Fisher
0c7679bd73 Added CITATION.cff to EXTRA_DIST for distribution. 2024-01-31 11:32:02 -08:00
Ward Fisher
37ccead4ff Flesh out the citation.cff a little more. 2024-01-31 11:13:36 -08:00
Ward Fisher
74444a2789 Add initial citation.cff file generated from https://citation-file-format.github.io/cff-initializer-javascript/#/start 2024-01-31 11:07:42 -08:00
Ward Fisher
abc626cf80
Merge pull request #2850 from opoplawski/types
Fix some variable types.  Resolves #2849
2024-01-30 13:41:06 -08:00
Orion Poplawski
07134b9581 Fix some variable types. Resolves #2849 2024-01-29 22:05:11 -07:00
Ward Fisher
41166da4da
Merge pull request #2837 from islas/linkObjectTargets
Link against internally defined libraries
2024-01-29 11:12:41 -08:00
Kyle Shores
f41178f6e0 adding hdf5 to nczarr 2024-01-26 16:48:50 -06:00
Kyle Shores
4d54e74e4b adding hdf5 to plugins 2024-01-26 16:44:46 -06:00
Kyle Shores
dcf9fb5bfd linking xml to libxml 2024-01-26 16:23:15 -06:00
Kyle Shores
559c336a7a connecting dispatch to hdf5 2024-01-26 16:04:15 -06:00
Kyle Shores
46105aa7dc linking hdf5 to hdf5 2024-01-26 15:53:05 -06:00
Kyle Shores
d7e7714168 trying to let netcdf4 find hdf5 2024-01-26 15:46:26 -06:00
Kyle Shores
e31d535bed removing some compile things 2024-01-26 14:44:19 -06:00
Kyle Shores
5cd1f4e9b1 leaving HAVE_CONFIG_H as top level definition for now 2024-01-26 14:28:16 -06:00
Kyle Shores
d816309e53 targeting netcdf for compile definitions 2024-01-26 13:56:19 -06:00
Kyle Shores
207a70ef9a undoing packaging 2024-01-26 13:51:19 -06:00
Kyle Shores
ca182c0979 using target_sources 2024-01-26 13:29:38 -06:00
Ward Fisher
8add4ce45a
Merge pull request #2816 from ZedThree/silence-nczarr-test-warnings
Fix warnings in NCZarr tests
2024-01-24 11:25:42 -08:00
Peter Hill
25dc1faa60
Merge branch 'main' into export-targets-for-build-dir
* main: (110 commits)
  Escape a character causing a doxygen error.
  Updated release notes.
  Added a comment block for future reference.
  more syntax fixes
  Update CMakeLists.txt
  CMake: Find HDF5 header we can safely include for other checks
  moving functions and macros to new file, lowercase things
  Update release notes.
  lowercase
  lower case
  lowercase
  moving functions and macros to a file
  moving the dependencies inclusion
  CMake: Add support for UNITY_BUILD
  removing debug messages
  actually adding the dependencies file...
  putting dependencies into separate file
  Define USE_SZIP variable for nc-config.cmake.in
  matching cmake variables in autotools configuration
  moving the version into the project command in cmake
  ...
2024-01-24 11:26:44 +00:00
Peter Hill
3c59bf6f54
CMake: Tidy exporting targets
Fixes comments from review
2024-01-24 11:20:08 +00:00
Ward Fisher
fff6e53854 Rebased on current Unidata/netcdf-c main branch. 2024-01-23 11:55:31 -08:00
Ward Fisher
5b79304c7f
Merge pull request #2839 from jschueller/unity
CMake: Add support for UNITY_BUILD
2024-01-22 14:15:07 -08:00
Ward Fisher
9faaa05f8f Escape a character causing a doxygen error. 2024-01-22 13:24:16 -08:00
Ward Fisher
13d9fc38c2
Merge branch 'main' into unity 2024-01-22 12:42:25 -08:00
Ward Fisher
df7704343a Updated release notes. 2024-01-22 12:41:29 -08:00
Ward Fisher
42b3f5582e Added a comment block for future reference. 2024-01-22 12:37:35 -08:00
Ward Fisher
850e2f4929
Merge pull request #2844 from WardF/rebase-gh2812.wif
Rebase #2812
2024-01-19 11:02:45 -08:00
Ward Fisher
16bcb1ddb9 Merge branch 'silence-nclist-warnings' of https://github.com/ZedThree/netcdf-c into rebase-gh2812.wif 2024-01-19 11:11:21 -07:00
Kyle Shores
237efec07e Merge branch 'main' into packaging 2024-01-19 09:27:07 -06:00
Kyle Shores
887c479533 setting up packaging in its own directory, using netcdf as a target for compile options 2024-01-19 09:25:24 -06:00
Ward Fisher
359a0152ff
Merge pull request #2762 from ZedThree/cmake-better-fix-hdf5-check
CMake: Find HDF5 header we can safely include for other checks
2024-01-18 15:59:27 -08:00
Ward Fisher
a8f8f1f1ee
Merge branch 'main' into cmake-better-fix-hdf5-check 2024-01-18 15:50:28 -08:00
Ward Fisher
f349087407
Merge pull request #2842 from K20shores/macros_functions
Macros functions
2024-01-18 15:42:25 -08:00
Kyle Shores
05ce85be78 more syntax fixes 2024-01-18 15:07:13 -06:00
Kyle Shores
a40c7847f9
Update CMakeLists.txt
Co-authored-by: Peter Hill <zed.three@gmail.com>
2024-01-18 15:02:48 -06:00
Peter Hill
e6f68f7f53
CMake: Find HDF5 header we can safely include for other checks 2024-01-18 16:04:54 +00:00
Kyle Shores
9fb46ce480 moving functions and macros to new file, lowercase things 2024-01-18 09:15:20 -06:00
Kyle Shores
3a73058e4e Merge branch 'main' into macros_functions 2024-01-18 09:08:27 -06:00
Ward Fisher
74141e774c
Merge pull request #2838 from K20shores/modernize_reorganize
Place dependencies into separate file
2024-01-17 16:30:38 -08:00
Ward Fisher
206b8ce651 Update release notes. 2024-01-17 15:40:23 -08:00
Kyle Shores
5e487fd381 lowercase 2024-01-17 16:07:22 -06:00
Kyle Shores
4a07adf261 lower case 2024-01-17 15:59:02 -06:00
Kyle Shores
cb28b1ba0c lowercase 2024-01-17 15:47:16 -06:00
Kyle Shores
e7c7221f28 moving functions and macros to a file 2024-01-17 15:17:50 -06:00
Kyle Shores
e13c75b61c merge conflict 2024-01-16 13:44:06 -06:00
Kyle Shores
656fdbb374 moving the dependencies inclusion 2024-01-16 11:20:43 -06:00