Skip to content
Snippets Groups Projects
  1. May 07, 2024
  2. May 06, 2024
    • Brad King's avatar
      cxxmodules: Do not scan sources while testing the compiler · 6df925b5
      Brad King authored
      The C++ sources we use to test the compiler do not use modules.
      Avoid requiring a compiler that can scan just to enable the language,
      even when CMP0155 is NEW.  The project may explicitly turn off
      `CMAKE_CXX_SCAN_FOR_MODULES` before adding any targets.
      
      Fixes: #25956
      6df925b5
  3. May 03, 2024
  4. May 02, 2024
  5. May 01, 2024
  6. Apr 30, 2024
  7. Apr 29, 2024
  8. Apr 26, 2024
  9. Apr 22, 2024
  10. Apr 19, 2024
  11. Apr 17, 2024
  12. Apr 16, 2024
    • Raul Tambre's avatar
      Help/OBJC_STANDARD: Document Objective C17 and C23 support · 84f1eb64
      Raul Tambre authored and Brad King's avatar Brad King committed
      This was missed in
      
      * commit 93b7d3d2 (C17 support, 2021-02-06, v3.21.0-rc1~587^2~10)
      * commit dcd59975 (C23 support, 2021-02-06, v3.21.0-rc1~587^2~9)
      
      Fixes: #25746
      84f1eb64
    • Brad King's avatar
      FindBoost: Add support for Boost 1.85 · 0d5953b3
      Brad King authored
      Update the list of known versions.
      
      Run the command
      
          cmake -DBOOST_DIR=/path/to/boost_1_85_0 \
            -P Utilities/Scripts/BoostScanDeps.cmake
      
      to extract dependencies from the 1.85.0 source tree.
      They are the same as 1.84's dependencies, so just update
      the version check for warning about newer versions.
      
      Fixes: #25905
      0d5953b3
  13. Apr 15, 2024
  14. Apr 11, 2024
Loading