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
/
src
/
engine
/
SCons
/
Node
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve threading performance by sharing NodeInfo across threads
Mathew Robinson
2019-08-19
2
-8/+7
*
Add test and fix to regression in current 3.1.0 drop
Jason Kenny
2019-07-30
1
-0/+2
*
Remove usage of DeciderNeedsNode which has been removed from --debug=explain ...
William Deegan
2019-07-24
1
-4/+1
*
[ci skip] Fix spelling picked up by sider
William Deegan
2019-07-14
1
-1/+1
*
Fix docstrings and comments for repo node changes
William Deegan
2019-07-14
1
-6/+8
*
Clean up __slots__ specification to be list, remove some obsoleted code
William Deegan
2019-07-09
1
-4/+2
*
Fix __slots = ('single element') -> ('single element',) per finding by mwichmann
William Deegan
2019-07-05
1
-3/+3
*
remove unnecessary DeciderNeedsNode exception
William Deegan
2019-07-05
1
-15/+0
*
Fix _add_strings_to_dependency_map() perf degredation
William Deegan
2019-06-28
1
-2/+1
*
Restore MD5-Timestamp performance by removing try/except from every call. Als...
William Deegan
2019-06-26
2
-44/+75
*
PY38: Resolve duplicate creation of 'work' subdir which yielded warnings. Als...
William Deegan
2019-05-30
1
-1/+3
*
PEP8 file
William Deegan
2019-05-30
1
-326/+374
*
Merge pull request #3345 from mwichmann/py38warns4-tests
William Deegan
2019-04-28
1
-2/+2
|
\
|
*
[PY 3.8] test fixes for file closings, rawstrings
Mats Wichmann
2019-04-25
1
-11/+11
|
*
[PY 3.8] file closes in tools and others
Mats Wichmann
2019-04-25
1
-2/+2
*
|
Merge pull request #3360 from mwichmann/isnot
William Deegan
2019-04-28
2
-18/+18
|
\
\
|
*
|
Some more lint-derived cleanups
Mats Wichmann
2019-04-27
2
-18/+18
|
|
/
*
|
Merge branch 'master' into enhanced_debug_explain
William Deegan
2019-04-27
1
-0/+20
|
\
\
|
*
\
Merge branch 'master' into fix_mongo_bug_33111_multiple_targets_via_emitter_s...
William Deegan
2019-04-26
3
-8/+8
|
|
\
\
|
|
|
/
|
*
|
Fix sider complain
William Deegan
2019-04-26
1
-1/+1
|
*
|
Move target_peers to slots from attributes
William Deegan
2019-04-02
1
-1/+2
|
*
|
Fix issue #2811 spurious rebuilds due to incorrect waiting_parents on nodes w...
William Deegan
2019-04-02
1
-0/+19
*
|
|
switch to using zip_longest and handle py27 naming it izip_longest from amppi...
William Deegan
2019-04-27
1
-3/+8
*
|
|
Merge branch 'master' into enhanced_debug_explain
William Deegan
2019-04-26
3
-8/+8
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Fixup some code triggering pylint errors.
Mats Wichmann
2019-04-21
3
-8/+8
|
|
/
*
|
Enhanced --debug=explain output. Breaks out sources, depends, and implicit co...
William Deegan
2019-04-02
1
-4/+10
|
/
*
Clean up some file opens, regex strings
Mats Wichmann
2019-03-07
1
-2/+2
*
Forgot to add current file csig when shortcutting calling changed_content(). ...
William Deegan
2019-03-02
1
-0/+5
*
Added logic to shortcut comparing prev_ni if there is no dependency map from ...
William Deegan
2019-03-01
1
-4/+24
*
On windows first try with native file paths with \\ then swap path to normali...
William Deegan
2019-02-27
1
-7/+26
*
Change test for str(node1) is str(node2) to use ==. Expecting that the strin...
William Deegan
2018-11-12
1
-1/+4
*
Resolve comments from @GaryO to clarify new code.
William Deegan
2018-11-12
1
-2/+13
*
Clarify and simplify logic in Node.get_binfo()
William Deegan
2018-11-12
1
-4/+8
*
Fix typos
William Deegan
2018-11-12
1
-1/+1
*
Fix docstring on FileBuildInfo per comment from @dirkbaechle
William Deegan
2018-11-12
1
-3/+11
*
fix whitespace issues
William Deegan
2018-11-12
1
-3/+0
*
switch from izip to zip. no izip in py3
William Deegan
2018-11-12
2
-3/+3
*
Revisit caching of filename -> csig map and invalidate when reasonable
William Deegan
2018-11-12
2
-38/+29
*
Add docstring
William Deegan
2018-11-12
1
-0/+8
*
Change logic to ensure we only build the dependency map once per target file.
William Deegan
2018-11-12
1
-3/+14
*
Moved logic to handle Timestamp-MD5 decider issues into File() node. One min...
William Deegan
2018-11-12
2
-152/+145
*
Check in before migrating logic from Node() -> File(). Since the Timestamp-MD...
William Deegan
2018-11-12
1
-3/+17
*
move comment to docstring for LinkFunc()
William Deegan
2018-11-12
1
-5/+7
*
clarify docstring on decider function
William Deegan
2018-11-12
1
-2/+2
*
pull changes for this issue from WIP branch on mongo tree
William Deegan
2018-11-12
1
-23/+60
*
Clear up some comments and convert comment to docstring where it makes sense
William Deegan
2018-11-12
1
-16/+24
*
change exists_file() method to skip adding files AND sigs for files in the ig...
William Deegan
2018-11-12
1
-33/+50
*
add method find_repo_file() which finds the file in it's known repositories. ...
William Deegan
2018-11-12
1
-3/+28
*
Create test to verify fix for issue #2980
William Deegan
2018-11-12
2
-4/+140
*
Fix comment spelling
William Deegan
2018-11-12
1
-1/+1
[next]