Skip to content
Snippets Groups Projects
  1. Apr 09, 2020
  2. Apr 08, 2020
  3. Apr 07, 2020
  4. Apr 06, 2020
  5. Apr 04, 2020
  6. Apr 03, 2020
  7. Apr 02, 2020
  8. Apr 01, 2020
  9. Mar 31, 2020
  10. Mar 30, 2020
    • Brad King's avatar
      Merge topic 'docs-xcode-gen-scheme-workdir' into release-3.17 · 04d8ed64
      Brad King authored and Kitware Robot's avatar Kitware Robot committed
      
      6905451e Help: Add missing XCODE_SCHEME_WORKING_DIRECTORY
      6ff07dac Help: Minor typos and formatting for XCODE_SCHEME_WORKING_DIRECTORY
      
      Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
      Merge-request: !4543
      04d8ed64
    • Brad King's avatar
      Merge topic 'llvm_rc_pp' into release-3.17 · 42cefc6b
      Brad King authored and Kitware Robot's avatar Kitware Robot committed
      
      4bef0e64 llvm-rc: Enable preprocessing if CMAKE_RC_COMPILER_INIT is an absolute path
      
      Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
      Merge-request: !4535
      42cefc6b
    • Brad King's avatar
      AIX: Install ExportImportList script with execute permission · 39e5a4da
      Brad King authored
      This script was added by commit 0f150b69 (AIX: Explicitly compute
      shared object exports for both XL and GNU, 2019-07-11,
      v3.16.0-rc1~418^2~2) but does not have a `.sh` extension so our existing
      install rules neglect to give it execute permission.  Our test suite
      works on AIX in the build tree but the script is broken without execute
      permission on installation.
      
      Fixes: #20520
      39e5a4da
    • Brad King's avatar
      2af18704
    • Brad King's avatar
      target_link_libraries: Fix regression in case of $<CONFIG> genex · 3f976bf2
      Brad King authored
      Since commit b8626261 (Precompile headers: Add methods to generate PCH
      sources, 2019-07-13, v3.16.0-rc1~182^2~4) we look up source files for a
      target using an upper-case configuration even though an original-case
      name is sufficient.  Since commit 36ded610 (PCH: Generate sources
      during Compute step, 2019-10-05, v3.16.0-rc1~2^2) the source file lookup
      is the first time we compute many on-demand structures that depend on
      the configuration name.  This caused the `$<CONFIG>` generator
      expression to evaluate to the upper-case configuration name in some
      cases where we used original-case before.
      
      Fix this by switching the source file lookup to the original-case config
      name.  Add a test covering the symptom that led to the discovery of this
      problem.
      
      Fixes: #20517
      3f976bf2
    • Brad King's avatar
      target_link_libraries: Fix regression in case of $<CONFIG> genex · 5a95b5e0
      Brad King authored
      Since commit b8626261 (Precompile headers: Add methods to generate PCH
      sources, 2019-07-13, v3.16.0-rc1~182^2~4) we look up source files for a
      target using an upper-case configuration even though an original-case
      name is sufficient.  Since commit 36ded610 (PCH: Generate sources
      during Compute step, 2019-10-05, v3.16.0-rc1~2^2) the source file lookup
      is the first time we compute many on-demand structures that depend on
      the configuration name.  This caused the `$<CONFIG>` generator
      expression to evaluate to the upper-case configuration name in some
      cases where we used original-case before.
      
      Fix this by switching the source file lookup to the original-case config
      name.  Add a test covering the symptom that led to the discovery of this
      problem.
      
      Fixes: #20517
      5a95b5e0
  11. Mar 29, 2020
  12. Mar 28, 2020
Loading