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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PY 3.8] test fixes for file closings, rawstrings
Mats Wichmann
2019-04-25
12
-118/+151
*
[PY 3.8] file closes in tools and others
Mats Wichmann
2019-04-25
16
-92/+108
*
[PR #3337] fix two minor Sider complaints
Mats Wichmann
2019-04-24
1
-2/+1
*
[PR #3337] test case now uses mocked env
Mats Wichmann
2019-04-24
1
-24/+42
*
[PR #3337] add testcase for tool lookup
Mats Wichmann
2019-04-24
2
-23/+46
*
Merge branch 'master' into tool-add
William Deegan
2019-04-23
42
-323/+470
|
\
|
*
Merge pull request #3352 from mwichmann/java-vers
William Deegan
2019-04-23
7
-69/+173
|
|
\
|
|
*
Merge pull request #1 from bdbaddog/java-vers
Mats Wichmann
2019-04-22
2
-95/+136
|
|
|
\
|
|
|
*
changes to unit test to avoid hitting the filesystem
William Deegan
2019-04-22
2
-95/+136
|
|
*
|
Merge branch 'master' into java-vers
William Deegan
2019-04-22
29
-253/+209
|
|
|
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Move the jdk-version-glob test to unit tests
Mats Wichmann
2019-04-17
1
-0/+50
|
|
*
|
Fix problems with jdk detection
Mats Wichmann
2019-04-14
6
-42/+58
|
*
|
|
Fix default value logic for TEMPFILEARGJOIN
William Deegan
2019-04-22
1
-1/+1
|
*
|
|
Fix Issue #3350 - Update CHANGES.txt and RELEASE.txt
William Deegan
2019-04-22
2
-1/+6
|
*
|
|
Merge remote-tracking branch 'origin/fix_3350_mslink_tempfile_join_char' into...
William Deegan
2019-04-22
7
-10/+75
|
|
\
\
\
|
|
*
|
|
Updated mslink, mslib, msvc, platform docs, and added unit test
William Deegan
2019-04-22
7
-6/+65
|
|
*
|
|
PEP 8 file
William Deegan
2019-04-22
1
-4/+10
|
*
|
|
|
Merge branch 'master' of github.com:SCons/scons into fix_3350_mslink_tempfile...
William Deegan
2019-04-22
26
-232/+187
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
/
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Fixup some code triggering pylint errors.
Mats Wichmann
2019-04-21
26
-232/+187
|
*
|
|
Issue #3350 - Add TEMPFILEARGJOINBYTE as a variable to be used to join each i...
William Deegan
2019-04-20
4
-1/+15
|
|
/
/
|
*
|
Issue #3350 - Refactor EnvironmentError to SConsEnvironmentError to avoid ove...
William Deegan
2019-04-18
8
-17/+21
|
|
/
*
|
[PR #3337] centralize definition of candidates
Mats Wichmann
2019-04-16
2
-29/+23
*
|
[PR #3337] clean up lex and yacc tools
Mats Wichmann
2019-04-13
2
-18/+28
*
|
[#3336] do not add not-found tool paths
Mats Wichmann
2019-04-13
3
-12/+18
|
/
*
Give sconsign a default filename.
Mats Wichmann
2019-04-05
2
-39/+52
*
[PR #3331] resync with PR #3330
Mats Wichmann
2019-03-30
1
-2/+1
*
Add changelog for PR #3331
Mats Wichmann
2019-03-30
1
-0/+2
*
[PY 3.8] tempoary fix: move imp import
Mats Wichmann
2019-03-30
1
-1/+2
*
[PY 3.8] fix some sider complaints in #3331
Mats Wichmann
2019-03-30
1
-1/+0
*
[PY 3.8] roll back scons-time to use os.popen
Mats Wichmann
2019-03-30
1
-4/+8
*
[WIP] [PY 3.8] fix more warnings
Mats Wichmann
2019-03-30
8
-35/+25
*
[PR #333] close files to avoid scons-time races
Mats Wichmann
2019-03-29
2
-11/+21
*
[PR #3330] try to eliminate race in scons-time
Mats Wichmann
2019-03-29
1
-23/+3
*
Reset to development post merge from release branch
William Deegan
2019-03-27
3
-33/+70
*
Release file updates for Release 3.0.5
3.0.5
William Deegan
2019-03-26
3
-71/+44
*
Updates to CHANGES.txt for Release 3.0.5
William Deegan
2019-03-26
1
-2/+3
*
Fix Issue #3333 - Find vswhere under 32 bit windows installs
William Deegan
2019-03-26
2
-7/+16
*
Add bugfix info to CHANGES.txt
William Deegan
2019-03-18
1
-0/+1
*
Add support for MSSDK V10.0A fixes GH Issue #3329
William Deegan
2019-03-18
1
-0/+10
*
Merge branch 'master' into scons-symlink
William Deegan
2019-03-12
43
-606/+1063
|
\
|
*
Merge pull request #3328 from bdbaddog/gh_issue_2799_mingw_respect_comstr
William Deegan
2019-03-12
2
-31/+34
|
|
\
|
|
*
[skip ci] Add info to CHANGES.txt
William Deegan
2019-03-12
1
-0/+1
|
|
*
PEP8
William Deegan
2019-03-11
1
-29/+30
|
|
*
Fix issue #2799 - Get mingw tool to respect SHCCCOMSTR, SHLINKCOMSTR and LDMO...
William Deegan
2019-03-11
1
-2/+3
|
*
|
Merge branch 'master' into scons-time-fixes
William Deegan
2019-03-10
18
-56/+76
|
|
\
\
|
|
*
\
Merge pull request #3327 from mwichmann/open-and-regex-cleanups
William Deegan
2019-03-10
16
-52/+70
|
|
|
\
\
|
|
|
|
/
|
|
|
/
|
|
|
|
*
Clean up some file opens, regex strings
Mats Wichmann
2019-03-07
16
-52/+70
|
|
*
|
Add the changelog entry
Maciej Kumorek
2019-03-07
1
-1/+3
|
|
*
|
Add /nologo flag to RCFLAGS
Maciej Kumorek
2019-03-07
1
-1/+1
|
|
|
/
|
|
*
[skip ci] reset to develop mode
3.0.5a2
William Deegan
2019-03-05
2
-2/+2
[next]