summaryrefslogtreecommitdiffstats
path: root/SCons
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into ninja_exit_daemonWilliam Deegan2022-06-1412-70/+607
|\
| * Fix sider complaintsWilliam Deegan2022-06-131-1/+0
| * Merge branch 'master' into ninja_command_line_argsWilliam Deegan2022-06-139-66/+577
| |\
| | * Merge branch 'master' into jbrill-msvc-warnfixJoseph Brill2022-06-1013-267/+480
| | |\
| | | * Merge pull request #4172 from mwichmann/doc/fortrancomWilliam Deegan2022-06-091-17/+26
| | | |\
| | | | * doc: FORTRANCOM doesn't include cpp vars [skip appveyor]Mats Wichmann2022-06-091-17/+26
| | * | | Refine conditions for intent to use msvc toolsJoseph Brill2022-06-101-4/+26
| | * | | Update MSVC_NOTFOUND_POLICY documentationJoseph Brill2022-06-081-9/+24
| | * | | Add preliminary docstrings for set_msvc_notfound_policy and get_msvc_notfound...Joseph Brill2022-06-081-0/+14
| | * | | Update MSVC_NOTFOUND_POLICY documentationJoseph Brill2022-06-081-2/+20
| | * | | Update MSVC_NOTFOUND_POLICY documentationJoseph Brill2022-06-061-9/+9
| | * | | Update MSVC_NOTFOUND_POLICY documentationJoseph Brill2022-06-061-5/+16
| | * | | Update MSVC_NOTFOUND_POLICY documentationJoseph Brill2022-06-061-2/+2
| | * | | Update MSVC_NOTFOUND_POLICY documentationJoseph Brill2022-06-061-9/+35
| | * | | Add Blurb for MSVC_NOTFOUND_POLICYWilliam Deegan2022-06-061-0/+24
| | * | | Merge branch 'master' into jbrill-msvc-warnfixJoseph Brill2022-06-0114-144/+414
| | |\ \ \
| | * | | | Treat environment notfound policy set to None the same as if undefined (defau...Joseph Brill2022-05-191-6/+13
| | * | | | Change notfound policy parallel variables to namedtuple.Joseph Brill2022-05-191-48/+69
| | * | | | [ci skip] fix sider complaint. Reformat. Update file header to current standardWilliam Deegan2022-05-181-22/+22
| | * | | | Merge branch 'master' into jbrill-msvc-warnfixJoseph Brill2022-05-162-7/+38
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into jbrill-msvc-warnfixJoseph Brill2022-05-154-10/+114
| | |\ \ \ \ \
| | * | | | | | Hard-code tool name instead of deriving from file nameJoseph Brill2022-05-155-5/+5
| | * | | | | | Merge branch 'master' into jbrill-msvc-warnfixJoseph Brill2022-05-1520-170/+377
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' into jbrill-msvc-warnfixJoseph Brill2022-05-042-274/+516
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ 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
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | 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
|/ / / / / / / / / /
* | | | | | | | | | Update ActionTests for Python 3.11Mats Wichmann2022-06-041-159/+185
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | [ci skip] Add note to handle processes not dying properly by raising exceptio...William Deegan2022-06-032-0/+3
* | | | | | | | | Merge branch 'ninja_always_execute' of github.com:dmoody256/scons into ninja_...William Deegan2022-06-0213-149/+209
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into ninja_always_executeWilliam Deegan2022-06-0213-149/+209
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge pull request #4158 from dmoody256/shell_env_gen_listWilliam Deegan2022-06-015-16/+66
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| | | * | | | | | | | Updated CHANGES/RELEASE to be a bit simpler. Fixed typo in docs for SHELL_ENV...William Deegan2022-06-012-6/+12
| | | * | | | | | | | fix missing f stringDaniel Moody2022-05-271-1/+1
| | | * | | | | | | | move ENV copy to more optimal locationDaniel Moody2022-05-241-1/+1
| | | * | | | | | | | removed auto typeDaniel Moody2022-05-241-1/+0
| | | * | | | | | | | fix sider complaintDaniel Moody2022-05-241-1/+2
| | | * | | | | | | | Updated SHELL_ENV_GENERATOR to be list of functions now called SHELL_ENV_GENE...Daniel Moody2022-05-245-16/+60