Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into ninja_exit_daemon | William Deegan | 2022-06-14 | 12 | -70/+607 |
|\ | |||||
| * | Fix sider complaints | William Deegan | 2022-06-13 | 1 | -1/+0 |
| * | Merge branch 'master' into ninja_command_line_args | William Deegan | 2022-06-13 | 9 | -66/+577 |
| |\ | |||||
| | * | Merge branch 'master' into jbrill-msvc-warnfix | Joseph Brill | 2022-06-10 | 13 | -267/+480 |
| | |\ | |||||
| | | * | Merge pull request #4172 from mwichmann/doc/fortrancom | William Deegan | 2022-06-09 | 1 | -17/+26 |
| | | |\ | |||||
| | | | * | doc: FORTRANCOM doesn't include cpp vars [skip appveyor] | Mats Wichmann | 2022-06-09 | 1 | -17/+26 |
| | * | | | Refine conditions for intent to use msvc tools | Joseph Brill | 2022-06-10 | 1 | -4/+26 |
| | * | | | Update MSVC_NOTFOUND_POLICY documentation | Joseph Brill | 2022-06-08 | 1 | -9/+24 |
| | * | | | Add preliminary docstrings for set_msvc_notfound_policy and get_msvc_notfound... | Joseph Brill | 2022-06-08 | 1 | -0/+14 |
| | * | | | Update MSVC_NOTFOUND_POLICY documentation | Joseph Brill | 2022-06-08 | 1 | -2/+20 |
| | * | | | Update MSVC_NOTFOUND_POLICY documentation | Joseph Brill | 2022-06-06 | 1 | -9/+9 |
| | * | | | Update MSVC_NOTFOUND_POLICY documentation | Joseph Brill | 2022-06-06 | 1 | -5/+16 |
| | * | | | Update MSVC_NOTFOUND_POLICY documentation | Joseph Brill | 2022-06-06 | 1 | -2/+2 |
| | * | | | Update MSVC_NOTFOUND_POLICY documentation | Joseph Brill | 2022-06-06 | 1 | -9/+35 |
| | * | | | Add Blurb for MSVC_NOTFOUND_POLICY | William Deegan | 2022-06-06 | 1 | -0/+24 |
| | * | | | Merge branch 'master' into jbrill-msvc-warnfix | Joseph Brill | 2022-06-01 | 14 | -144/+414 |
| | |\ \ \ | |||||
| | * | | | | Treat environment notfound policy set to None the same as if undefined (defau... | Joseph Brill | 2022-05-19 | 1 | -6/+13 |
| | * | | | | Change notfound policy parallel variables to namedtuple. | Joseph Brill | 2022-05-19 | 1 | -48/+69 |
| | * | | | | [ci skip] fix sider complaint. Reformat. Update file header to current standard | William Deegan | 2022-05-18 | 1 | -22/+22 |
| | * | | | | Merge branch 'master' into jbrill-msvc-warnfix | Joseph Brill | 2022-05-16 | 2 | -7/+38 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'master' into jbrill-msvc-warnfix | Joseph Brill | 2022-05-15 | 4 | -10/+114 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Hard-code tool name instead of deriving from file name | Joseph Brill | 2022-05-15 | 5 | -5/+5 |
| | * | | | | | | Merge branch 'master' into jbrill-msvc-warnfix | Joseph Brill | 2022-05-15 | 20 | -170/+377 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch 'master' into jbrill-msvc-warnfix | Joseph Brill | 2022-05-04 | 2 | -274/+516 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge branch 'master' into jbrill-msvc-warnfix | Joseph Brill | 2022-05-03 | 1 | -18/+18 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Rename internal notfound policy dictionary. | Joseph Brill | 2022-05-02 | 1 | -5/+5 |
| | * | | | | | | | | | Fix set/get notfound policy to return policy symbol instead of internal polic... | Joseph Brill | 2022-05-02 | 1 | -31/+59 |
| | * | | | | | | | | | Return previous policy when setting msvc notfound policy | Joseph Brill | 2022-04-29 | 1 | -1/+3 |
| | * | | | | | | | | | Replace msvc_exists in tools exists functions for msvc tools with msvc_setup_... | Joseph Brill | 2022-04-26 | 7 | -28/+328 |
| | * | | | | | | | | | Simplify msvc version not found exception messages by removing impossible com... | Joseph Brill | 2022-04-24 | 1 | -21/+9 |
| | * | | | | | | | | | Rework exception message construction when a specified msvc version is not fo... | Joseph Brill | 2022-04-24 | 1 | -21/+22 |
| | * | | | | | | | | | Merge branch 'master' into jbrill-msvc-warnfix | Joseph Brill | 2022-04-15 | 1 | -4/+12 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Raise MSVCVersionNotFound exception instead of returning an empty/undefined d... | Joseph Brill | 2022-04-12 | 1 | -8/+28 |
| | * | | | | | | | | | | Suppress warning for missing MSVC compiler for initial call to msvc_setup_env... | Joseph Brill | 2022-04-11 | 1 | -3/+9 |
| * | | | | | | | | | | | added blurb about using NINJA_CMD_ARGS on scons command line when using ninja... | William Deegan | 2022-06-13 | 2 | -1/+10 |
| * | | | | | | | | | | | 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 | 2 | -2/+21 |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | install psutil for testing and fix sider complaints | Daniel Moody | 2022-06-07 | 2 | -2/+2 |
* | | | | | | | | | | | Added new alias 'shutdown-ninja-scons-daemon' to allow ninja to shutdown the ... | Daniel Moody | 2022-06-07 | 4 | -2/+29 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Update ActionTests for Python 3.11 | Mats Wichmann | 2022-06-04 | 1 | -159/+185 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
* | | | | | | | | | [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 | 13 | -149/+209 |
|\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into ninja_always_execute | William Deegan | 2022-06-02 | 13 | -149/+209 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | Merge pull request #4158 from dmoody256/shell_env_gen_list | William Deegan | 2022-06-01 | 5 | -16/+66 |
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |||||
| | | * | | | | | | | | Updated CHANGES/RELEASE to be a bit simpler. Fixed typo in docs for SHELL_ENV... | William Deegan | 2022-06-01 | 2 | -6/+12 |
| | | * | | | | | | | | fix missing f string | Daniel Moody | 2022-05-27 | 1 | -1/+1 |
| | | * | | | | | | | | 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 | 5 | -16/+60 |