| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ci skip] Add pylint annotation and comment regarding importing GetOption in ↵ | William Deegan | 2022-12-05 | 1 | -0/+4 |
| | | | | | a method instead of at top of file. (Thanks mwichmann for providing feedback and pylint syntax) | ||||
| * | [ci skip] Fix formatting for which versions introduced which experimental ↵ | William Deegan | 2022-12-04 | 1 | -0/+1 |
| | | | | | features | ||||
| * | modernize JobTests to just use unittest.main(), fix JobTests to have a ↵ | William Deegan | 2022-12-04 | 2 | -28/+34 |
| | | | | | reasonable value for OptionsParser.values.experimental, so Jobs doesn't crash when referencing it and getting a None instead of an iterable | ||||
| * | Added --experimental=tm_v2 which switches to use Andrew Morrow's new ↵ | William Deegan | 2022-12-04 | 1 | -3/+4 |
| | | | | | ParallelJob implementation. WHich should scale much better for highly parallel builds | ||||
| * | Merge branch 'master' of github.com:SCons/scons into ↵ | William Deegan | 2022-12-04 | 2 | -51/+119 |
| |\ | | | | | | | add_logging_to_new_parallel_job | ||||
| | * | Added test for failing to unlink cached target files | William Deegan | 2022-12-03 | 1 | -3/+56 |
| | | | |||||
| | * | remove unused display and change text on warning per PR review | William Deegan | 2022-12-01 | 1 | -4/+1 |
| | | | |||||
| | * | improve changes notes and use SCons warning | Daniel Moody | 2022-12-01 | 1 | -1/+2 |
| | | | |||||
| | * | Added error message when failure to delete partial cache retrieval occurs. | Daniel Moody | 2022-12-01 | 1 | -2/+4 |
| | | | |||||
| | * | Merge pull request #4251 from bdbaddog/taskmaster_trace_to_python_logging | William Deegan | 2022-10-26 | 1 | -46/+61 |
| | |\ | | | | | | | Fixed taskmaster trace tests. | ||||
| | | * | Fixed taskmaster trace tests. Previously there was an extra line at the end ↵ | William Deegan | 2022-10-26 | 1 | -46/+61 |
| | | | | | | | | | | | | | of the file. It's no longer there. Added TestCommon.detailed_diff() function which can be used to diff large text blobs expected vs actual | ||||
| * | | | Added TestCommon.must_match_file() function. Updated test for ↵ | William Deegan | 2022-12-04 | 1 | -14/+15 |
| | | | | | | | | | | | | | --taskmastertracefor (NewParallel/LegacyParallel Jobs). Now uses golden files to compare expected output and output files | ||||
| * | | | Fix SCons/Taskmaster/JobTests.py test | William Deegan | 2022-11-17 | 1 | -3/+3 |
| | | | | |||||
| * | | | Remove extraneous XXX from NewParallel logging. Added SCONS_NEW_PARALLEL ↵ | William Deegan | 2022-11-17 | 1 | -14/+18 |
| | | | | | | | | | | | | | shell environment variable to turn on NewParallel. This is a temporary mechanism to enable NewParallel | ||||
| * | | | logging working in NewParallel, but changed to be default. Need to figure ↵ | William Deegan | 2022-11-16 | 1 | -20/+17 |
| | | | | | | | | | | | | | out how to switch from one to the other | ||||
| * | | | Initial logic to add logging to ExperimentalParallel job class. Not quite ↵ | William Deegan | 2022-10-27 | 2 | -13/+51 |
| |/ / | | | | | | | working | ||||
| * | | Merge pull request #4222 from acmorrow/new-parallel | William Deegan | 2022-10-24 | 1 | -7/+271 |
| |\ \ | |/ |/| | Implement new parallel scheduler | ||||
| | * | [ci skip] Resolve outstanding pep8 errors (fix sider complaints and more) | William Deegan | 2022-10-21 | 1 | -12/+13 |
| | | | |||||
| | * | Restore original Parallel as the default and rename new parallel as experimental | Andrew Morrow | 2022-10-13 | 1 | -15/+14 |
| | | | |||||
| | * | Implement new parallel scheduler | Andrew Morrow | 2022-10-13 | 1 | -1/+265 |
| | | | |||||
| * | | [ci skip] Fix Typo | William Deegan | 2022-10-23 | 1 | -1/+1 |
| | | | |||||
| * | | [ci skip] address sider complain on call to DispatchingFormatter() | William Deegan | 2022-10-23 | 1 | -3/+3 |
| | | | |||||
| * | | Address style comment on cal to DispatchingFormatter() from mwichmann. Good call | William Deegan | 2022-10-23 | 1 | -2/+3 |
| | | | |||||
| * | | [ci skip] Fix sider/PEP8 complaints | William Deegan | 2022-10-23 | 2 | -25/+42 |
| | | | |||||
| * | | Migrate Taskmaster tracing to use python logging | William Deegan | 2022-10-22 | 2 | -52/+115 |
| |/ | |||||
| * | move Taskmaster and Jobs to SCons.Taskmaster | William Deegan | 2022-10-12 | 4 | -0/+3329 |
