Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | | | | | | * | | Added test for NINJA_CMD_ARGS="-v -j3" (contains two arguments for ninja) | William Deegan | 2022-06-13 | 1 | -0/+4 | |
| | | | | | | | | | | * | | Added test for test.run()'s arguments set to a dict which will expand into KE... | William Deegan | 2022-06-13 | 2 | -66/+16 | |
| | | | | | | | | | | * | | Moved Variable() for NINJA_CMD_ARGS to options() function | William Deegan | 2022-06-13 | 1 | -10/+9 | |
| | | | | | | | | | | * | | Added command line variable to pass ninja args through scons. | Daniel Moody | 2022-06-07 | 5 | -3/+26 | |
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | ||||||
| | | | | | | | | | | * | fixed sider complaint | Daniel Moody | 2022-06-07 | 1 | -1/+1 | |
| | | | | | | | | | | * | improve help text slightly | Daniel Moody | 2022-06-07 | 1 | -1/+1 | |
| | | | | | | | | | | * | Added option to allow scons to determine if it should skip ninja regeneration. | Daniel Moody | 2022-06-07 | 8 | -46/+241 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #4166 from mwichmann/maint/action-311sup | William Deegan | 2022-06-05 | 1 | -159/+185 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Update ActionTests for Python 3.11 | Mats Wichmann | 2022-06-04 | 1 | -159/+185 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #4165 from bdbaddog/fix_ninja_tests_skips | William Deegan | 2022-06-03 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | If no newline at end of message supplied to skip_test(), then we write one to... | William Deegan | 2022-06-03 | 1 | -0/+2 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #4140 from dmoody256/ninja_always_execute | William Deegan | 2022-06-03 | 15 | -98/+469 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | [ci skip] Added blurb about ninja restarting the scons daemon if it detects n... | William Deegan | 2022-06-03 | 1 | -2/+7 | |
| * | | | | | | | | | | [ci skip] Add note to handle processes not dying properly by raising exceptio... | William Deegan | 2022-06-03 | 2 | -0/+3 | |
| * | | | | | | | | | | Merge branch 'ninja_always_execute' of github.com:dmoody256/scons into ninja_... | William Deegan | 2022-06-02 | 37 | -693/+791 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into ninja_always_execute | William Deegan | 2022-06-02 | 37 | -693/+791 | |
| | |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #4158 from dmoody256/shell_env_gen_list | William Deegan | 2022-06-01 | 9 | -31/+99 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Updated CHANGES/RELEASE to be a bit simpler. Fixed typo in docs for SHELL_ENV... | William Deegan | 2022-06-01 | 5 | -13/+25 | |
| * | | | | | | | | | | | fix missing f string | Daniel Moody | 2022-05-27 | 1 | -1/+1 | |
| * | | | | | | | | | | | collapsed related CHANGES comments | Daniel Moody | 2022-05-27 | 2 | -12/+6 | |
| * | | | | | | | | | | | move ENV copy to more optimal location | Daniel Moody | 2022-05-24 | 1 | -1/+1 | |
| * | | | | | | | | | | | removed auto type | Daniel Moody | 2022-05-24 | 1 | -1/+0 | |
| * | | | | | | | | | | | fix sider complaint | Daniel Moody | 2022-05-24 | 1 | -1/+2 | |
| * | | | | | | | | | | | Updated SHELL_ENV_GENERATOR to be list of functions now called SHELL_ENV_GENE... | Daniel Moody | 2022-05-24 | 9 | -25/+87 | |
* | | | | | | | | | | | | Merge pull request #4164 from mwichmann/test/update-sleep-usage | William Deegan | 2022-05-31 | 16 | -461/+378 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix sider-detected typo in test change | Mats Wichmann | 2022-05-31 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Normalize use of test.sleep() | Mats Wichmann | 2022-05-31 | 16 | -461/+378 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #4163 from mwichmann/4162-python-311-unittests | William Deegan | 2022-05-31 | 7 | -8/+22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into 4162-python-311-unittests | Mats Wichmann | 2022-05-30 | 53 | -451/+1815 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge pull request #4150 from mwichmann/docs/variantdir | William Deegan | 2022-05-26 | 2 | -84/+81 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | SConscript doc tweaks per #4150 review comments [skip appveyor] | Mats Wichmann | 2022-05-26 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | Typo fix [ci skip] | Mats Wichmann | 2022-05-25 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | Further tweak of VariantDir doc [skip appveyor] | Mats Wichmann | 2022-05-25 | 1 | -9/+6 | |
| * | | | | | | | | | | | | | Fix grammar error ("the the") [ci skip] | Mats Wichmann | 2022-05-25 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | A little more work on Sconscript() documentation [skip appveyor] | Mats Wichmann | 2022-05-25 | 2 | -25/+30 | |
| * | | | | | | | | | | | | | Try to improve variantdir docs [skip appveyor] | Mats Wichmann | 2022-05-25 | 2 | -63/+57 | |
* | | | | | | | | | | | | | | Merge pull request #4152 from jcbrill/jbrill-msvc-cachefix | William Deegan | 2022-05-26 | 1 | -1/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Issue warning for incompatible cache format and continue; file possibly overw... | Joseph Brill | 2022-05-19 | 1 | -5/+9 | |
| * | | | | | | | | | | | | | Raise exception for unexpected cache file format | Joseph Brill | 2022-05-17 | 1 | -1/+9 | |
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge pull request #4157 from mwichmann/doc/swig | William Deegan | 2022-05-25 | 2 | -45/+38 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Fix review comments. [skip appveyor] | Mats Wichmann | 2022-05-25 | 1 | -4/+6 | |
| * | | | | | | | | | | | | | Tweak the swig tool documentation [skip appveyor] | Mats Wichmann | 2022-05-23 | 2 | -44/+35 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge pull request #4159 from mwichmann/doc/man-node-objects | William Deegan | 2022-05-25 | 2 | -63/+160 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Add to description of Node Objects [skip appveyor] | Mats Wichmann | 2022-05-24 | 2 | -63/+160 | |
|/ / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | Fix some Py 3.11 depr warns in tests | Mats Wichmann | 2022-05-30 | 7 | -8/+22 | |
| | | |_|_|_|_|_|/ / / | | |/| | | | | | | | | ||||||
| | | * | | | | | | | | Fix sider complaints | William Deegan | 2022-06-02 | 1 | -2/+1 | |
| | | |/ / / / / / / | ||||||
| | | * | | | | | | | Updated ninja docs in users guilde. | William Deegan | 2022-06-02 | 2 | -14/+42 | |
| | | * | | | | | | | Updated CHANGES/RELEASE contents | William Deegan | 2022-06-02 | 2 | -14/+17 | |
| | | * | | | | | | | Move logic which waits for a process to die into SCons.Util wait_for_process_... | William Deegan | 2022-06-02 | 2 | -27/+37 | |
| | | * | | | | | | | Merge branch 'master' into ninja_always_execute | Daniel Moody | 2022-05-24 | 14 | -35/+566 | |
| | | |\ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | |