Skip to content
Snippets Groups Projects
  1. Feb 15, 2021
  2. Feb 14, 2021
  3. Feb 11, 2021
  4. Feb 10, 2021
  5. Feb 09, 2021
  6. Feb 08, 2021
    • Yauheni Khnykin's avatar
      FindXCTest: Fix output directory for test bundle with new build system · eafe740e
      Yauheni Khnykin authored and Craig Scott's avatar Craig Scott committed
      The output directory was still correct for macOS with the new build system,
      but not for iOS.
      
      Fixes: #20662
      eafe740e
    • Brad King's avatar
      Merge topic 'lexer-posix-source' into release-3.19 · 58167b3e
      Brad King authored and Kitware Robot's avatar Kitware Robot committed
      
      a8b41e2c LexerParser: Do not override existing _POSIX_C_SOURCE definition
      82cfeeb4 Merge branch 'backport-3.18-ci-wix-download' into release-3.18
      
      Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
      Merge-request: !5776
      58167b3e
    • Craig Scott's avatar
      IOS_INSTALL_COMBINED: Support Xcode 12 (command line only) · 0110aa01
      Craig Scott authored
      Xcode 12 doesn't allow nested builds within the same build directory.
      That means we can no longer do an install by building the install target
      when IOS_INSTALL_COMBINED is true. We can, however, still do an install
      by running the cmake_install.cmake script or executing cmake --install,
      since there is no outer build and therefore the associated SDK can be
      built as a sub-build.
      
      The non-build methods previously didn't work when
      IOS_INSTALL_COMBINED was true because the generated install script
      and the CMakeIOSInstallCombined script both made certain assumptions
      that relied on being part of a build. Those assumptions are now
      removed. A side-effect of this work is that cpack now also works from the
      command line when IOS_INSTALL_COMBINED is true.
      
      Relates: #21282
      Fixes: #20023
      0110aa01
  7. Feb 05, 2021
  8. Feb 04, 2021
  9. Feb 03, 2021
  10. Feb 02, 2021
  11. Jan 28, 2021
  12. Jan 25, 2021
  13. Jan 22, 2021
  14. Jan 21, 2021
  15. Jan 20, 2021
    • jonathan molinatto's avatar
      VS: Generalize Win10 max SDK version to all VS generators · 1e67482d
      jonathan molinatto authored and Brad King's avatar Brad King committed
      The `CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM` variable added in
      CMake 3.19 by commit ba497111 (VS: Add option for custom Win10 SDK
      version maximum, 2020-08-20, v3.19.0-rc1~262^2) was documented as if it
      worked for all generators but implemented only to override CMake's
      builtin default for the VS 2015 max SDK version.  Generalize the
      variable to set a custom max SDK version for later VS versions too.
      
      Fixes: #21720
      1e67482d
Loading