Skip to content
Snippets Groups Projects
  1. Feb 24, 2021
  2. Feb 23, 2021
    • Brad King's avatar
      Merge branch 'ninja-status-stderr' into release-3.19 · 289ab61f
      Brad King authored
      Merge-request: !5850
      289ab61f
    • Brad King's avatar
      Tests: Update for upstream ninja change to write status on stderr · d33c2c93
      Brad King authored
      Upstream ninja commit `ad3d29fb53` (Put builder output through status
      interface) from ninja PR 1899 changed the status output from stdout to
      stderr.  In particular, `ninja: no work to do` is now printed on stderr.
      Update our RunCMake tests to accept this difference.
      
      A few RunCMake test cases check for `ninja: no work to do`.  For those,
      move the message to stdout using `RunCMake_TEST_OUTPUT_MERGE`.  The rest
      of the test cases do not care about the message, so remove it from the
      actual stderr content before comparing against that expected.
      d33c2c93
  3. Feb 18, 2021
  4. Feb 16, 2021
  5. Feb 15, 2021
  6. Feb 14, 2021
  7. Feb 11, 2021
  8. Feb 10, 2021
  9. Feb 09, 2021
  10. 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
  11. Feb 05, 2021
  12. Feb 04, 2021
  13. Feb 03, 2021
  14. Feb 02, 2021
  15. Jan 28, 2021
  16. Jan 25, 2021
  17. Jan 22, 2021
    • Brad King's avatar
      Intel: Replace deprecated Fortran flag -nofor_main with -nofor-main · 2a5955ac
      Brad King authored
      The `-nofor_main` flag was originally added by commit ccdd3e94 (Fix
      Intel Fortran SHARED libraries on Linux, 2009-10-27, v2.8.2~915).  Since
      then, Intel Fortran renamed the option to `-nofor-main` and deprecated
      the old name.  The new name has been available for a long time, so
      we can just switch to it.
      
      Fixes: #21735
      2a5955ac
Loading