summaryrefslogtreecommitdiff
path: root/SCons/Taskmaster/Job.py
Commit message (Expand)AuthorAgeFilesLines
* Add some cheap return and parameter annotationsMats Wichmann2023-05-011-21/+21
* [ci skip] Add pylint annotation and comment regarding importing GetOption in ...William Deegan2022-12-051-0/+4
* modernize JobTests to just use unittest.main(), fix JobTests to have a reason...William Deegan2022-12-041-1/+2
* Added --experimental=tm_v2 which switches to use Andrew Morrow's new Parallel...William Deegan2022-12-041-3/+4
* Added TestCommon.must_match_file() function. Updated test for --taskmastertr...William Deegan2022-12-031-14/+15
* Remove extraneous XXX from NewParallel logging. Added SCONS_NEW_PARALLEL shel...William Deegan2022-11-171-14/+18
* logging working in NewParallel, but changed to be default. Need to figure out...William Deegan2022-11-151-20/+17
* Initial logic to add logging to ExperimentalParallel job class. Not quite wor...William Deegan2022-10-261-13/+48
* [ci skip] Resolve outstanding pep8 errors (fix sider complaints and more)William Deegan2022-10-211-12/+13
* Restore original Parallel as the default and rename new parallel as experimentalAndrew Morrow2022-10-131-15/+14
* Implement new parallel schedulerAndrew Morrow2022-10-131-1/+265
* move Taskmaster and Jobs to SCons.TaskmasterWilliam Deegan2022-10-121-0/+439