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
*
tests: use unittest decorator for skipping
Mats Wichmann
2020-04-29
1
-24/+24
*
Fix inconsistencies between RootDir attributes
Adam Gross
2020-04-02
1
-1/+7
*
Remove u' u" from strings. no longer needed
William Deegan
2020-02-18
2
-18/+6
*
more post py27 cleanup
William Deegan
2020-02-18
1
-16/+5
*
replace dictionary initializations with simpler logic
William Deegan
2020-02-18
2
-13/+4
*
Remove 'from __future__ import print_function' no longer needed as we're drop...
William Deegan
2020-02-17
3
-6/+0
*
Fix some pyflakes warnings
Mats Wichmann
2020-01-23
3
-12/+12
*
Merge pull request #3528 from mwichmann/less-list-conv
William Deegan
2020-01-16
1
-2/+2
|
\
|
*
Stop converting to list where not needed
Mats Wichmann
2020-01-16
1
-2/+2
*
|
Change ValueWithMemo() to take into account any name passed when memoizing Va...
William Deegan
2020-01-16
2
-3/+22
*
|
Plumb through name in ValueWithMemo
Adam Gross
2020-01-15
2
-1/+2
*
|
Add name parameter as requested in PR
Adam Gross
2020-01-15
2
-3/+11
*
|
Update and improve tests
Adam Gross
2020-01-10
1
-1/+2
*
|
Merge branch 'master' into topic/grossag/valuename
Adam Gross
2020-01-10
7
-47/+109
|
\
\
|
|
/
|
*
Merge pull request #3478 from grossag/topic/grossag/value
William Deegan
2019-12-30
2
-9/+68
|
|
\
|
|
*
Fix ambiguous variable name sider issue
Adam Gross
2019-12-29
1
-3/+3
|
|
*
Clean up the code and use try/except more to optimize things
Adam Gross
2019-12-29
2
-20/+20
|
|
*
Exclude non-primitive values from memoization
Adam Gross
2019-12-23
2
-0/+17
|
|
*
Address PR feedback
Adam Gross
2019-12-12
1
-4/+2
|
|
*
Add a test to confirm that built values are not memoized
Adam Gross
2019-11-27
1
-0/+11
|
|
*
Fix some existing flake8 validation issues in PythonTests.py
Adam Gross
2019-11-25
1
-5/+7
|
|
*
Add test cases for memoization
Adam Gross
2019-11-25
1
-0/+11
|
|
*
Improve readability by explicitly declaring _memoLookupMap as global
Adam Gross
2019-11-25
1
-0/+2
|
|
*
Memoize environment.Value() to improve performance
Adam Gross
2019-11-25
1
-6/+24
|
*
|
syntax fixups suggested by PyCharm
Mats Wichmann
2019-12-23
4
-26/+27
|
*
|
checker fixes: None, trailing ws, list init
Mats Wichmann
2019-12-21
1
-6/+7
|
*
|
Optimize for most common case in Entry.disambiguate()
Mathew Robinson
2019-12-12
1
-5/+5
|
|
/
*
|
Add a functional test
Adam Gross
2019-12-02
2
-3/+2
*
|
Avoid a flake8 warning where "contents" is unused
Adam Gross
2019-11-25
1
-0/+1
*
|
Add support for Value objects being implicit dependencies
Adam Gross
2019-11-25
2
-0/+14
|
/
*
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
[next]