Skip to content
Snippets Groups Projects
  1. Apr 06, 2021
  2. Apr 05, 2021
  3. Apr 02, 2021
  4. Apr 01, 2021
  5. Mar 31, 2021
  6. Mar 24, 2021
  7. Mar 17, 2021
  8. Mar 16, 2021
  9. Mar 15, 2021
  10. Mar 12, 2021
    • Brad King's avatar
      Merge branch 'vs-toolset-version' into release-3.19 · c540b611
      Brad King authored
      Merge-request: !5903
      c540b611
    • Brad King's avatar
      VS: Accept and translate '-T version=' values with three components · 30c83542
      Brad King authored
      The VS 16.8 and VS 16.9 toolset versions differ only in their third
      component.  The `vcvarsall` option `-vcvars_ver=` accepts a three
      component version, so accept this format for VS toolset selection too.
      
      Issue: #21922
      30c83542
    • Brad King's avatar
      VS: Fix '-T version=14.28' under VS 16.9 · 58a50a3a
      Brad King authored
      CMake accepts the toolset version that is default in the current VS
      version by matching the name later VS versions will use for the SxS
      props files.  It predicts the future name based on the first two
      components of the current VS version's default toolset.  However, this
      heuristic breaks naming the VS 16.8 toolset version 14.28 under VS 16.9
      because the latter's default toolset version is 14.28.29910, which did
      not increment the second version component (unprecedented in VS).
      
      Fix this by always using the requested version's SxS props file when it
      exists, even if it matches the first two components of the current VS
      version's default toolset.  Also add a special case for the name VS
      16.10 will use for VS 16.9's default toolset, so that it can be used
      with VS 16.9 too.
      
      Fixes: #21922
      58a50a3a
    • Brad King's avatar
  11. Mar 10, 2021
  12. Mar 08, 2021
  13. Feb 24, 2021
Loading