Skip to content
Snippets Groups Projects
  1. Mar 29, 2019
  2. Mar 28, 2019
  3. Mar 27, 2019
  4. Mar 26, 2019
  5. Mar 25, 2019
    • Brad King's avatar
      Merge branch 'toolchain-include_directories' into release-3.14 · c22a2b49
      Brad King authored
      Merge-request: !3140
      c22a2b49
    • Brad King's avatar
      Restore support for include_directories() in toolchain files · 588fa1bb
      Brad King authored
      Any `include_directories()` calls in toolchain files are used during our
      ABI detection step even though it does not include any system headers.
      Since commit 5990ecb7 (Compute implicit include directories from
      compiler output, 2018-12-07, v3.14.0-rc1~108^2), that check is also used
      to detect implicit include directories.  Any `include_directories()` in
      a toolchain file are detected as implicit and later excluded from
      explicit specification on compiler command lines, thus breaking the
      purpose of the calls in the first place.
      
      Fix the implicit include directory detection step to avoid using paths
      from `include_directories()` calls in the toolchain file.
      
      Fixes: #19079
      588fa1bb
  6. Mar 21, 2019
  7. Mar 20, 2019
  8. Mar 14, 2019
  9. Mar 12, 2019
  10. Mar 08, 2019
  11. Mar 07, 2019
  12. Mar 06, 2019
Loading