Commit Graph

9716 Commits

Author SHA1 Message Date
Ward Fisher
f557108b16 Make changes in support of https://github.com/Unidata/netcdf-c/issues/2859 2024-02-06 10:35:46 -07:00
Ward Fisher
59a264731d
Merge pull request #2857 from ZedThree/update-utf8proc
Update bundled utf8proc to 2.9.0
2024-02-05 16:33:00 -07:00
Peter Hill
a051cb2928
Update bundled utf8proc to 2.9.0
Commit 1fe43f5a6d9c628f717c5ec8aeaeae4a9adfd167

Closes #2804
2024-02-02 16:31:20 +00:00
Ward Fisher
68516c82b4
Merge pull request #2856 from gsjaardema/patch-58
Minor -- fix UNset to unset
2024-02-01 12:57:06 -08:00
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
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
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
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
Peter Hill
a7552b4b83
Fix a couple of conversion warnings in shared nczarr/ncdump test 2024-01-15 13:57:22 +00:00
Peter Hill
f266313cb7
Fix warning about mismatched indentation between if/else statements 2024-01-15 10:42:45 +00:00
Peter Hill
d51f80cded
Fix some more conversion warnings in nczarr tests 2024-01-15 10:42:13 +00:00
Peter Hill
76f4cda69a
Ensure config.h is included first 2024-01-15 10:26:06 +00:00
Peter Hill
0b040e8cd7
Merge branch 'main' into silence-nczarr-test-warnings
* main: (39 commits)
  Define USE_SZIP variable for nc-config.cmake.in
  matching cmake variables in autotools configuration
  moving the version into the project command in cmake
  Updated doxygen files for older, less-forgiving versions of doxygen (1.9.1, at least)
  Clean up doxygen warnings that were being treated as failures.
  Correcting a weird doxygen issue that has appeared.
  cmake: Fix Szip link using correct cmake var
  cmake: Improve FindSzip logic to provide a Szip_LIBRARY var
  Changed link to netCDF-Fortran documentation.
  Replaced ancient K&R function declarations to be C23 compatible
  Rebased PR by hand against main.
  count argument in H5Sselect_hyperslab
  Add H5FD_http_finalize function and call on hdf5 finalize
  Catching up on PRs, this is 2431 on the current 'main'
  Fix cmake syntax typo.
  Typo fix in support of gh2824.wif
  Fix typo in nc-config.cmake.in
  Removed a use of sprintf that required changing a function signature
  Replaced some sprintf with snprintf with aid of new variable containing size
  Replaced trivial uses of sprintf with snprintf
  ...
2024-01-15 10:17:36 +00:00
Julien Schueller
5537a60885 CMake: Add support for UNITY_BUILD 2024-01-12 10:18:29 +01:00
Ward Fisher
498930982d
Merge pull request #2836 from islas/populateSzipConfigCMake
Define USE_SZIP variable for nc-config.cmake.in
2024-01-11 16:29:39 -08:00
Kyle Shores
2f794b7e7f merging main 2024-01-10 16:16:49 -06:00
Kyle Shores
330f911ecf removing debug messages 2024-01-10 16:12:04 -06:00
Kyle Shores
ca850af099 actually adding the dependencies file... 2024-01-10 16:11:00 -06:00
Kyle Shores
efc20c64d2 putting dependencies into separate file 2024-01-10 15:18:15 -06:00