Skip to content
Snippets Groups Projects
  1. May 27, 2020
  2. May 19, 2020
  3. May 15, 2020
  4. May 14, 2020
  5. May 11, 2020
  6. May 09, 2020
  7. May 06, 2020
  8. May 05, 2020
  9. Apr 28, 2020
  10. Apr 27, 2020
  11. Apr 14, 2020
  12. Apr 10, 2020
  13. Apr 06, 2020
  14. Apr 01, 2020
  15. Mar 30, 2020
    • Brad King's avatar
      Merge branch 'backport-3.16-link-libs-config-case' into release-3.16 · 9fce9793
      Brad King authored
      Merge-request: !4544
      9fce9793
    • Brad King's avatar
      Merge branch 'aix-ExportImportList-install' into release-3.16 · 933d0691
      Brad King authored
      Merge-request: !4545
      933d0691
    • 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
      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
  16. Mar 26, 2020
Loading