Skip to content
Snippets Groups Projects
  1. Apr 22, 2019
  2. Apr 19, 2019
    • Brad King's avatar
      Merge branch 'vs-default-platform' into release-3.14 · cb733eb4
      Brad King authored
      Merge-request: !3246
      cb733eb4
    • Brad King's avatar
      VS: Provide the default platform name to project code · db02be85
      Brad King authored
      The value of `CMAKE_VS_PLATFORM_NAME` is computed by Visual Studio
      generators based on `CMAKE_GENERATOR_PLATFORM` or some default.
      Prior to the VS 2019 generator, the default was always `Win32`.
      However, for the `Visual Studio 16 2019` generator, the default is
      based on the host platform.
      
      Store the default in a new `CMAKE_VS_PLATFORM_NAME_DEFAULT` variable for
      use by project code.  This is particularly useful in toolchain files
      because they are allowed to set `CMAKE_GENERATOR_PLATFORM` and so
      `CMAKE_VS_PLATFORM_NAME` is not yet known.  Of course the toolchain file
      author knows whether it will set `CMAKE_GENERATOR_PLATFORM`, and if not
      then `CMAKE_VS_PLATFORM_NAME_DEFAULT` provides the platform name that
      will be used.
      
      Fixes: #19177
      db02be85
  3. Apr 17, 2019
  4. Apr 16, 2019
  5. Apr 15, 2019
  6. Apr 12, 2019
  7. Apr 11, 2019
  8. Apr 09, 2019
  9. Apr 08, 2019
  10. Apr 04, 2019
  11. Apr 03, 2019
    • Brad King's avatar
      ARMCC: Do not identify ARMClang as ARMCC · f28e7fc1
      Brad King authored
      Since commit 8f8d0560 (ARMCC: Fix identification of ARM compiler when
      it defines GNU macros, 2019-03-20, v3.14.1~10^2) we consider ARMCC
      before Clang or GNU compilers.  Since armclang also defines
      `__ARMCC_VERSION` it is now mistaken for ARMCC.  Extend the check for
      ARMCC to also verify that `__clang__` is not defined.
      
      Issue: #19065
      f28e7fc1
    • Brad King's avatar
      MSVC: Fix MSVC_TOOLSET_VERSION for VS 2019 v142 toolset · d8cf8380
      Brad King authored
      This was forgotten in commit 626c51f4 (VS: Update for Visual Studio
      2019 Preview 2, 2019-01-24, v3.14.0-rc1~74^2) when the toolset was
      first renumbered to `v142`.
      
      Issue: #19125
      d8cf8380
  12. Mar 29, 2019
  13. Mar 28, 2019
  14. Mar 27, 2019
Loading