summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | Fix msvc notfound policy module path for testJoseph Brill2022-06-201-1/+1
| * | | 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-1634-672/+1452
| |\ \ \
| * | | | 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
| * | | | Fix sider complaintsJoseph Brill2022-06-121-4/+4
| * | | | Initial support for msvc batch file argumentsJoseph Brill2022-06-121-17/+474
* | | | | Merge pull request #4194 from mwichmann/issue/lex-yacc-filesWilliam Deegan2022-07-2010-34/+227
|\ \ \ \ \
| * | | | | LEX_TABLE_FILE -> LEX_TABLES_FILEWilliam Deegan2022-07-205-10/+10
| * | | | | Move LEXHEADERFILE, LEXTABLEFILE, YACCHEADERFILE, YACCGRAPHFILE -> separated ...William Deegan2022-07-208-42/+43
| * | | | | Add lex/yacc filegen consvarsMats Wichmann2022-07-1910-35/+227
|/ / / / /
* | | | | Merge pull request #4191 from mwichmann/maint/no-load-moduleWilliam Deegan2022-07-199-102/+140
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into maint/no-load-moduleWilliam Deegan2022-07-1933-277/+710
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #4183 from mwichmann/maint/lex_yaccWilliam Deegan2022-07-1930-261/+665
|\ \ \ \ \ \
| * | | | | | Sider fixesMats Wichmann2022-06-303-7/+4
| * | | | | | Improvements to lex and yacc toolsMats Wichmann2022-06-3030-261/+668
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #4192 from mwichmann/doc/exec_envWilliam Deegan2022-07-191-15/+32
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | [manpage] more on execution environment [skip appveyor]Mats Wichmann2022-07-181-15/+32
* | | | | | Merge pull request #4184 from platformio/masterWilliam Deegan2022-07-173-1/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Conditional C/C++ Preprocessor: Strip shell's backslashes from the computed i...Ivan Kravets2022-07-063-1/+13
| |/ / / /
| | * | | load_module work: back off zipimport changesMats Wichmann2022-07-196-17/+30
| | * | | zip module loading: fallback for older PythonsMats Wichmann2022-07-172-6/+19
| | * | | Fix sider-discovered problemsMats Wichmann2022-07-173-2/+7
| | * | | Stop using deprecated load_moduleMats Wichmann2022-07-178-103/+110
| |/ / / |/| | |
* | | | Merge pull request #4189 from mwichmann/test/311-smart-errorsWilliam Deegan2022-07-151-0/+1
|\ \ \ \
| * | | | Ajust test for 3.11+ enhanced error messagesMats Wichmann2022-07-131-0/+1
|/ / / /
* | | | Merge pull request #4186 from mwichmann/test/drop-old-exc-msgsWilliam Deegan2022-07-086-84/+45
|\ \ \ \