Skip to content
Snippets Groups Projects
  1. Aug 25, 2021
  2. Aug 24, 2021
  3. Aug 22, 2021
    • Ben Boeckel's avatar
      GNUInstallDirs: avoid unwanted variable dereference · 49a5dbca
      Ben Boeckel authored
      In some situations, it seems that the variable `0` is defined. In the
      case found, it was set to `1`. This makes the detection of the missing
      third argument bogus and unnecessarily triggers a warning.
      
      This oversight was introduced in 229b5ee9 (GNUInstallDirs: Add dir
      argument to GNUInstallDirs_get_absolute_install_dir, 2020-10-31) prior
      to CMake 3.20's release cycle.
      49a5dbca
  4. Aug 19, 2021
  5. Aug 18, 2021
  6. Aug 11, 2021
  7. Aug 10, 2021
  8. Aug 09, 2021
  9. Aug 06, 2021
  10. Aug 05, 2021
  11. Aug 03, 2021
  12. Aug 02, 2021
    • Brad King's avatar
      Merge branch 'macos-10.4' into release-3.20 · 91ba8935
      Brad King authored
      Merge-request: !6426
      91ba8935
    • Evan Miller's avatar
      macOS: Restore support for Mac OS X 10.4 (Tiger) · 1af23c4d
      Evan Miller authored and Brad King's avatar Brad King committed
      Since commit 4aed96e2 (Apple: Set CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG
      on non-macOS too, 2021-04-06, v3.20.1~5^2) we always enable support for
      linking with `-rpath`.  The intention of the change was to enable using
      the flag on iOS, tvOS and watchOS by avoiding a Darwin-specific version
      check.  However, removing the check broke support for OS X 10.4 because
      the flag is not supported on that version.
      
      Restore a form of the check that disables the flag on OS X < 10.5 while
      still allowing it for the other Apple platforms.  Since no one is doing
      iOS/tvOS/etc development on 10.4, this change should have no unintended
      side effects.
      
      Fixes: #22490
      1af23c4d
    • Artur Samarin's avatar
      CPackRPM: avoid a spurious `;` in the `%pre` and other sections with scripts · 3cdf2398
      Artur Samarin authored and Brad King's avatar Brad King committed
      This was accidentally added by commit 34c8a230 (CPackRPM: add
      scriplets tags only if scripts exist, 2021-04-01, v3.21.0-rc1~387^2).
      
      Fixes: #22501
      3cdf2398
Loading