Skip to content
Snippets Groups Projects
  1. Mar 04, 2022
  2. Mar 03, 2022
  3. Feb 28, 2022
  4. Feb 17, 2022
  5. Feb 15, 2022
  6. Feb 14, 2022
  7. Feb 09, 2022
  8. Feb 08, 2022
  9. Feb 03, 2022
    • Brad King's avatar
      Merge branch 'default-extensions' into release-3.22 · d60647a5
      Brad King authored
      Merge-request: !6949
      d60647a5
    • Brad King's avatar
      CompilerId: Fix default extensions check for Clang targeting MSVC ABI · 4ef6e27c
      Brad King authored
      In commit fc3a1cbd (CompilerID: Compiler extensions default detection,
      2021-05-29, v3.22.0-rc1~52^2~2), extensions were assumed to be `OFF`
      for Clang targeting the MSVC ABI.  However, the `clang` and `clang++`
      tools both seem to have extensions enabled by default even when
      targeting the MSVC ABI.
      
      This can be observed with the `RunCMake.CompileFeatures` test.
      It fails with the GNU-like `clang/clang++` front-end, but removing
      the above special case makes it pass.  The test passes either way
      with the MSVC-like `clang-cl` front-end.
      4ef6e27c
  10. Feb 01, 2022
  11. Jan 31, 2022
Loading