summaryrefslogtreecommitdiffstats
path: root/SCons/Tool/MSCommon/MSVC/ScriptArguments.py
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in Config.py initialization and rework support for MsvcQueryVersionTo...Joseph Brill2024-05-281-0/+8
* Fix issue #4543: Add support for msvc toolset versions 14.4x for msvc buildto...Joseph Brill2024-05-271-57/+78
* MSVC: detection fixes and changesJoseph Brill2023-09-081-5/+47
* More conversions: {repr(var)} -> {var!r}Mats Wichmann2023-08-041-2/+2
* "Modernize" to Python 3.6 via toolMats Wichmann2023-08-041-12/+12
* Add some cheap return and parameter annotationsMats Wichmann2023-05-011-11/+11
* Minor tweaks for readability and consistency.Joseph Brill2022-07-181-6/+9
* Add special case for msvc 14.0 and store/uwp specified via script args and sd...Joseph Brill2022-07-181-20/+24
* Add function to return toolsets with spectre libs folder (target may not be i...Joseph Brill2022-07-171-1/+22
* Return previous policy when setting default argument policy. Add more tests.Joseph Brill2022-07-161-4/+5
* Rework special case for 9.0 VCForPython handling (vc dir and batchfile locati...Joseph Brill2022-07-141-0/+7
* Move toolset version regexes to utility module. Rename default version method.Joseph Brill2022-07-091-33/+15
* Rework version convenience functions. Add additional tests.Joseph Brill2022-07-091-2/+4
* Add msvc script error global policy and construction variable. Move msvc not ...Joseph Brill2022-07-051-64/+109
* Fix Util.py docstring for listdir_dirs. Minor update to reading sxs toolsets...Joseph Brill2022-06-301-32/+32
* Add 14.0 toolset registry check as done in msvc vsvars140.bat.Joseph Brill2022-06-291-1/+18
* Use msvc version prefix instead of version prefix for internal dictionary loo...Joseph Brill2022-06-291-1/+1
* Fix sider issue.Joseph Brill2022-06-281-1/+1
* Additional validation for MSVC_SDK_VERSION and MSVC_SPECTRE_LIBS. Adjust doc...Joseph Brill2022-06-281-58/+204
* Rework SxS toolset version support and vcvars bug fix handling. Update MSVC_...Joseph Brill2022-06-271-18/+63
* Reorder function declarationsJoseph Brill2022-06-221-23/+23
* Move SCONS_CACHE_MSVC_FORCE_DEFAULTS environment variable query to MSCommon a...Joseph Brill2022-06-211-11/+7
* Consider MSVC_TOOLSET_VERSION specification intent to use msvc tools. Update...Joseph Brill2022-06-211-4/+5
* Add internal, undocumented SCONS_CACHE_MSVC_FORCE_DEFAULTS environment variab...Joseph Brill2022-06-211-0/+22
* Suppress sider imported but unused for namespace. Restrict MSVC_UWP_APP boole...Joseph Brill2022-06-211-5/+8
* Add global for cache reset (classmethod to module omission) and remove duplic...Joseph Brill2022-06-211-0/+2
* Cleanup MSCommon/vc imports and move Dispatcher imports and registrationJoseph Brill2022-06-201-1/+2
* Refactor recent portions of vc.py into MSVC moduleJoseph Brill2022-06-201-0/+733