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
*
Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...
William Deegan
2020-05-06
1655
-508372/+0
*
Merge pull request #3631 from mwichmann/docs-Detect
William Deegan
2020-05-04
1
-50/+67
|
\
|
*
[PR #3631] clarify Detect and WhereIs [ci skip]
Mats Wichmann
2020-05-04
1
-41/+41
|
*
Document env.Detect [ci skip]
Mats Wichmann
2020-04-29
1
-20/+37
*
|
Merge pull request #3634 from mwichmann/win-uuid
William Deegan
2020-05-03
4
-19/+33
|
\
\
|
*
|
Use uuid lib for Visual Studio guids
Mats Wichmann
2020-05-01
4
-19/+33
*
|
|
Merge pull request #3635 from dmoody256/soname_fix_for_issue_3246
William Deegan
2020-05-03
2
-2/+16
|
\
\
\
|
*
|
|
resolve github Issue #3246
Daniel Moody
2020-05-01
2
-2/+16
|
|
/
/
*
|
|
Merge branch 'master' of github.com:SCons/scons
William Deegan
2020-05-02
1
-2/+2
|
\
\
\
|
*
|
|
[doc] Update description of ARCOMSTR [ci skip]
Mats Wichmann
2020-05-01
1
-2/+2
|
|
/
/
*
|
|
[ci skip] Correct spelling in comments and CHANGES.txt
William Deegan
2020-05-02
1
-1/+1
|
/
/
*
|
tests: use unittest decorator for skipping
Mats Wichmann
2020-04-29
1
-24/+24
|
/
*
[ci skip] minor reformatting
William Deegan
2020-04-29
1
-2/+10
*
Merge pull request #3619 from bentonj-vmw/msvs-cppflags
William Deegan
2020-04-29
3
-27/+68
|
\
|
*
Add support for passing cppflags through to Visual Studio project generation.
James Benton
2020-04-27
3
-27/+68
*
|
Merge pull request #3627 from mwichmann/doc-exports
William Deegan
2020-04-29
1
-112/+103
|
\
\
|
|
/
|
/
|
|
*
docs: fix typos from sider
Mats Wichmann
2020-04-28
1
-2/+2
|
*
docs: tweak "manpage" (shared) Return, SConscript [ci skip]
Mats Wichmann
2020-04-28
1
-94/+83
|
*
Exports doc fixes [ci skip]
Mats Wichmann
2020-04-26
1
-40/+42
*
|
Merge branch 'master' into c-conditional-scanner
William Deegan
2020-04-27
39
-337/+1300
|
\
\
|
*
\
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
14
-111/+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
3
-0/+689
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
Address github review notes and sider issues
William Deegan
2020-04-11
1
-5/+5
|
|
*
|
|
|
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
[next]