summaryrefslogtreecommitdiffstats
path: root/SCons
Commit message (Expand)AuthorAgeFilesLines
...
| * | Change to individual imports with noqa F401 to appease sider/flake8.Joseph Brill2022-07-051-22/+19
| * | Rename msvc functions for consistency. Make additional msvc functions and ex...Joseph Brill2022-07-053-18/+35
| * | Remove API module and import exceptions and global policy functionsJoseph Brill2022-07-055-57/+13
| * | Revert from MSVCNotFoundWarning back to VisualCMissingWarning (test failures).Joseph Brill2022-07-052-6/+1
| * | Add msvc script error global policy and construction variable. Move msvc not ...Joseph Brill2022-07-0511-278/+934
| * | Fix: make MSCommon logger to be independent of root logger.Joseph Brill2022-07-011-4/+4
| * | Fix Util.py docstring for listdir_dirs. Minor update to reading sxs toolsets...Joseph Brill2022-06-302-42/+48
| * | Add 14.0 toolset registry check as done in msvc vsvars140.bat.Joseph Brill2022-06-293-2/+21
| * | Use msvc version prefix instead of version prefix for internal dictionary loo...Joseph Brill2022-06-293-3/+3
| * | Fix sider issue.Joseph Brill2022-06-281-1/+1
| * | Additional validation for MSVC_SDK_VERSION and MSVC_SPECTRE_LIBS. Adjust doc...Joseph Brill2022-06-286-77/+299
| * | Add docstrings to MSVC/Util.py methods.Joseph Brill2022-06-271-0/+30
| * | Move verify invocation to last line of vc.py. Add verify method to Config mo...Joseph Brill2022-06-274-5/+52
| * | Rework SxS toolset version support and vcvars bug fix handling. Update MSVC_...Joseph Brill2022-06-272-32/+88
| * | Set global lxml etree XSLT maximum traversal depth. Update generated document...Joseph Brill2022-06-261-0/+12
| * | Merge branch 'master' into jbrill-msvc-batchargsJoseph Brill2022-06-2616-198/+250
| |\ \
| * | | Minor documentation update based on stress tests [ci skip]Joseph Brill2022-06-251-4/+6
| * | | Documentation updates [ci skip]Joseph Brill2022-06-241-82/+117
| * | | Construction variable documentation additions and modifications.Joseph Brill2022-06-231-11/+542
| * | | Reorder function declarationsJoseph Brill2022-06-221-23/+23
| * | | Remove MSVC_TOOLSET_VERSION from intent to use msvc tools (attached to defaul...Joseph Brill2022-06-211-7/+1
| * | | Remove debug messages that by default are noisy.Joseph Brill2022-06-212-7/+2
| * | | Move SCONS_CACHE_MSVC_FORCE_DEFAULTS environment variable query to MSCommon a...Joseph Brill2022-06-212-11/+12
| * | | Fix sider issueJoseph Brill2022-06-211-1/+1
| * | | Add comment and import one-by-one for msvc notfound policy and flake8 F401Joseph Brill2022-06-211-4/+3
| * | | Update flake8 F401 placementJoseph Brill2022-06-211-3/+3
| * | | Comment out BatchFileExecutionWarning definition and invocation.Joseph Brill2022-06-211-3/+3
| * | | Consider MSVC_TOOLSET_VERSION specification intent to use msvc tools. Update...Joseph Brill2022-06-212-8/+17
| * | | 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-213-15/+18
| * | | Add global for cache reset (classmethod to module omission) and remove duplic...Joseph Brill2022-06-213-2/+4
| * | | Cleanup MSCommon/vc imports and move Dispatcher imports and registrationJoseph Brill2022-06-2010-18/+18
| * | | Fix typo in module nameJoseph Brill2022-06-201-1/+1
| * | | Refactor recent portions of vc.py into MSVC moduleJoseph Brill2022-06-2012-1627/+1968
| * | | Fix windows SDK referenceJoseph Brill2022-06-201-1/+1
| * | | Rename _Const to _Config. Rework msvc sdk version function. Minor cleanup.Joseph Brill2022-06-202-32/+37
| * | | Update boolean symbolsJoseph Brill2022-06-171-5/+8
| * | | Remove unnecessary variable initializationJoseph Brill2022-06-161-2/+0
| * | | Rename Manager to DispatcherJoseph Brill2022-06-161-6/+6
| * | | Merge branch 'master' into jbrill-msvc-batchargsJoseph Brill2022-06-1615-124/+264
| |\ \ \
| * | | | Add dispatch class for reset and verify methods. Verify data structure consi...Joseph Brill2022-06-161-44/+144
| * | | | Update commentsJoseph Brill2022-06-161-2/+1
| * | | | Rename msvc batch platform (uwp/store/desktop) to platform_type.Joseph Brill2022-06-161-26/+24
| * | | | Add SDK version support and validate all arguments.Joseph Brill2022-06-161-348/+731
| * | | | Change IOError to OSErrorJoseph Brill2022-06-141-2/+2
| * | | | Disable MSVC_TOOLSET_DEFAULT_VCVARSVERJoseph Brill2022-06-141-1/+1
| * | | | Convert SortOrder class to enumJoseph Brill2022-06-141-5/+7
| * | | | Detect multiple declarations between MSVC_SCRIPT_ARGS and new variables. Sor...Joseph Brill2022-06-141-58/+195
| * | | | Expand data structures and rework version comparisons and messages.Joseph Brill2022-06-131-131/+365
| * | | | Convert VS constants to namedtuples. Update debug message content.Joseph Brill2022-06-121-46/+62