summaryrefslogtreecommitdiffstats
path: root/SCons/Tool/MSCommon/MSVC/Config.py
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in Config.py initialization and rework support for MsvcQueryVersionTo...Joseph Brill2024-05-281-1/+1
* Fix issue #4543: Add support for msvc toolset versions 14.4x for msvc buildto...Joseph Brill2024-05-271-36/+99
* Merge branch 'master' into HEADJoseph Brill2024-01-071-2/+1
* "Modernize" to Python 3.6 via toolMats Wichmann2023-08-041-2/+2
* refactore to avoid shadowing 'bool' changed variable name to bool_valWilliam Deegan2022-07-241-5/+5
* Fix sider issues.Joseph Brill2022-07-091-1/+1
* Rework version convenience functions. Add additional tests.Joseph Brill2022-07-091-18/+17
* Add msvc script error global policy and construction variable. Move msvc not ...Joseph Brill2022-07-051-46/+52
* Use msvc version prefix instead of version prefix for internal dictionary loo...Joseph Brill2022-06-291-1/+1
* Additional validation for MSVC_SDK_VERSION and MSVC_SPECTRE_LIBS. Adjust doc...Joseph Brill2022-06-281-0/+27
* Move verify invocation to last line of vc.py. Add verify method to Config mo...Joseph Brill2022-06-271-0/+15
* Cleanup MSCommon/vc imports and move Dispatcher imports and registrationJoseph Brill2022-06-201-1/+1
* Refactor recent portions of vc.py into MSVC moduleJoseph Brill2022-06-201-0/+284