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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove deprecated BuildDir, build_dir
Mats Wichmann
2019-12-15
5
-56/+8
*
Merge pull request #3495 from mwichmann/depr-Copy
William Deegan
2019-12-15
3
-23/+0
|
\
|
*
Remove deprecated env.Copy()
Mats Wichmann
2019-12-14
3
-23/+0
*
|
Merge branch 'master' into entry-microoptimization
William Deegan
2019-12-13
2
-7/+15
|
\
\
|
|
/
|
*
Merge pull request #3493 from mwichmann/defenv-2477
William Deegan
2019-12-13
1
-5/+11
|
|
\
|
|
*
[PR #3493] fix review comment [ci skip]
Mats Wichmann
2019-12-13
1
-1/+1
|
|
*
Tweak DefaultEnvironment descriptions (ci skip)
Mats Wichmann
2019-12-13
1
-5/+11
|
*
|
Improve DAG walk performance by preventing unnecessary list manipulation
Mathew Robinson
2019-12-11
1
-2/+4
|
|
/
*
|
Optimize for most common case in Entry.disambiguate()
Mathew Robinson
2019-12-12
1
-5/+5
|
/
*
Merge branch 'master' into py3-doctasks
William Deegan
2019-12-10
9
-65/+143
|
\
|
*
Merge pull request #3473 from kulikjak/master
William Deegan
2019-12-10
2
-5/+8
|
|
\
|
|
*
Fix incorrect testing assumptions for Solaris
Jakub Kulik
2019-11-01
2
-5/+8
|
*
|
Merge pull request #3475 from mwichmann/addopt-docs
William Deegan
2019-12-10
1
-4/+33
|
|
\
\
|
|
*
|
[PR 3475] further wording tweaks on AddOption [ci skip]
Mats Wichmann
2019-11-21
1
-6/+20
|
|
*
|
[PR 3475] update docs/generated [ci skip]
Mats Wichmann
2019-11-16
1
-2/+2
|
|
*
|
Document that AddOpt has limitations [ci skip]
Mats Wichmann
2019-11-13
1
-0/+15
|
*
|
|
Merge pull request #3487 from mwichmann/update-action-timestamp
William Deegan
2019-12-09
2
-5/+4
|
|
\
\
\
|
|
*
|
|
Update debug=action-timestamps
Mats Wichmann
2019-12-07
2
-5/+4
|
*
|
|
|
Convert our file replacement to be a class
Adam Gross
2019-12-09
1
-3/+6
|
*
|
|
|
Merge branch 'master' into topic/grossag/winmultifix
Adam Gross
2019-12-08
2
-12/+51
|
|
\
\
\
\
|
|
*
|
|
|
Address GaryO's feedback on PR 3129. Also reformatted Command() PEP8
William Deegan
2019-12-08
1
-18/+34
|
|
*
|
|
|
Merge pull request #3129 from dragon512/update-command
William Deegan
2019-12-06
2
-6/+29
|
|
|
\
\
\
\
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
|
|
*
|
|
Allow Command to take more builder options
Jason Kenny
2019-12-04
2
-6/+29
|
|
|
|
/
/
|
*
|
|
|
Fix SConsTests.py to actually clear out the file/open overrides
Adam Gross
2019-12-08
1
-16/+12
|
*
|
|
|
Fix multithreaded Windows builds when a thread has a file open for write
Adam Gross
2019-12-06
1
-25/+34
|
|
/
/
/
*
|
|
|
Improve building of docs using Py3 [ci skip]
Mats Wichmann
2019-12-05
110
-115/+115
|
/
/
/
*
|
|
fix more Python escape complaints
Mats Wichmann
2019-12-02
2
-3/+3
*
|
|
try a different approach that should work on python 3.5.
Rob Boehne
2019-11-26
1
-2/+2
*
|
|
Fix a problem under Solaris when using Python 3, while maintaining support fo...
Rob Boehne
2019-11-26
1
-13/+28
*
|
|
Merge branch 'master' into patch-1
William Deegan
2019-11-18
3
-12/+9
|
\
\
\
|
*
|
|
Fix simple typo: whos -> whose
Tim Gates
2019-11-16
1
-1/+1
|
|
/
/
|
*
|
Merge pull request #3472 from maiphi/latex_latin1
William Deegan
2019-11-08
1
-2/+2
|
|
\
\
|
|
*
|
Tex builder: avoid error when reading non-utf-8 log files
maiphi
2019-11-01
1
-2/+2
|
|
|
/
|
*
|
Remove deprecated Builder keywords
Mats Wichmann
2019-10-22
1
-9/+6
|
|
/
*
|
Added support for "-imacros" to ParseFlags
Ivan Kravets
2019-11-06
3
-28/+31
*
|
Parse GCC -imacros option
Ivan Kravets
2019-11-01
1
-1/+4
|
/
*
Remove deprecated {Source,Target}Signatures
Mats Wichmann
2019-10-20
5
-403/+7
*
Merge pull request #3462 from mwichmann/msvc_env_cache
William Deegan
2019-10-12
4
-70/+140
|
\
|
*
[PR 3462] update doc/comments for msvc-env-cache
Mats Wichmann
2019-10-12
2
-8/+15
|
*
[PR 3462] convert json cache better way for py2
Mats Wichmann
2019-10-11
2
-18/+19
|
*
[PR 3462] python two handle the json
Mats Wichmann
2019-10-11
1
-1/+13
|
*
[PR 3462] env-var-cache: fix exception to be 2.7 compatible
Mats Wichmann
2019-10-10
1
-20/+25
|
*
[WIP] enable persistent caching of vcvars on win32
Mats Wichmann
2019-10-10
4
-57/+102
*
|
Merge remote-tracking branch 'origin/master'
Edoardo Bezzeccheri
2019-10-09
4
-8/+32
|
\
\
|
*
\
Merge branch 'master' into CmdStringHolder
William Deegan
2019-10-08
6
-67/+156
|
|
\
\
|
|
*
\
Merge pull request #3457 from mwichmann/emitter-doc
William Deegan
2019-10-08
1
-5/+25
|
|
|
\
\
|
|
|
|
/
|
|
|
/
|
|
|
|
*
Add doc for *EMITTER consvars [ci skip]
Mats Wichmann
2019-10-01
1
-5/+25
|
|
*
|
Merge branch 'master' into patch-1
William Deegan
2019-10-06
1
-2/+2
|
|
|
\
\
|
|
|
*
|
Fix bytes not being decoded in suncxx.py
Jakub Kulík
2019-09-27
1
-2/+2
|
|
|
|
/
|
|
*
|
fix CheckFunc detection code for MSVC
jw0k
2019-10-04
1
-0/+4
|
|
|
/
[next]