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
/
Tool
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into fix_appveyor_vs2019_issue1
William Deegan
2019-12-25
16
-46/+46
|
\
|
*
syntax fixups suggested by PyCharm
Mats Wichmann
2019-12-23
15
-36/+36
|
*
Merge pull request #3508 from mwichmann/pc-none-syntax
William Deegan
2019-12-21
2
-8/+8
|
|
\
|
|
*
checker fixes: None, trailing ws, list init
Mats Wichmann
2019-12-21
2
-8/+8
|
*
|
Fix two small syntax errors in string formatting
Mats Wichmann
2019-12-21
1
-2/+2
|
|
/
*
|
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
|
/
*
Merge branch 'master' into py3-doctasks
William Deegan
2019-12-10
1
-1/+8
|
\
|
*
Merge pull request #3473 from kulikjak/master
William Deegan
2019-12-10
1
-1/+8
|
|
\
|
|
*
Fix incorrect testing assumptions for Solaris
Jakub Kulik
2019-11-01
1
-1/+8
*
|
|
Improve building of docs using Py3 [ci skip]
Mats Wichmann
2019-12-05
99
-101/+101
|
/
/
*
|
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
*
|
Fix simple typo: whos -> whose
Tim Gates
2019-11-16
1
-1/+1
*
|
Tex builder: avoid error when reading non-utf-8 log files
maiphi
2019-11-01
1
-2/+2
|
/
*
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 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
*
|
Fix bytes not being decoded in suncxx.py
Jakub Kulík
2019-09-27
1
-2/+2
|
/
*
Docs for InstallVersionedLib and --install-sandbox [ci skip]
Mats Wichmann
2019-09-25
1
-0/+16
*
[#3425] review comment: pluralize source file
Mats Wichmann
2019-09-07
1
-1/+1
*
[PR #3425] further tweak "default" tool wording [ci skip]
Mats Wichmann
2019-09-07
1
-13/+13
*
[PR #3425] provide path to src for tool defaults [ci skip]
Mats Wichmann
2019-09-07
1
-1/+3
*
[PR #3245] fix sider complaint about misspelling [ci skip]
Mats Wichmann
2019-09-07
1
-1/+1
*
manpage: clarify that tools=[list] overrides [ci skip]
Mats Wichmann
2019-09-07
4
-6/+87
*
Use "in" in preference to string find method
Mats Wichmann
2019-08-30
2
-4/+4
*
Clean up D compiler pages
Mats Wichmann
2019-08-27
4
-924/+329
*
Merge branch 'master' into topic/grossag/msvs
William Deegan
2019-07-19
3
-40/+63
|
\
|
*
msvs host-target fix + vs19 support
Mats Wichmann
2019-07-15
3
-40/+63
*
|
[ci skip] MSVS doc fix and output of rerunning doc generation
Adam Gross
2019-07-19
1
-2/+2
*
|
[ci skip] Updated CHANGES.txt and msvs.xml documentation
Adam Gross
2019-07-19
1
-3/+35
*
|
Integrate requested changes to msvsTests.py
Adam Gross
2019-07-19
1
-5/+10
*
|
Fix msvs tests
Adam Gross
2019-07-18
1
-2/+20
*
|
Fix issues raised in code review
Adam Gross
2019-07-17
2
-34/+72
*
|
Upgrade and improve Visual Studio solution/project generation code
Adam Gross
2019-07-17
2
-56/+174
|
/
*
Fix sider warning
William Deegan
2019-06-20
1
-1/+1
*
Allow MSVCUnsupportedTargetArch and MSVCUnsupportedHostArch exceptions to pro...
William Deegan
2019-06-20
2
-1/+4
*
Switch back to None with proper comparison using is instead of not
William Deegan
2019-06-19
1
-4/+4
*
Switch from testing for directory value being false to -1 as "" evaluates to ...
William Deegan
2019-06-19
1
-4/+9
*
Fix conflict
William Deegan
2019-06-18
1
-5/+0
*
Added tests to logic changes by mhqtronic PR #3375
William Deegan
2019-06-18
2
-17/+205
*
Fix a small error in docbook tool
Mats Wichmann
2019-04-30
1
-1/+1
*
Fix misplaced file closing
Mats Wichmann
2019-04-28
1
-2/+7
[next]