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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add name parameter as requested in PR
Adam Gross
2020-01-15
4
-8/+18
*
Update and improve tests
Adam Gross
2020-01-10
6
-23/+39
*
Merge branch 'master' into topic/grossag/valuename
Adam Gross
2020-01-10
320
-2591/+3250
|
\
|
*
Merge pull request #3521 from bdbaddog/remove_py27_part_2
William Deegan
2020-01-10
8
-93/+25
|
|
\
|
|
*
Resolve mwichmann's commments on PR removing extraneous code
William Deegan
2020-01-10
2
-3/+3
|
|
*
Remove if PY3 code.
William Deegan
2020-01-10
6
-43/+17
|
|
*
Remove UnicodeType as py35+ has unicode strings. Remove some py27 imports. Ma...
William Deegan
2020-01-10
4
-52/+10
|
|
/
|
*
Merge pull request #3520 from mwichmann/docfixes
William Deegan
2020-01-07
3
-32/+44
|
|
\
|
|
*
[PR #3520] just drop the userguide section
Mats Wichmann
2020-01-07
1
-19/+0
|
|
*
Fixup some doc inconsistencies. [CI skip]
Mats Wichmann
2020-01-07
3
-25/+56
|
|
/
|
*
Merge pull request #3518 from chasinglogic/subst-less-recursion
William Deegan
2020-01-06
2
-0/+22
|
|
\
|
|
*
[ci skip] Document ListSubber.expanded and usage
Mathew Robinson
2020-01-06
1
-0/+10
|
|
*
Handle UserString in ListSubber.expanded
Mathew Robinson
2020-01-06
1
-1/+5
|
|
*
Prevent unnecessary recursion when value is already expanded
Mathew Robinson
2020-01-06
2
-0/+8
|
|
/
|
*
Merge pull request #3517 from chasinglogic/subst-less-eval
William Deegan
2020-01-06
2
-32/+47
|
|
\
|
|
*
Store unexpanded string for reporting in error messages
Mathew Robinson
2020-01-06
1
-4/+10
|
|
*
Prevent unnecessary eval calls in Subst
Mathew Robinson
2019-12-23
2
-32/+41
|
*
|
Remove extraneous debug output
William Deegan
2020-01-02
1
-1/+0
|
*
|
[ci skip] typo in error message in test
William Deegan
2020-01-02
1
-2/+2
|
*
|
Merge pull request #3515 from bdbaddog/drop_py27_support
William Deegan
2020-01-02
12
-151/+44
|
|
\
\
|
|
*
|
[ci skip] Add logic to know when running in pypy
William Deegan
2020-01-02
2
-0/+6
|
|
*
|
kick github CI's for PR
William Deegan
2020-01-02
1
-0/+1
|
|
*
|
[ci skip] Add to CHANGES.txt
William Deegan
2020-01-02
1
-0/+1
|
|
*
|
move coverage startuplogic to sitecustomize.py from usercustomize.py
William Deegan
2020-01-02
1
-4/+4
|
|
*
|
move coverage startuplogic to sitecustomize.py from usercustomize.py
William Deegan
2020-01-02
1
-0/+8
|
|
*
|
fix typo
William Deegan
2020-01-01
1
-1/+1
|
|
*
|
try non-sudo'd usercustomize.py file in sys.path[-1] instead of user site dir...
William Deegan
2020-01-01
1
-7/+7
|
|
*
|
Fix use-dbm test to work with sconsign files using dbm but where the underlyi...
William Deegan
2020-01-01
1
-7/+10
|
|
*
|
Fix use-dbm test to work with sconsign files using dbm but where the underlyi...
William Deegan
2020-01-01
1
-0/+0
|
|
*
|
remove --user from pip install coverage
William Deegan
2019-12-31
1
-1/+1
|
|
*
|
[appveyor skip] Drop pypy from build matrix. (it's py27)
William Deegan
2019-12-30
1
-8/+1
|
|
*
|
Remove Py27 vs Py 35+ compat code.
William Deegan
2019-12-30
1
-54/+2
|
|
*
|
Change scons and sconsign to error out if run with Python < 3.5
William Deegan
2019-12-30
2
-4/+4
|
|
*
|
Remove PY 27 from README. Now only PY 3.5+
William Deegan
2019-12-30
2
-2/+2
|
|
*
|
Remove Python 2.7 from CI
William Deegan
2019-12-30
2
-68/+1
|
*
|
|
Merge pull request #3514 from mwichmann/elim-mktemp
William Deegan
2019-12-30
7
-78/+72
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Get rid of remaining mktemp calls
Mats Wichmann
2019-12-30
7
-78/+72
|
|
/
/
|
*
|
Merge pull request #3478 from grossag/topic/grossag/value
William Deegan
2019-12-30
5
-12/+73
|
|
\
\
|
|
*
|
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
|
|
*
|
Merge branch 'master' into topic/grossag/value
William Deegan
2019-12-10
393
-4827/+3817
|
|
|
\
\
|
|
*
|
|
Add a test to confirm that built values are not memoized
Adam Gross
2019-11-27
1
-0/+11
|
|
*
|
|
Fix EnvironmentTests.py now that env.Value() is memoized
Adam Gross
2019-11-25
1
-2/+1
|
|
*
|
|
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
|
|
*
|
|
Update CHANGES.txt
Adam Gross
2019-11-25
1
-0/+5
|
|
*
|
|
Memoize environment.Value() to improve performance
Adam Gross
2019-11-25
2
-7/+25
[next]