You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
waf/waflib
Andrew Malachowski 7b61ad7d0d Support MSVC side-by-side (SxS) installs
Provides an extension to the msvc tool to allow for Waf projects
to configure against side-by-side installations of Visual Studio
and the Windows SDK. The extension implements discovery in a naive
method by scraping the toolset version from directory names in
existing installations identified by vswhere. This process was
simpler comparatively to trying to enumerate the component ids in
other fashions as the ids are not well documented and have been
inconsistently named over the versions supported (see re_sxs_ids).

See:
  https://learn.microsoft.com/en-us/visualstudio/install/install-visual-studio-versions-side-by-side?view=vs-2022
  https://learn.microsoft.com/en-us/visualstudio/install/tools-for-managing-visual-studio-instances?view=vs-2022
3 months ago
..
Tools Fix MSVC version sort 3 months ago
extras Support MSVC side-by-side (SxS) installs 3 months ago
Build.py Remove top/out/progress_bar options if necessary 6 months ago
ConfigSet.py Fix a few deprecation warnings 6 years ago
Configure.py Remove other options if necessary 6 months ago
Context.py waf-2.1.5 3 months ago
Errors.py Update docs for 2018 7 years ago
Logs.py Python 2 encoding enhancements - Issue 2230 6 years ago
Node.py Undo parentheses escaping in ant_glob 6 years ago
Options.py Remove other options if necessary 6 months ago
Runner.py Change _add_task to add_task in Runner.py - part 2 1 year ago
Scripting.py Remove old __future references__ 6 months ago
Task.py Remove the metaclass hierarchy in Python 2 6 years ago
TaskGen.py Update more examples 12 months ago
Utils.py Remove old __future references__ 6 months ago
__init__.py Update docs for 2018 7 years ago
ansiterm.py Lock wafcache on non-posix systems 1 year ago
fixpy2.py Due to arparse, Python >= 2.7 is now required 12 months ago
processor.py Disable preforked processes on mingw-python 7 months ago