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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove 'from __future__ import print_function' no longer needed as we're drop...
William Deegan
2020-02-17
44
-91/+6
*
Merge pull request #3557 from bdbaddog/issue-2906-useful_error_on_duplicate_C...
William Deegan
2020-02-16
4
-1/+66
|
\
|
*
Updated error message per sugguestion by mwichmann
William Deegan
2020-02-16
2
-2/+2
|
*
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
3
-1/+64
|
/
*
[ci skip] fix typo
William Deegan
2020-02-14
1
-1/+1
*
Merge pull request #3554 from mwichmann/test-no-whereis-py
William Deegan
2020-02-14
9
-49/+36
|
\
|
*
[PR #3554] restore wrapper.py for former state
Mats Wichmann
2020-02-13
1
-2/+2
|
*
[PR #3554] trim unused bits from swig tests
Mats Wichmann
2020-02-13
3
-14/+1
|
*
test cleanups: use harness python
Mats Wichmann
2020-02-12
9
-47/+47
*
|
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] Added mwichman as a developer so github sponsors can contribute to him
William Deegan
2020-02-12
1
-1/+1
*
|
[ci skip] Added mwichman as a developer so github sponsors can contribute to him
William Deegan
2020-02-12
1
-1/+1
*
|
Merge pull request #3551 from bdbaddog/fix_issue_3550_substfile
William Deegan
2020-02-11
8
-62/+125
|
\
\
|
|
/
|
/
|
|
*
Resolve sider complaint
William Deegan
2020-02-11
1
-2/+0
|
*
[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
|
*
Add tests for issue 3550
William Deegan
2020-02-11
6
-29/+88
|
*
Move testfile.py to testfile/ and have it use file_fixture() for SConstructs
William Deegan
2020-02-11
4
-48/+52
|
/
*
Merge pull request #3548 from bdbaddog/update_release_info_2020
William Deegan
2020-02-11
3
-296/+347
|
\
|
*
Merge branch 'update_release_info_2020' of github.com:bdbaddog/scons into upd...
William Deegan
2020-02-11
27
-89/+103
|
|
\
|
|
*
Merge branch 'master' into update_release_info_2020
William Deegan
2020-02-11
27
-89/+103
|
|
|
\
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #3547 from mwichmann/test-nosystem
William Deegan
2020-02-11
28
-90/+104
|
\
\
\
|
*
|
|
Fix a couple of tests
Mats Wichmann
2020-02-08
2
-5/+4
|
*
|
|
Stop calling os.system in tests.
Mats Wichmann
2020-02-07
27
-85/+100
|
/
/
/
|
*
|
Fix sider found spelling error
William Deegan
2020-02-11
1
-1/+1
|
|
/
|
*
Fixed post release mode
William Deegan
2020-02-11
1
-3/+5
|
*
fixed tests and some code to be testable
William Deegan
2020-02-10
2
-99/+110
|
*
Updates work for develop mode
William Deegan
2020-02-10
2
-208/+246
|
/
*
[ci skip] update to create #.#.#.devMMYYHHmmss as version string for devel bu...
William Deegan
2020-02-06
1
-15/+18
*
Merge pull request #3538 from mwichmann/express2017
William Deegan
2020-02-05
5
-90/+220
|
\
|
*
[PR #3538] vswhere lookup: add choco path
Mats Wichmann
2020-02-03
1
-9/+8
|
*
[PR #3538] MSVC UWP test was never updated for 14.2
Mats Wichmann
2020-02-02
1
-11/+28
|
*
[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] Fix SConsRevision.py to properly use with open as f instead of open...
William Deegan
2020-02-05
1
-3/+5
*
|
Merge pull request #3533 from mwichmann/more-doc2
William Deegan
2020-02-05
9
-91/+148
|
\
\
|
*
|
[PR #3533] fix typo [ci skip]
Mats Wichmann
2020-02-05
1
-1/+1
|
*
|
Another round of user guide fiddling [ci skip]
Mats Wichmann
2020-01-24
9
-91/+148
*
|
|
[ci skip] remove py 2.7*. Remove announce mailing list. Add mwichmann to list...
William Deegan
2020-02-05
1
-6/+3
*
|
|
[ci skip] Added Discord server info to issue templates
William Deegan
2020-02-05
2
-0/+2
*
|
|
[ci skip] add more instructions to CHANGES.txt on what/how to add your change...
William Deegan
2020-02-05
1
-0/+2
[next]