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
...
*
|
Fix comment spelling
William Deegan
2018-11-12
1
-1/+1
*
|
Switch to use unittest.main() instead of building up a TestSuite which is nev...
William Deegan
2018-11-12
1
-0/+1
*
|
remove unittest.TestSuite() no longer needed as unittest.main() is available ...
William Deegan
2018-11-12
1
-32/+1
*
|
rename variable then to previous_children to make the code a bit easier to un...
William Deegan
2018-11-12
1
-5/+7
*
|
Added docstring to File.changed_timestamp_then_content()include a note and re...
William Deegan
2018-11-12
1
-3/+16
*
|
Modified fix for issue #2980 where the more complicated logic is only applied...
William Deegan
2018-11-12
1
-6/+6
*
|
Apply patch from wblevins for issue #2980 This fixes that issue, but as disc...
William Deegan
2018-11-12
1
-8/+72
*
|
Fix some bad code formatting.
William Deegan
2018-11-12
1
-8/+20
|
/
*
Merge branch 'master' into fix_java_location_centos7
William Deegan
2018-11-05
3
-84/+125
|
\
|
*
Merge branch 'master' into fix_no_javac_failures
William Deegan
2018-10-18
2
-83/+121
|
|
\
|
|
*
Fix GH Issue #3225 Flatten() doesn't handle dictionary views produces by py3 ...
William Deegan
2018-10-17
2
-4/+10
|
|
*
Add testcase to demonstrate specifying dict.values() on py3 fails. as it retu...
William Deegan
2018-10-17
1
-0/+6
|
|
*
PEP8
William Deegan
2018-10-17
1
-80/+106
|
*
|
Fix logic which populates JAVAINCLUDES when javac is not found. Restore check...
William Deegan
2018-10-16
1
-1/+4
|
|
/
*
|
Fix java install location for centos 7 to resolve failing Java/multi-step.py ...
William Deegan
2018-11-05
1
-1/+3
|
/
*
Merge remote-tracking branch 'upstream/master' into fix_java_tests_path_with_...
William Deegan
2018-10-15
24
-60/+87
|
\
|
*
fix Value node tests to expect a string and not bytes
William Deegan
2018-10-11
1
-3/+3
|
*
Fix Bug #3212. Using CacheDir with Configure TryCompile with Python 3 was fai...
William Deegan
2018-10-10
5
-2/+31
|
*
Bugfix on packaging init syntax change
Mats Wichmann
2018-10-04
1
-2/+3
|
*
A few syntax cleanups
Mats Wichmann
2018-10-03
19
-54/+51
|
*
Resync generated docs
Mats Wichmann
2018-10-03
1
-1/+1
*
|
Add JAVAINCLUDES information
William Deegan
2018-10-15
1
-247/+266
*
|
Add linux java include paths
William Deegan
2018-10-02
1
-0/+19
*
|
Move finding java include paths to javaCommon.py. Add paths for macos java in...
William Deegan
2018-10-02
2
-6/+32
*
|
Fixes for Java tests on win32
William Deegan
2018-10-02
5
-8/+51
*
|
add logic to find java installs and on win32 use this to add to env['ENV']['P...
William Deegan
2018-10-01
2
-1/+36
|
/
*
Add xz compression to tar packaging choices.
Mats Wichmann
2018-09-27
8
-10/+103
*
Stop using deprecated unittest asserts
Mats Wichmann
2018-09-25
8
-67/+67
*
Merge branch 'master' into argspec-depr
William Deegan
2018-09-25
7
-80/+52
|
\
|
*
fix test so it should run on any platform
William Deegan
2018-09-24
2
-2/+4
|
*
Fix Github issue #2580 - hash mark not properly handled in FRAMEWORKPATH
William Deegan
2018-09-23
1
-1/+2
|
*
Handle when we're not on CentOS
William Deegan
2018-09-23
1
-2/+1
|
*
Add centos specific likely qt path to moc as it's not in the default PATH def...
William Deegan
2018-09-23
1
-8/+32
|
*
Merge branch 'master' into stdlib-OrderedDict
William Deegan
2018-09-20
4
-29/+77
|
|
\
|
|
*
Add java 11
Mats Wichmann
2018-09-11
1
-2/+2
|
*
|
Stop using custom OrderedDict
Mats Wichmann
2018-09-01
3
-67/+13
*
|
|
Update getargspec patch: actually use getfullargspec
Mats Wichmann
2018-09-24
1
-3/+5
*
|
|
Modifications for deprected getargspec
Mats Wichmann
2018-09-07
1
-5/+11
|
|
/
|
/
|
*
|
Merge branch 'master' into test-rpmpkg
William Deegan
2018-09-05
3
-9/+27
|
\
\
|
|
/
|
*
Convert one more e[0] to e.errno for OSError usage
Mats Wichmann
2018-08-31
1
-1/+1
|
*
win32 handle exception object correctly
Mats Wichmann
2018-08-29
1
-2/+2
|
*
Remove unintended "import io"
Mats Wichmann
2018-08-15
1
-1/+0
|
*
Redo fix for file closing in SCons.Action._subproc
Mats Wichmann
2018-08-14
1
-8/+10
|
*
Merge pull request #3174 from mwichmann/test-devnull-atexit
William Deegan
2018-08-13
1
-0/+4
|
|
\
|
|
*
Quiet Py3.6+ ResourceWarnings on tests
Mats Wichmann
2018-08-13
1
-0/+4
|
*
|
also check for 64 bit compiler and added some comments
Daniel
2018-08-13
1
-1/+4
|
*
|
updated vc and tests to check the msvc cl binary
Daniel
2018-08-13
1
-2/+12
|
|
/
*
|
generalize the fix for #3164
Mats Wichmann
2018-09-04
2
-6/+46
*
|
Fix rpm tests for newer rpmbuild (fixes #3164)
Mats Wichmann
2018-08-13
3
-25/+33
|
/
*
Switched test to use assertFalse because of deprication warning in 3.7
Daniel Moody
2018-08-10
1
-1/+1
[prev]
[next]