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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add name parameter as requested in PR
Adam Gross
2020-01-15
3
-5/+13
*
Update and improve tests
Adam Gross
2020-01-10
1
-1/+2
*
Merge branch 'master' into topic/grossag/valuename
Adam Gross
2020-01-10
174
-1194/+1175
|
\
|
*
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
|
*
Fixup some doc inconsistencies. [CI skip]
Mats Wichmann
2020-01-07
2
-6/+38
|
*
[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
|
*
|
Merge pull request #3515 from bdbaddog/drop_py27_support
William Deegan
2020-01-02
5
-58/+13
|
|
\
\
|
|
*
|
[ci skip] Add logic to know when running in pypy
William Deegan
2020-01-02
1
-0/+5
|
|
*
|
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
|
|
*
|
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
|
*
|
|
Get rid of remaining mktemp calls
Mats Wichmann
2019-12-30
5
-75/+71
|
|
/
/
|
*
|
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
121
-213/+319
|
|
|
\
\
|
|
*
|
|
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
|
*
|
|
|
Fix CacheDirTest so that temp dir is not under the directory that the runtest...
William Deegan
2019-12-26
1
-1/+1
|
*
|
|
|
Merge branch 'master' into fix_appveyor_vs2019_issue1
William Deegan
2019-12-25
44
-673/+528
|
|
\
\
\
\
|
|
*
|
|
|
syntax fixups suggested by PyCharm
Mats Wichmann
2019-12-23
38
-116/+119
|
|
|
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
Merge pull request #3508 from mwichmann/pc-none-syntax
William Deegan
2019-12-21
7
-36/+37
|
|
|
\
\
\
|
|
|
*
|
|
checker fixes: None, trailing ws, list init
Mats Wichmann
2019-12-21
7
-36/+37
|
|
*
|
|
|
Fix two small syntax errors in string formatting
Mats Wichmann
2019-12-21
2
-2/+3
|
|
|
/
/
/
|
|
*
|
|
[PR #3506] restore accidentally removed Split
Mats Wichmann
2019-12-20
1
-0/+21
|
|
*
|
|
Remove deprecated SourceCode func/method
Mats Wichmann
2019-12-20
5
-182/+3
|
|
*
|
|
Improve performance of Subst by preventing unnecessary frame allocations
Mathew Robinson
2019-12-18
2
-361/+365
|
*
|
|
|
[ci skip] Updated CHANGES.txt
William Deegan
2019-12-25
1
-3/+6
|
*
|
|
|
Update clang logic to initialize MSVC shell environment variables needed for ...
William Deegan
2019-12-25
2
-0/+10
|
*
|
|
|
Add c:\msys64\mingw64\bin for appveyor vs2019
William Deegan
2019-12-25
1
-0/+1
|
*
|
|
|
Add propagating VCINSTALLDIR and VCToolsInstallDir which are used by CLang to...
William Deegan
2019-12-24
1
-5/+16
|
|
/
/
/
|
*
|
|
Revert code back to development mode
William Deegan
2019-12-17
3
-62/+52
|
*
|
|
Update version strings
William Deegan
2019-12-17
3
-3/+3
|
*
|
|
Update content in RELEASE.txt CHANGES.txt Announce.txt and bump the version i...
William Deegan
2019-12-17
3
-46/+66
[next]