summaryrefslogtreecommitdiff
path: root/SCons/Taskmaster/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Add some cheap return and parameter annotationsMats Wichmann2023-05-011-23/+23
* Merge branch 'master' into add_logging_to_new_parallel_jobWilliam Deegan2022-12-031-3/+3
|\
| * remove unused display and change text on warning per PR reviewWilliam Deegan2022-12-011-4/+1
| * improve changes notes and use SCons warningDaniel Moody2022-12-011-1/+2
| * Added error message when failure to delete partial cache retrieval occurs.Daniel Moody2022-12-011-2/+4
* | Initial logic to add logging to ExperimentalParallel job class. Not quite wor...William Deegan2022-10-261-0/+3
|/
* [ci skip] Fix TypoWilliam Deegan2022-10-231-1/+1
* [ci skip] address sider complain on call to DispatchingFormatter()William Deegan2022-10-231-3/+3
* Address style comment on cal to DispatchingFormatter() from mwichmann. Good callWilliam Deegan2022-10-231-2/+3
* [ci skip] Fix sider/PEP8 complaintsWilliam Deegan2022-10-231-23/+40
* Migrate Taskmaster tracing to use python loggingWilliam Deegan2022-10-211-49/+103
* move Taskmaster and Jobs to SCons.TaskmasterWilliam Deegan2022-10-121-0/+1059