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
...
|
*
|
|
|
Update CHANGES.txt
William Deegan
2018-10-17
1
-0/+2
|
*
|
|
|
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
|
/
/
/
/
|
*
|
|
Update CHANGES.txt
William Deegan
2018-10-16
1
-0/+1
|
*
|
|
Fix logic which populates JAVAINCLUDES when javac is not found. Restore check...
William Deegan
2018-10-16
5
-1/+19
|
|
*
|
Fix to write string as bytes
William Deegan
2018-11-02
1
-1/+1
|
|
*
|
Fix m4.py test on windows
William Deegan
2018-11-01
1
-1/+1
|
|
/
/
|
/
|
|
|
|
*
Fix java install location for centos 7 to resolve failing Java/multi-step.py ...
William Deegan
2018-11-05
2
-1/+4
|
|
/
|
/
|
*
|
Merge pull request #3223 from mwichmann/test-swig-lib
William Deegan
2018-10-16
4
-10/+20
|
\
\
|
|
/
|
/
|
|
*
Additional fixes for SWIG tests
Mats Wichmann
2018-10-16
4
-10/+20
|
/
*
Merge pull request #3206 from bdbaddog/fix_java_tests_path_with_spaces
William Deegan
2018-10-15
46
-840/+1112
|
\
|
*
Add blurb on Java fixes to CHANGES.txt
William Deegan
2018-10-15
1
-0/+3
|
*
Merge remote-tracking branch 'origin/fix_java_tests_path_with_spaces' into fi...
William Deegan
2018-10-15
7
-213/+233
|
|
\
|
|
*
Updated docs post updating Java tool xml file
William Deegan
2018-10-15
7
-213/+233
|
|
*
Merge remote-tracking branch 'upstream/master' into fix_java_tests_path_with_...
William Deegan
2018-10-15
126
-383/+657
|
|
|
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge remote-tracking branch 'upstream/master' into fix_java_tests_path_with_...
William Deegan
2018-10-15
126
-383/+657
|
|
\
\
|
|
/
/
|
/
|
/
|
|
/
*
|
Reordered and revised some text. Also added note about adding new info in ord...
William Deegan
2018-10-15
1
-24/+17
*
|
Merge pull request #3221 from bmwiedemann/date
William Deegan
2018-10-15
3
-3/+9
|
\
\
|
*
|
Allow to override build date with SOURCE_DATE_EPOCH
Bernhard M. Wiedemann
2018-10-15
3
-3/+9
|
/
/
*
|
Merge pull request #3218 from mwichmann/script-paths
William Deegan
2018-10-13
3
-90/+98
|
\
\
|
*
|
Get a little smarter about finding the scons engine.
Mats Wichmann
2018-10-12
3
-90/+98
|
/
/
*
|
Merge pull request #3217 from SCons/fix_3212_TryCompile_With_Py3_CacheDir
William Deegan
2018-10-12
1
-3/+3
|
\
\
|
*
|
fix Value node tests to expect a string and not bytes
William Deegan
2018-10-11
1
-3/+3
*
|
|
Merge pull request #3213 from bdbaddog/fix_3212_TryCompile_With_Py3_CacheDir
William Deegan
2018-10-11
7
-2/+104
|
\
\
\
|
|
/
/
|
*
|
Add to CHANGES.txt
William Deegan
2018-10-10
1
-0/+2
|
*
|
Fix Bug #3212. Using CacheDir with Configure TryCompile with Python 3 was fai...
William Deegan
2018-10-10
5
-2/+31
|
*
|
Add test to verify Configure's TryCompile works with Cachedir
William Deegan
2018-10-10
1
-0/+71
*
|
|
Merge pull request #3214 from ptomulik/minor-fixup
William Deegan
2018-10-10
2
-0/+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
remove editor junk
Paweł Tomulik
2018-10-10
2
-0/+6
|
/
/
*
|
Merge pull request #3209 from ptomulik/fix-must_contain
William Deegan
2018-10-08
4
-83/+118
|
\
\
|
*
|
minor adjustment to src/CHANGES.txt
Paweł Tomulik
2018-10-08
1
-3/+4
|
*
|
fixed minor typos
Paweł Tomulik
2018-10-05
2
-5/+5
|
*
|
update src/CHANGES.txt
Paweł Tomulik
2018-10-05
1
-22/+22
|
*
|
fixed some docs in TestCommon.py and refactored a little
Paweł Tomulik
2018-10-05
1
-59/+39
|
*
|
make the must[_not]_contain_...() functions compatible with str.find
Paweł Tomulik
2018-10-05
1
-9/+9
|
*
|
fixed bugs in must_[not_]_contain()
Paweł Tomulik
2018-10-05
2
-6/+8
|
*
|
add test cases to exhibit bugs in must_[not_]contain()
Paweł Tomulik
2018-10-05
1
-2/+54
|
/
/
*
|
Merge pull request #3208 from mwichmann/mdw-syntax-1
William Deegan
2018-10-05
22
-58/+58
|
\
\
|
*
|
Bugfix on packaging init syntax change
Mats Wichmann
2018-10-04
1
-2/+3
|
*
|
A few syntax cleanups
Mats Wichmann
2018-10-03
22
-58/+57
|
/
/
*
|
Merge pull request #3207 from mwichmann/doc-sync
William Deegan
2018-10-03
9
-59/+93
|
\
\
|
*
|
Resync generated docs
Mats Wichmann
2018-10-03
9
-59/+93
|
/
/
*
|
Merge pull request #3201 from bdbaddog/speedup_win_tests_pt1
William Deegan
2018-10-01
84
-67/+157
|
\
\
|
*
|
Speed up option tests for windows
William Deegan
2018-09-26
31
-24/+54
|
*
|
Speed up M4 tests for windows
William Deegan
2018-09-26
3
-5/+9
|
*
|
Speed up long-lines tests for windows
William Deegan
2018-09-26
1
-1/+3
|
*
|
Speed up import.py by excluding default tool installs when not needed for win...
William Deegan
2018-09-26
1
-2/+5
|
*
|
Speed up Install tests for windows
William Deegan
2018-09-26
13
-9/+23
|
*
|
Speed up implicit-cache tests for windows
William Deegan
2018-09-26
5
-2/+8
[prev]
[next]