Skip to content
Snippets Groups Projects
  1. Apr 10, 2020
  2. Apr 06, 2020
  3. Apr 01, 2020
  4. 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
  5. Mar 26, 2020
  6. Mar 19, 2020
  7. Mar 12, 2020
  8. Mar 06, 2020
  9. Mar 05, 2020
  10. Mar 04, 2020
  11. Feb 27, 2020
  12. Feb 26, 2020
  13. Feb 24, 2020
  14. Feb 12, 2020
  15. Feb 11, 2020
  16. Feb 10, 2020
  17. Feb 06, 2020
  18. Feb 05, 2020
  19. Feb 04, 2020
Loading