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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #3608 from bdbaddog/add_vswhere_variable
William Deegan
2020-04-23
8
-52/+151
|
\
|
*
[ci skip] updated wording for VSWHERE
William Deegan
2020-04-22
1
-4/+5
|
*
[ci skip] Doc updates
William Deegan
2020-04-21
1
-18/+18
|
*
[ci skip] Update docs
William Deegan
2020-04-21
1
-4/+14
|
*
Merge branch 'master' into add_vswhere_variable
William Deegan
2020-04-19
15
-297/+851
|
|
\
|
*
|
We're all py3 now can use exist_ok=True on os.mkdirs(). Thanks mwichmann
William Deegan
2020-04-13
1
-2/+1
|
*
|
fix vcTests.py creating already existing dir on win32
William Deegan
2020-04-13
1
-1/+2
|
*
|
resolve sider issue. import sys not needed
William Deegan
2020-04-12
1
-1/+0
|
*
|
If no vswhere.exe is found, do not try to run it. Was breaking tests on non-w...
William Deegan
2020-04-12
1
-0/+5
|
*
|
Address comments on PR for docs
William Deegan
2020-04-12
1
-9/+14
|
*
|
Address PR comments
William Deegan
2020-04-12
2
-7/+5
|
*
|
Resolve issue #3605. Allow specifying VSWHERE to environment
William Deegan
2020-04-10
8
-48/+126
|
*
|
pep8
William Deegan
2020-04-09
2
-5/+8
*
|
|
Merge pull request #3623 from mwichmann/doc-tools
William Deegan
2020-04-23
1
-37/+38
|
\
\
\
|
*
|
|
docs: update Tool description [ci skip]
Mats Wichmann
2020-04-23
1
-37/+38
|
|
|
/
|
|
/
|
*
|
|
PEP8 + removed '-Wl,-Bsymbolic' from SHLIBVERSIONFLAGS fixes issue #3248
William Deegan
2020-04-21
1
-9/+8
|
/
/
*
|
Merge pull request #3576 from mwichmann/win-mess
William Deegan
2020-04-16
1
-27/+53
|
\
\
|
*
|
[PR #3576] workaroud "oem" coding not on Py3.5
Mats Wichmann
2020-04-07
1
-3/+10
|
*
|
Merge branch 'master' into win-mess
William Deegan
2020-04-05
7
-30/+78
|
|
\
\
|
*
|
|
[PR #3576] change decoding to "oem" in vcvars* runner
Mats Wichmann
2020-03-19
1
-8/+15
|
*
|
|
[PR #3576] fix typo in powershell path
Mats Wichmann
2020-03-17
1
-1/+1
|
*
|
|
[PR #3576] add powershell path
Mats Wichmann
2020-03-17
1
-10/+15
|
*
|
|
Pass some env vars that affect msvs tool setup.
Mats Wichmann
2020-03-17
1
-10/+17
*
|
|
|
Merge pull request #3611 from mwichmann/doc-implicitdep
William Deegan
2020-04-16
2
-43/+61
|
\
\
\
\
|
*
|
|
|
[PR #3611] implicit deps fix review comment [ci skip]
Mats Wichmann
2020-04-12
2
-9/+12
|
*
|
|
|
Update doc wording for IMPLICIT_COMMAND_DEPEDENCIES [ci skip]
Mats Wichmann
2020-04-11
1
-38/+53
*
|
|
|
|
Merge pull request #3603 from bdbaddog/revamp_scons_build
William Deegan
2020-04-16
4
-186/+689
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Address github review notes and sider issues
William Deegan
2020-04-11
1
-5/+5
|
*
|
|
|
add logic to not include *Tests.py in wheel
William Deegan
2020-04-09
1
-186/+0
|
*
|
|
|
Fix sconsign tests and script
William Deegan
2020-04-09
1
-45/+4
|
*
|
|
|
move scons-configure-cache logic into SCons.Utilities.ConfigureCache:main and...
William Deegan
2020-04-09
1
-0/+182
|
*
|
|
|
move sconsign logic into src/engine/SCons/Utilties, update entry_points to ge...
William Deegan
2020-04-09
2
-0/+548
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #3601 from mwichmann/man-examples-fmt
William Deegan
2020-04-10
8
-41/+48
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Manpage example tweaks [ci skip]
Mats Wichmann
2020-04-07
8
-41/+48
|
|
|
/
|
|
/
|
*
|
|
Fix inconsistencies between RootDir attributes
Adam Gross
2020-04-02
1
-1/+7
|
/
/
*
|
Generate groff-style manpages with Py3 [ci skip]
Mats Wichmann
2020-03-29
1
-2/+7
*
|
Improve manpage treatment of Variables and Configure
Mats Wichmann
2020-03-26
3
-14/+18
*
|
[PR #3591] tweak --tree=linedraw
Mats Wichmann
2020-03-24
1
-16/+16
*
|
Add option to use box-draw chars with --tree
Mats Wichmann
2020-03-24
1
-6/+18
*
|
Adding posibility to use single line drawing when displaying the dependency tree
Iosif Daniel Kurazs
2020-03-24
3
-13/+40
|
/
*
Merge pull request #3583 from mwichmann/man-notes
William Deegan
2020-03-15
2
-23/+31
|
\
|
*
Add a link from Clone() to Envirornment() methods. [ci skip]
Mats Wichmann
2020-03-13
1
-1/+1
|
*
Fix the packagers table again. [ci skip]
Mats Wichmann
2020-03-13
1
-22/+30
*
|
Merge pull request #3574 from mwichmann/more-py2-cleanups
William Deegan
2020-03-15
5
-95/+19
|
\
\
|
*
|
[PR #3574] fix sider complaints
Mats Wichmann
2020-03-03
2
-2/+1
|
*
|
Clean up some more Python 2 code
Mats Wichmann
2020-03-03
5
-95/+20
*
|
|
Merge pull request #3577 from bdbaddog/add_msys2_mingw_paths
William Deegan
2020-03-15
1
-0/+1
|
\
\
\
|
*
|
|
Add msys2 installed mingw64 to PATH for mingw tool
William Deegan
2020-03-09
1
-0/+1
|
|
/
/
*
|
|
Purge some py 2.7 code
William Deegan
2020-03-13
1
-7/+0
|
|
/
|
/
|
*
|
Fix syntax problem in Action doc [ci skip]
Mats Wichmann
2020-03-09
1
-3/+3
|
/
[next]