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
...
*
|
add note about saxon-xslt version 5.5 needing xsl and source file argument or...
William Deegan
2018-11-12
1
-0/+2
*
|
switch from izip to zip. no izip in py3
William Deegan
2018-11-12
2
-3/+3
*
|
Revisit caching of filename -> csig map and invalidate when reasonable
William Deegan
2018-11-12
2
-38/+29
*
|
Add docstring
William Deegan
2018-11-12
1
-0/+8
*
|
Change logic to ensure we only build the dependency map once per target file.
William Deegan
2018-11-12
1
-3/+14
*
|
Moved logic to handle Timestamp-MD5 decider issues into File() node. One min...
William Deegan
2018-11-12
2
-152/+145
*
|
Check in before migrating logic from Node() -> File(). Since the Timestamp-MD...
William Deegan
2018-11-12
1
-3/+17
*
|
move comment to docstring for LinkFunc()
William Deegan
2018-11-12
1
-5/+7
*
|
clarify docstring on decider function
William Deegan
2018-11-12
1
-2/+2
*
|
pull changes for this issue from WIP branch on mongo tree
William Deegan
2018-11-12
1
-23/+60
*
|
Clear up some comments and convert comment to docstring where it makes sense
William Deegan
2018-11-12
1
-16/+24
*
|
Update CHANGES.txt with info on bug fixed.
William Deegan
2018-11-12
1
-0/+4
*
|
change exists_file() method to skip adding files AND sigs for files in the ig...
William Deegan
2018-11-12
1
-33/+50
*
|
add method find_repo_file() which finds the file in it's known repositories. ...
William Deegan
2018-11-12
1
-3/+28
*
|
Remove extraneous parens in if statements
William Deegan
2018-11-12
1
-4/+5
*
|
Create test to verify fix for issue #2980
William Deegan
2018-11-12
2
-4/+140
*
|
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
*
|
Attribute patch correctly to Piotr Bartosik per email from William Blevins
William Deegan
2018-11-12
1
-0/+5
*
|
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
*
|
Updated changelog info for this patch with more details.
William Deegan
2018-11-12
1
-1/+4
*
|
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
2
-8/+10
*
|
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 pull request #3231 from mwichmann/mdw-no-cl-syntax
William Deegan
2018-11-07
1
-0/+1
|
\
|
*
Fix some problems found if no MS compiler at all
Mats Wichmann
2018-10-30
1
-0/+1
*
|
Merge branch 'master' into fix_java_location_centos7
William Deegan
2018-11-05
6
-133/+214
|
\
\
|
*
|
Update python versions SCons runs with as well as URL to documentation
William Deegan
2018-11-01
1
-3/+2
|
|
/
|
*
Update and add show option to cache config
Mats Wichmann
2018-10-29
2
-46/+84
|
*
Merge branch 'master' into fix_no_javac_failures
William Deegan
2018-10-18
3
-84/+125
|
|
\
|
|
*
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
1
-1/+4
*
|
|
Fix java install location for centos 7 to resolve failing Java/multi-step.py ...
William Deegan
2018-11-05
2
-1/+4
|
|
/
|
/
|
*
|
Additional fixes for SWIG tests
Mats Wichmann
2018-10-16
1
-1/+2
|
/
*
Add blurb on Java fixes to CHANGES.txt
William Deegan
2018-10-15
1
-0/+3
*
Merge remote-tracking branch 'upstream/master' into fix_java_tests_path_with_...
William Deegan
2018-10-15
28
-190/+231
|
\
|
*
Reordered and revised some text. Also added note about adding new info in ord...
William Deegan
2018-10-15
1
-24/+17
|
*
Allow to override build date with SOURCE_DATE_EPOCH
Bernhard M. Wiedemann
2018-10-15
1
-0/+5
|
*
Get a little smarter about finding the scons engine.
Mats Wichmann
2018-10-12
3
-90/+98
|
*
fix Value node tests to expect a string and not bytes
William Deegan
2018-10-11
1
-3/+3
|
*
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
|
*
minor adjustment to src/CHANGES.txt
Paweł Tomulik
2018-10-08
1
-3/+4
|
*
update src/CHANGES.txt
Paweł Tomulik
2018-10-05
1
-22/+22
[prev]
[next]