summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | | | * | Added test for NINJA_CMD_ARGS="-v -j3" (contains two arguments for ninja)William Deegan2022-06-131-0/+4
| | | | | | | | | | | * | Added test for test.run()'s arguments set to a dict which will expand into KE...William Deegan2022-06-132-66/+16
| | | | | | | | | | | * | 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-075-3/+26
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
| | | | | | | | | | | * 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-078-46/+241
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #4166 from mwichmann/maint/action-311supWilliam Deegan2022-06-051-159/+185
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Update ActionTests for Python 3.11Mats Wichmann2022-06-041-159/+185
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #4165 from bdbaddog/fix_ninja_tests_skipsWilliam Deegan2022-06-031-0/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | If no newline at end of message supplied to skip_test(), then we write one to...William Deegan2022-06-031-0/+2
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #4140 from dmoody256/ninja_always_executeWilliam Deegan2022-06-0315-98/+469
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [ci skip] Added blurb about ninja restarting the scons daemon if it detects n...William Deegan2022-06-031-2/+7
| * | | | | | | | | | [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-0237-693/+791
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'master' into ninja_always_executeWilliam Deegan2022-06-0237-693/+791
| | |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4158 from dmoody256/shell_env_gen_listWilliam Deegan2022-06-019-31/+99
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | Updated CHANGES/RELEASE to be a bit simpler. Fixed typo in docs for SHELL_ENV...William Deegan2022-06-015-13/+25
| * | | | | | | | | | | fix missing f stringDaniel Moody2022-05-271-1/+1
| * | | | | | | | | | | collapsed related CHANGES commentsDaniel Moody2022-05-272-12/+6
| * | | | | | | | | | | 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-249-25/+87
* | | | | | | | | | | | Merge pull request #4164 from mwichmann/test/update-sleep-usageWilliam Deegan2022-05-3116-461/+378
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix sider-detected typo in test changeMats Wichmann2022-05-311-1/+1
| * | | | | | | | | | | | Normalize use of test.sleep()Mats Wichmann2022-05-3116-461/+378
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #4163 from mwichmann/4162-python-311-unittestsWilliam Deegan2022-05-317-8/+22
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into 4162-python-311-unittestsMats Wichmann2022-05-3053-451/+1815
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #4150 from mwichmann/docs/variantdirWilliam Deegan2022-05-262-84/+81
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | SConscript doc tweaks per #4150 review comments [skip appveyor]Mats Wichmann2022-05-261-2/+3
| * | | | | | | | | | | | | Typo fix [ci skip]Mats Wichmann2022-05-251-2/+2
| * | | | | | | | | | | | | Further tweak of VariantDir doc [skip appveyor]Mats Wichmann2022-05-251-9/+6
| * | | | | | | | | | | | | Fix grammar error ("the the") [ci skip]Mats Wichmann2022-05-251-1/+1
| * | | | | | | | | | | | | A little more work on Sconscript() documentation [skip appveyor]Mats Wichmann2022-05-252-25/+30
| * | | | | | | | | | | | | Try to improve variantdir docs [skip appveyor]Mats Wichmann2022-05-252-63/+57
* | | | | | | | | | | | | | 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
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #4157 from mwichmann/doc/swigWilliam Deegan2022-05-252-45/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix review comments. [skip appveyor]Mats Wichmann2022-05-251-4/+6
| * | | | | | | | | | | | | Tweak the swig tool documentation [skip appveyor]Mats Wichmann2022-05-232-44/+35
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #4159 from mwichmann/doc/man-node-objectsWilliam Deegan2022-05-252-63/+160
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Add to description of Node Objects [skip appveyor]Mats Wichmann2022-05-242-63/+160
|/ / / / / / / / / / / /
| | * | | | | | | | | | Fix some Py 3.11 depr warns in testsMats Wichmann2022-05-307-8/+22
| | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| | | * | | | | | | | Fix sider complaintsWilliam Deegan2022-06-021-2/+1
| | | |/ / / / / / /
| | | * | | | | | | Updated ninja docs in users guilde.William Deegan2022-06-022-14/+42
| | | * | | | | | | Updated CHANGES/RELEASE contentsWilliam Deegan2022-06-022-14/+17
| | | * | | | | | | Move logic which waits for a process to die into SCons.Util wait_for_process_...William Deegan2022-06-022-27/+37
| | | * | | | | | | Merge branch 'master' into ninja_always_executeDaniel Moody2022-05-2414-35/+566
| | | |\ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |