summaryrefslogtreecommitdiffstats
path: root/SCons
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge pull request #4181 from mwichmann/doc/strfunctionWilliam Deegan2022-06-252-53/+76
| |\
| | * Minor edits. Link to Action Objects instead of just referencing it, and remov...William Deegan2022-06-251-1/+1
| | * Doc wordsmithing - actions [skip appveyor]Mats Wichmann2022-06-182-53/+76
| * | Merge pull request #4168 from dmoody256/lex_space_argsWilliam Deegan2022-06-251-6/+9
| |\ \
| | * | updated blurb in CHANGES.txt and RELEASE.txt to indicate more specifically wh...William Deegan2022-06-251-5/+8
| | * | Merge branch 'master' into lex_space_argsWilliam Deegan2022-06-169-96/+178
| | |\ \ | | | |/
| | * | Merge branch 'master' into lex_space_argsWilliam Deegan2022-06-1417-94/+663
| | |\ \
| | * | | Updated lex emitter to respect escaped spaces when climbing out of a the SCos...Daniel Moody2022-06-061-1/+1
| * | | | Restore convars to gfortran doc, add to g77 [ci skip]Mats Wichmann2022-06-172-1/+37
| * | | | Fix PR review issuesMats Wichmann2022-06-161-8/+8
| * | | | Fortran vairants now include FORTRANCOMMONFLAGSMats Wichmann2022-06-1613-153/+143
| | |_|/ | |/| |
* | | | 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
|\ \ \ \ | |/ / /
| * | | Merge pull request #4178 from bdbaddog/trivial_fortran_cleanupWilliam Deegan2022-06-155-49/+64
| |\ \ \
| | * | | [ci skip] docstring cleanup per mwichmannWilliam Deegan2022-06-154-4/+4
| | * | | trivial cleanups. Change internal flag in internal methods from 0/1 to True/F...William Deegan2022-06-155-48/+63
| | | |/ | | |/|
| * | | added message to test failure, and removed unneeded import SCons in fixture s...William Deegan2022-06-151-1/+1
| * | | Fixed typoWilliam Deegan2022-06-141-2/+2
| * | | Fix typoWilliam Deegan2022-06-141-1/+2
| * | | Merge branch 'master' into ninja_determinismWilliam Deegan2022-06-1417-94/+663
| |\ \ \ | | |/ /
| | * | Merge pull request #4170 from dmoody256/ninja_exit_daemonWilliam Deegan2022-06-144-4/+31
| | |\ \
| | | * | Fixed some typos. Added skip_test() if psutil is not present for new test. Ad...William Deegan2022-06-142-4/+4
| | | * | Merge branch 'master' into ninja_exit_daemonWilliam Deegan2022-06-1412-70/+607
| | | |\ \
| | | * | | install psutil for testing and fix sider complaintsDaniel Moody2022-06-072-2/+2
| | | * | | Added new alias 'shutdown-ninja-scons-daemon' to allow ninja to shutdown the ...Daniel Moody2022-06-074-2/+29
| | | | |/ | | | |/|