Skip to content
Snippets Groups Projects
  1. Mar 23, 2023
  2. Mar 22, 2023
    • Brad King's avatar
      FindHDF5: Restore parallel HDF5 detection with only CXX enabled · a6bb4975
      Brad King authored
      Since commit 14c46fb1 (FindHDF5: Find C component with only CXX
      compiler, 2022-12-13, v3.26.0-rc1~175^2), if CXX is enabled but C is
      not, the `_HDF5_test_regular_compiler_C` helper writes a `.cpp` source
      but the `_HDF5_invoke_compiler` still expects a `.c` source.  Refactor
      the logic to select a name for the source file up front, and use it in
      both helpers.
      
      Fixes: #24627
      Issue: #24241
      a6bb4975
  3. Mar 21, 2023
  4. Mar 20, 2023
  5. Mar 18, 2023
  6. Mar 17, 2023
  7. Mar 16, 2023
  8. Mar 14, 2023
  9. Mar 13, 2023
  10. Mar 10, 2023
  11. Mar 08, 2023
Loading