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
...
|
|
*
|
|
Various improvements to the change
Adam Gross
2019-12-02
1
-25/+25
|
|
*
|
|
Add support for scanning multiple entries in an action string
Adam Gross
2019-12-02
2
-7/+32
|
*
|
|
|
Change errant TEXFTILESUFFIX to SUBSTFILESUFFIX
Mats Wichmann
2020-02-15
2
-1/+2
*
|
|
|
|
Merge branch 'master' into c-conditional-scanner
William Deegan
2020-02-19
63
-580/+255
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
Merge pull request #3561 from bdbaddog/more_post_py27_cleanup_02_17_2020
William Deegan
2020-02-19
13
-249/+139
|
|
\
\
\
\
|
|
*
|
|
|
Remove u' u" from strings. no longer needed
William Deegan
2020-02-18
9
-41/+24
|
|
*
|
|
|
more post py27 cleanup
William Deegan
2020-02-18
5
-182/+84
|
|
*
|
|
|
More post py27 cleanup. Remove no-op function calls. Fix _exercise() built in...
William Deegan
2020-02-18
1
-26/+31
|
*
|
|
|
|
Merge branch 'master' of github.com:SCons/scons
William Deegan
2020-02-19
60
-274/+50
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
*
|
|
|
more unicode cleanup
William Deegan
2020-02-18
1
-10/+2
|
|
*
|
|
|
more unicode cleanup
William Deegan
2020-02-18
3
-28/+2
|
|
*
|
|
|
more unicode cleanup
William Deegan
2020-02-18
1
-16/+0
|
|
*
|
|
|
More unicode removal and cleanup
William Deegan
2020-02-18
1
-15/+13
|
|
*
|
|
|
removing unicode from UtilTests.py
William Deegan
2020-02-18
1
-4/+1
|
|
*
|
|
|
remove unicode from dblite.py
William Deegan
2020-02-18
1
-20/+2
|
|
*
|
|
|
remove unicode reference in ActionTests.py
William Deegan
2020-02-18
1
-8/+0
|
|
*
|
|
|
more code cleanup found by pycharm
William Deegan
2020-02-18
1
-4/+4
|
|
*
|
|
|
replace dictionary initializations with simpler logic
William Deegan
2020-02-18
2
-13/+4
|
|
*
|
|
|
remove PY3 variable from SCons.Util No longer needed
William Deegan
2020-02-17
1
-1/+0
|
|
*
|
|
|
Fix sider issue. Simplify code by removing py27 v py35+
William Deegan
2020-02-17
1
-14/+5
|
|
*
|
|
|
Clean up collections to switch to collections.abc where possible
William Deegan
2020-02-17
7
-40/+9
|
|
*
|
|
|
remove remaining from __future__ imports
William Deegan
2020-02-17
5
-11/+0
|
|
*
|
|
|
Remove 'from __future__ import print_function' no longer needed as we're drop...
William Deegan
2020-02-17
44
-91/+6
|
|
*
|
|
|
Updated error message per sugguestion by mwichmann
William Deegan
2020-02-16
1
-1/+1
|
|
*
|
|
|
Update CHANGES.txt
William Deegan
2020-02-16
1
-0/+2
|
|
*
|
|
|
Fix Issue #2904 - add useful error message when more than one Configure() con...
William Deegan
2020-02-16
1
-1/+2
|
|
|
/
/
/
|
*
|
|
|
fix CHANGES.txt
William Deegan
2020-02-19
2
-59/+68
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
Drop Python2 support from Main.py site_dir code
Mats Wichmann
2020-02-11
2
-37/+19
|
|
*
|
|
Update Script/Main.py so it uses importlib
Mats Wichmann
2020-02-11
2
-59/+86
*
|
|
|
|
Isolate CConditionalScanner from CScanner
Ivan Kravets
2020-02-13
1
-35/+107
*
|
|
|
|
Update changes with CConditionalScanner and improved virtual C Pre-Processor
Ivan Kravets
2020-02-12
1
-4/+15
*
|
|
|
|
Merge branch 'master' into c-conditional-scanner
Ivan Kravets
2020-02-12
98
-888/+1700
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Merge pull request #3546 from mwichmann/warn-cache
William Deegan
2020-02-12
2
-11/+15
|
|
\
\
\
\
|
|
*
|
|
|
[PR #3546] update CHANGES.txt per review [ci skip]
Mats Wichmann
2020-02-11
1
-1/+3
|
|
*
|
|
|
Add a warning if msvc config cache may be outdated.
Mats Wichmann
2020-02-11
2
-11/+13
|
|
|
/
/
/
|
*
|
|
|
[ci skip] Update CHANGES.txt
William Deegan
2020-02-11
1
-0/+3
|
*
|
|
|
Fix issue #3550 - Substfile() can fail/crash when using windows paths as \'s ...
William Deegan
2020-02-11
1
-2/+1
|
*
|
|
|
Move testfile.py to testfile/ and have it use file_fixture() for SConstructs
William Deegan
2020-02-11
1
-0/+1
|
|
/
/
/
|
*
|
|
Merge pull request #3538 from mwichmann/express2017
William Deegan
2020-02-05
4
-79/+192
|
|
\
\
\
|
|
*
|
|
[PR #3538] vswhere lookup: add choco path
Mats Wichmann
2020-02-03
1
-9/+8
|
|
*
|
|
[PR #3538] fix wshwere invoke error
Mats Wichmann
2020-02-02
1
-1/+1
|
|
*
|
|
[PR #3538] roll back use of a too-new Py3 feature
Mats Wichmann
2020-02-01
1
-1/+4
|
|
*
|
|
[PR #3538] unbreak msvc tests on non-Windows
Mats Wichmann
2020-02-01
2
-41/+48
|
|
*
|
|
[PR #3538] detect msvc case where target arch is set
Mats Wichmann
2020-02-01
2
-15/+30
|
|
*
|
|
[PR #3538] detect vswhere even if not in C:
Mats Wichmann
2020-01-31
1
-18/+20
|
|
*
|
|
[PR #3538] fix CHANGES.txt typo/sider complaint [appveyor skip]
Mats Wichmann
2020-01-31
1
-1/+1
|
|
*
|
|
[PR #3538] change way native->native found
Mats Wichmann
2020-01-31
1
-22/+43
|
|
*
|
|
Add support for VS2017 Express
Mats Wichmann
2020-01-31
3
-27/+93
|
*
|
|
|
[ci skip] remove py 2.7*. Remove announce mailing list. Add mwichmann to list...
William Deegan
2020-02-05
1
-6/+3
|
*
|
|
|
[ci skip] add more instructions to CHANGES.txt on what/how to add your change...
William Deegan
2020-02-05
1
-0/+2
[prev]
[next]