summaryrefslogtreecommitdiffstats
path: root/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | Merge branch 'master' into jbrill-msvc-warnfixJoseph Brill2022-05-031-18/+18
| | |\ \ \ \ \ \ \
| | * | | | | | | | Rename internal notfound policy dictionary.Joseph Brill2022-05-021-5/+5
| | * | | | | | | | Fix set/get notfound policy to return policy symbol instead of internal polic...Joseph Brill2022-05-021-31/+59
| | * | | | | | | | Return previous policy when setting msvc notfound policyJoseph Brill2022-04-291-1/+3
| | * | | | | | | | Replace msvc_exists in tools exists functions for msvc tools with msvc_setup_...Joseph Brill2022-04-267-28/+328
| | * | | | | | | | Simplify msvc version not found exception messages by removing impossible com...Joseph Brill2022-04-241-21/+9
| | * | | | | | | | Rework exception message construction when a specified msvc version is not fo...Joseph Brill2022-04-241-21/+22
| | * | | | | | | | Merge branch 'master' into jbrill-msvc-warnfixJoseph Brill2022-04-151-4/+12
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Raise MSVCVersionNotFound exception instead of returning an empty/undefined d...Joseph Brill2022-04-121-8/+28
| | * | | | | | | | | Suppress warning for missing MSVC compiler for initial call to msvc_setup_env...Joseph Brill2022-04-111-3/+9
| * | | | | | | | | | added blurb about using NINJA_CMD_ARGS on scons command line when using ninja...William Deegan2022-06-132-1/+10
| * | | | | | | | | | Moved Variable() for NINJA_CMD_ARGS to options() functionWilliam Deegan2022-06-131-10/+9
| * | | | | | | | | | Added command line variable to pass ninja args through scons.Daniel Moody2022-06-072-2/+21
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | fixed sider complaintDaniel Moody2022-06-071-1/+1
* | | | | | | | | | improve help text slightlyDaniel Moody2022-06-071-1/+1
* | | | | | | | | | Added option to allow scons to determine if it should skip ninja regeneration.Daniel Moody2022-06-073-45/+110
|/ / / / / / / / /
* | | | | | | | | [ci skip] Add note to handle processes not dying properly by raising exceptio...William Deegan2022-06-031-0/+2
* | | | | | | | | Merge branch 'ninja_always_execute' of github.com:dmoody256/scons into ninja_...William Deegan2022-06-027-52/+70
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into ninja_always_executeWilliam Deegan2022-06-027-52/+70
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge pull request #4158 from dmoody256/shell_env_gen_listWilliam Deegan2022-06-013-5/+14
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| | | * | | | | | | | Updated SHELL_ENV_GENERATOR to be list of functions now called SHELL_ENV_GENE...Daniel Moody2022-05-243-5/+14
| | * | | | | | | | | Merge branch 'master' into 4162-python-311-unittestsMats Wichmann2022-05-3022-135/+401
| | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge pull request #4152 from jcbrill/jbrill-msvc-cachefixWilliam Deegan2022-05-261-1/+13
| | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | Issue warning for incompatible cache format and continue; file possibly overw...Joseph Brill2022-05-191-5/+9
| | | | * | | | | | | | | Raise exception for unexpected cache file formatJoseph Brill2022-05-171-1/+9
| | | | | |_|_|_|_|_|_|/ | | | | |/| | | | | | |
| | | * | | | | | | | | Fix review comments. [skip appveyor]Mats Wichmann2022-05-251-4/+6
| | | * | | | | | | | | Tweak the swig tool documentation [skip appveyor]Mats Wichmann2022-05-231-43/+34
| | | | |/ / / / / / / | | | |/| | | | | | |
| | * | | | | | | | | Fix some Py 3.11 depr warns in testsMats Wichmann2022-05-302-2/+6
| | | |_|_|_|_|/ / / | | |/| | | | | | |
* | | | | | | | | | Fix sider complaintsWilliam Deegan2022-06-021-2/+1
|/ / / / / / / / /
* | | | | | | | | Move logic which waits for a process to die into SCons.Util wait_for_process_...William Deegan2022-06-021-27/+2
* | | | | | | | | Merge branch 'master' into ninja_always_executeDaniel Moody2022-05-248-28/+164
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge remote-tracking branch 'upstream/master' into feature/minor_java_improv...William Deegan2022-05-224-17/+152
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | Merge pull request #4111 from mwichmann/msvc/cachefixWilliam Deegan2022-05-152-7/+38
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | | * | | | | | Drop leading '.' from cachefile nameMats Wichmann2022-05-151-1/+1
| | | * | | | | | Add comments describing reason for data structure conversion to/from jsonJoseph Brill2022-05-151-0/+6
| | | * | | | | | Change cache key to tuple and read/write list of dictionaries to jsonJoseph Brill2022-05-152-3/+5
| | | * | | | | | Merge branch 'master' into msvc/cachefixWilliam Deegan2022-05-1518-382/+764
| | | |\ \ \ \ \ \ | | | | | |_|_|_|/ | | | | |/| | | |
| | | * | | | | | Merge branch 'master' into msvc/cachefixWilliam Deegan2022-03-2920-86/+785
| | | |\ \ \ \ \ \
| | | * | | | | | | Fix use of too-new (Py 3.8) pathlib featureMats Wichmann2022-03-201-1/+3
| | | * | | | | | | PR 4111: tweak msvc cache invalid algorithmMats Wichmann2022-03-121-9/+14
| | | * | | | | | | MSVS_CACHE: Reword the CHANGES and RELEASE entriesMats Wichmann2022-03-111-3/+6
| | | * | | | | | | Tweak the MSVC environment vars cacheMats Wichmann2022-03-082-2/+15
| | * | | | | | | | Merge branch 'master' into jbrill-msvc-usesettingsWilliam Deegan2022-05-153-9/+7
| | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge branch 'master' into jbrill-msvc-vscomntoolsJoseph Brill2022-05-1513-63/+188
| | | |\ \ \ \ \ \ \ \ | | | | | |_|/ / / / / | | | | |/| | | | | |
| | | * | | | | | | | Propagate OS and windir environment variables to msvc batch file environmentJoseph Brill2022-05-041-0/+2
| | | * | | | | | | | Combine the msvc 7.1-7.0 and 6.0 batch file clauses following conflict resolu...Joseph Brill2022-05-041-5/+1
| | | * | | | | | | | Merge branch 'master' into jbrill-msvc-vscomntoolsJoseph Brill2022-05-032-274/+519
| | | |\ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / | | | | |/| | | | | |
| | | * | | | | | | | Merge branch 'master' into jbrill-msvc-vscomntoolsJoseph Brill2022-05-031-18/+18
| | | |\ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|/ | | | | |/| | | | | |
| | | * | | | | | | | Merge branch 'master' into jbrill-msvc-vscomntoolsJoseph Brill2022-04-151-4/+12
| | | |\ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|/ | | | | |/| | | | | |
| | | * | | | | | | | Merge branch 'master' into jbrill-msvc-vscomntoolsJoseph Brill2022-04-1011-97/+735
| | | |\ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|/ | | | | |/| | | | | |