Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | 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 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
* | | | | | | | | | | 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 | 3 | -45/+110 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | [ci skip] Add note to handle processes not dying properly by raising exceptio... | William Deegan | 2022-06-03 | 1 | -0/+2 | |
* | | | | | | | | | Merge branch 'ninja_always_execute' of github.com:dmoody256/scons into ninja_... | William Deegan | 2022-06-02 | 7 | -52/+70 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into ninja_always_execute | William Deegan | 2022-06-02 | 7 | -52/+70 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | Merge pull request #4158 from dmoody256/shell_env_gen_list | William Deegan | 2022-06-01 | 3 | -5/+14 | |
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | ||||||
| | | * | | | | | | | | Updated SHELL_ENV_GENERATOR to be list of functions now called SHELL_ENV_GENE... | Daniel Moody | 2022-05-24 | 3 | -5/+14 | |
| | * | | | | | | | | | Merge branch 'master' into 4162-python-311-unittests | Mats Wichmann | 2022-05-30 | 22 | -135/+401 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ | 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 | |
| | | | | |_|_|_|_|_|_|/ | | | | |/| | | | | | | | ||||||
| | | * | | | | | | | | | 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 | 1 | -43/+34 | |
| | | | |/ / / / / / / | | | |/| | | | | | | | ||||||
| | * | | | | | | | | | Fix some Py 3.11 depr warns in tests | Mats Wichmann | 2022-05-30 | 2 | -2/+6 | |
| | | |_|_|_|_|/ / / | | |/| | | | | | | | ||||||
* | | | | | | | | | | Fix sider complaints | William Deegan | 2022-06-02 | 1 | -2/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Move logic which waits for a process to die into SCons.Util wait_for_process_... | William Deegan | 2022-06-02 | 1 | -27/+2 | |
* | | | | | | | | | Merge branch 'master' into ninja_always_execute | Daniel Moody | 2022-05-24 | 8 | -28/+164 | |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Merge remote-tracking branch 'upstream/master' into feature/minor_java_improv... | William Deegan | 2022-05-22 | 4 | -17/+152 | |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | ||||||
| | * | | | | | | | Merge pull request #4111 from mwichmann/msvc/cachefix | William Deegan | 2022-05-15 | 2 | -7/+38 | |
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | ||||||
| | | * | | | | | | Drop leading '.' from cachefile name | Mats Wichmann | 2022-05-15 | 1 | -1/+1 | |
| | | * | | | | | | Add comments describing reason for data structure conversion to/from json | Joseph Brill | 2022-05-15 | 1 | -0/+6 | |
| | | * | | | | | | Change cache key to tuple and read/write list of dictionaries to json | Joseph Brill | 2022-05-15 | 2 | -3/+5 | |
| | | * | | | | | | Merge branch 'master' into msvc/cachefix | William Deegan | 2022-05-15 | 18 | -382/+764 | |
| | | |\ \ \ \ \ \ | | | | | |_|_|_|/ | | | | |/| | | | | ||||||
| | | * | | | | | | Merge branch 'master' into msvc/cachefix | William Deegan | 2022-03-29 | 20 | -86/+785 | |
| | | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | | Fix use of too-new (Py 3.8) pathlib feature | Mats Wichmann | 2022-03-20 | 1 | -1/+3 | |
| | | * | | | | | | | PR 4111: tweak msvc cache invalid algorithm | Mats Wichmann | 2022-03-12 | 1 | -9/+14 | |
| | | * | | | | | | | MSVS_CACHE: Reword the CHANGES and RELEASE entries | Mats Wichmann | 2022-03-11 | 1 | -3/+6 | |
| | | * | | | | | | | Tweak the MSVC environment vars cache | Mats Wichmann | 2022-03-08 | 2 | -2/+15 | |
| | * | | | | | | | | Merge branch 'master' into jbrill-msvc-usesettings | William Deegan | 2022-05-15 | 3 | -9/+7 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ | Merge branch 'master' into jbrill-msvc-vscomntools | Joseph Brill | 2022-05-15 | 13 | -63/+188 | |
| | | |\ \ \ \ \ \ \ \ | | | | | |_|/ / / / / | | | | |/| | | | | | | ||||||
| | | * | | | | | | | | Propagate OS and windir environment variables to msvc batch file environment | Joseph Brill | 2022-05-04 | 1 | -0/+2 | |
| | | * | | | | | | | | Combine the msvc 7.1-7.0 and 6.0 batch file clauses following conflict resolu... | Joseph Brill | 2022-05-04 | 1 | -5/+1 | |
| | | * | | | | | | | | Merge branch 'master' into jbrill-msvc-vscomntools | Joseph Brill | 2022-05-03 | 2 | -274/+519 | |
| | | |\ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / | | | | |/| | | | | | | ||||||
| | | * | | | | | | | | Merge branch 'master' into jbrill-msvc-vscomntools | Joseph Brill | 2022-05-03 | 1 | -18/+18 | |
| | | |\ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|/ | | | | |/| | | | | | | ||||||
| | | * | | | | | | | | Merge branch 'master' into jbrill-msvc-vscomntools | Joseph Brill | 2022-04-15 | 1 | -4/+12 | |
| | | |\ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|/ | | | | |/| | | | | | | ||||||
| | | * | | | | | | | | Merge branch 'master' into jbrill-msvc-vscomntools | Joseph Brill | 2022-04-10 | 11 | -97/+735 | |
| | | |\ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|/ | | | | |/| | | | | | |