summaryrefslogtreecommitdiffstats
path: root/SCons/Taskmaster
Commit message (Expand)AuthorAgeFilesLines
* Get rid of raising exceptions entirelyRaymond Li2024-03-281-1/+1
* Updates on Value nodesMats Wichmann2024-03-121-3/+2
* Only create new workers when current workers are saturated with jobsAndrew Morrow2024-02-131-1/+2
* Only add worker threads as necesaryAndrew Morrow2024-02-081-13/+22
* Partially revert "cache push on any thread"Andrew Morrow2024-02-051-0/+3
* cache push on any threadAndrew Morrow2024-02-051-5/+2
* Run legacy parallel test case in legacy sched modeAndrew Morrow2024-01-241-0/+2
* Partial Revert "Fix JobTests.py"Andrew Morrow2024-01-241-0/+44
* review feedback: legacysched to legacy_schedAndrew Morrow2024-01-202-4/+4
* Fix JobTests.pyAndrew Morrow2024-01-191-44/+1
* Use main thread as worker if -j1 with NewParallelAndrew Morrow2024-01-191-9/+11
* wipAndrew Morrow2024-01-192-7/+11
* No locks needed for -j1 with NewParallelAndrew Morrow2024-01-191-3/+27
* fixupAndrew Morrow2024-01-191-1/+1
* Let the main thread participate in NewParallelAndrew Morrow2024-01-191-1/+2
* Always use NewParallel with tm_v2 flagAndrew Morrow2024-01-191-24/+14
* fixupAndrew Morrow2024-01-191-28/+0
* threading is always availableAndrew Morrow2024-01-191-460/+449
* "Modernize" to Python 3.6 via toolMats Wichmann2023-08-041-2/+2
* Followon to PR #4348: more bool fixesMats Wichmann2023-06-161-11/+11
* Drop dead code from unit testsMats Wichmann2023-05-221-9/+0
* Add some cheap return and parameter annotationsMats Wichmann2023-05-014-127/+127
* [ci skip] Add pylint annotation and comment regarding importing GetOption in ...William Deegan2022-12-051-0/+4
* [ci skip] Fix formatting for which versions introduced which experimental fea...William Deegan2022-12-041-0/+1
* modernize JobTests to just use unittest.main(), fix JobTests to have a reason...William Deegan2022-12-042-28/+34
* Added --experimental=tm_v2 which switches to use Andrew Morrow's new Parallel...William Deegan2022-12-041-3/+4
* Merge branch 'master' of github.com:SCons/scons into add_logging_to_new_paral...William Deegan2022-12-042-51/+119
|\
| * Added test for failing to unlink cached target filesWilliam Deegan2022-12-031-3/+56
| * 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
| * Merge pull request #4251 from bdbaddog/taskmaster_trace_to_python_loggingWilliam Deegan2022-10-261-46/+61
| |\
| | * Fixed taskmaster trace tests. Previously there was an extra line at the end o...William Deegan2022-10-261-46/+61
* | | Added TestCommon.must_match_file() function. Updated test for --taskmastertr...William Deegan2022-12-041-14/+15
* | | Fix SCons/Taskmaster/JobTests.py testWilliam Deegan2022-11-171-3/+3
* | | 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-161-20/+17
* | | Initial logic to add logging to ExperimentalParallel job class. Not quite wor...William Deegan2022-10-272-13/+51
|/ /
* | Merge pull request #4222 from acmorrow/new-parallelWilliam Deegan2022-10-241-7/+271
|\ \ | |/ |/|
| * [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
* | [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-232-25/+42
* | Migrate Taskmaster tracing to use python loggingWilliam Deegan2022-10-222-52/+115
|/
* move Taskmaster and Jobs to SCons.TaskmasterWilliam Deegan2022-10-124-0/+3329