index
:
SCons.git
aix-xlc_r-is-for-threads
conftest-messages
linker-exists-when-compiler-exists
master
msvc11
msvs-express-2013
msvs-vcvars-caching
optimize-scan-path-subst-v2
pchdll
python3-port
python3raise
python3win32
rel_2.2.0
rel_2.3.0
rel_2.3.1
rel_2.3.2
rel_2.3.3
rel_2.3.4
rel_2.3.5
rel_2.3.6
rel_2.4.0
rel_2.4.1
rel_2.5.0
rel_2.5.1
rel_3.0.0
rel_3.0.1
release-2.1.0
switch_to_slots
test_bb
ziproot
SCons is an Open Source software construction tool—that is, a next-generation build tool.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
SCons
/
Taskmaster
/
Job.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updates on Value nodes
Mats Wichmann
2024-03-12
1
-3/+2
*
Only create new workers when current workers are saturated with jobs
Andrew Morrow
2024-02-13
1
-1/+2
*
Only add worker threads as necesary
Andrew Morrow
2024-02-08
1
-13/+22
*
review feedback: legacysched to legacy_sched
Andrew Morrow
2024-01-20
1
-2/+2
*
Use main thread as worker if -j1 with NewParallel
Andrew Morrow
2024-01-19
1
-9/+11
*
wip
Andrew Morrow
2024-01-19
1
-5/+6
*
No locks needed for -j1 with NewParallel
Andrew Morrow
2024-01-19
1
-3/+27
*
fixup
Andrew Morrow
2024-01-19
1
-1/+1
*
Let the main thread participate in NewParallel
Andrew Morrow
2024-01-19
1
-1/+2
*
Always use NewParallel with tm_v2 flag
Andrew Morrow
2024-01-19
1
-24/+14
*
threading is always available
Andrew Morrow
2024-01-19
1
-460/+449
*
Add some cheap return and parameter annotations
Mats Wichmann
2023-05-01
1
-21/+21
*
[ci skip] Add pylint annotation and comment regarding importing GetOption in ...
William Deegan
2022-12-05
1
-0/+4
*
modernize JobTests to just use unittest.main(), fix JobTests to have a reason...
William Deegan
2022-12-04
1
-1/+2
*
Added --experimental=tm_v2 which switches to use Andrew Morrow's new Parallel...
William Deegan
2022-12-04
1
-3/+4
*
Added TestCommon.must_match_file() function. Updated test for --taskmastertr...
William Deegan
2022-12-04
1
-14/+15
*
Remove extraneous XXX from NewParallel logging. Added SCONS_NEW_PARALLEL shel...
William Deegan
2022-11-17
1
-14/+18
*
logging working in NewParallel, but changed to be default. Need to figure out...
William Deegan
2022-11-16
1
-20/+17
*
Initial logic to add logging to ExperimentalParallel job class. Not quite wor...
William Deegan
2022-10-27
1
-13/+48
*
[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