| 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) | ||||
| * | modernize JobTests to just use unittest.main(), fix JobTests to have a ↵ | William Deegan | 2022-12-04 | 1 | -1/+2 |
| | | | | | 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 | ||||
| * | 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 | ||||
| * | 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 | 1 | -13/+48 |
| | | | | | working | ||||
| * | [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 |
| | | |||||
| * | move Taskmaster and Jobs to SCons.Taskmaster | William Deegan | 2022-10-12 | 1 | -0/+439 |
