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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of raising exceptions entirely
Raymond Li
2024-03-28
1
-1/+1
*
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
*
Partially revert "cache push on any thread"
Andrew Morrow
2024-02-05
1
-0/+3
*
cache push on any thread
Andrew Morrow
2024-02-05
1
-5/+2
*
Run legacy parallel test case in legacy sched mode
Andrew Morrow
2024-01-24
1
-0/+2
*
Partial Revert "Fix JobTests.py"
Andrew Morrow
2024-01-24
1
-0/+44
*
review feedback: legacysched to legacy_sched
Andrew Morrow
2024-01-20
2
-4/+4
*
Fix JobTests.py
Andrew Morrow
2024-01-19
1
-44/+1
*
Use main thread as worker if -j1 with NewParallel
Andrew Morrow
2024-01-19
1
-9/+11
*
wip
Andrew Morrow
2024-01-19
2
-7/+11
*
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
*
fixup
Andrew Morrow
2024-01-19
1
-28/+0
*
threading is always available
Andrew Morrow
2024-01-19
1
-460/+449
*
"Modernize" to Python 3.6 via tool
Mats Wichmann
2023-08-04
1
-2/+2
*
Followon to PR #4348: more bool fixes
Mats Wichmann
2023-06-16
1
-11/+11
*
Drop dead code from unit tests
Mats Wichmann
2023-05-22
1
-9/+0
*
Add some cheap return and parameter annotations
Mats Wichmann
2023-05-01
4
-127/+127
*
[ci skip] Add pylint annotation and comment regarding importing GetOption in ...
William Deegan
2022-12-05
1
-0/+4
*
[ci skip] Fix formatting for which versions introduced which experimental fea...
William Deegan
2022-12-04
1
-0/+1
*
modernize JobTests to just use unittest.main(), fix JobTests to have a reason...
William Deegan
2022-12-04
2
-28/+34
*
Added --experimental=tm_v2 which switches to use Andrew Morrow's new Parallel...
William Deegan
2022-12-04
1
-3/+4
*
Merge branch 'master' of github.com:SCons/scons into add_logging_to_new_paral...
William Deegan
2022-12-04
2
-51/+119
|
\
|
*
Added test for failing to unlink cached target files
William Deegan
2022-12-03
1
-3/+56
|
*
remove unused display and change text on warning per PR review
William Deegan
2022-12-01
1
-4/+1
|
*
improve changes notes and use SCons warning
Daniel Moody
2022-12-01
1
-1/+2
|
*
Added error message when failure to delete partial cache retrieval occurs.
Daniel Moody
2022-12-01
1
-2/+4
|
*
Merge pull request #4251 from bdbaddog/taskmaster_trace_to_python_logging
William Deegan
2022-10-26
1
-46/+61
|
|
\
|
|
*
Fixed taskmaster trace tests. Previously there was an extra line at the end o...
William Deegan
2022-10-26
1
-46/+61
*
|
|
Added TestCommon.must_match_file() function. Updated test for --taskmastertr...
William Deegan
2022-12-04
1
-14/+15
*
|
|
Fix SCons/Taskmaster/JobTests.py test
William Deegan
2022-11-17
1
-3/+3
*
|
|
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
2
-13/+51
|
/
/
*
|
Merge pull request #4222 from acmorrow/new-parallel
William Deegan
2022-10-24
1
-7/+271
|
\
\
|
|
/
|
/
|
|
*
[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
*
|
[ci skip] Fix Typo
William Deegan
2022-10-23
1
-1/+1
*
|
[ci skip] address sider complain on call to DispatchingFormatter()
William Deegan
2022-10-23
1
-3/+3
*
|
Address style comment on cal to DispatchingFormatter() from mwichmann. Good call
William Deegan
2022-10-23
1
-2/+3
*
|
[ci skip] Fix sider/PEP8 complaints
William Deegan
2022-10-23
2
-25/+42
*
|
Migrate Taskmaster tracing to use python logging
William Deegan
2022-10-22
2
-52/+115
|
/
*
move Taskmaster and Jobs to SCons.Taskmaster
William Deegan
2022-10-12
4
-0/+3329