Skip to content
Snippets Groups Projects
  1. Mar 24, 2021
  2. Mar 17, 2021
  3. Mar 16, 2021
  4. Mar 15, 2021
  5. 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
  6. Mar 10, 2021
  7. Mar 08, 2021
  8. Feb 24, 2021
  9. Feb 23, 2021
    • Brad King's avatar
      Merge branch 'ninja-status-stderr' into release-3.19 · 289ab61f
      Brad King authored
      Merge-request: !5850
      289ab61f
    • Brad King's avatar
      Tests: Update for upstream ninja change to write status on stderr · d33c2c93
      Brad King authored
      Upstream ninja commit `ad3d29fb53` (Put builder output through status
      interface) from ninja PR 1899 changed the status output from stdout to
      stderr.  In particular, `ninja: no work to do` is now printed on stderr.
      Update our RunCMake tests to accept this difference.
      
      A few RunCMake test cases check for `ninja: no work to do`.  For those,
      move the message to stdout using `RunCMake_TEST_OUTPUT_MERGE`.  The rest
      of the test cases do not care about the message, so remove it from the
      actual stderr content before comparing against that expected.
      d33c2c93
  10. Feb 18, 2021
  11. Feb 16, 2021
  12. Feb 15, 2021
  13. Feb 14, 2021
  14. Feb 11, 2021
  15. Feb 10, 2021
  16. Feb 09, 2021
  17. Feb 08, 2021
Loading