summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | add note about saxon-xslt version 5.5 needing xsl and source file argument or...William Deegan2018-11-121-0/+2
* | switch from izip to zip. no izip in py3William Deegan2018-11-122-3/+3
* | Revisit caching of filename -> csig map and invalidate when reasonableWilliam Deegan2018-11-122-38/+29
* | Add docstringWilliam Deegan2018-11-121-0/+8
* | Change logic to ensure we only build the dependency map once per target file.William Deegan2018-11-121-3/+14
* | Moved logic to handle Timestamp-MD5 decider issues into File() node. One min...William Deegan2018-11-122-152/+145
* | Check in before migrating logic from Node() -> File(). Since the Timestamp-MD...William Deegan2018-11-121-3/+17
* | move comment to docstring for LinkFunc()William Deegan2018-11-121-5/+7
* | clarify docstring on decider functionWilliam Deegan2018-11-121-2/+2
* | pull changes for this issue from WIP branch on mongo treeWilliam Deegan2018-11-121-23/+60
* | Clear up some comments and convert comment to docstring where it makes senseWilliam Deegan2018-11-121-16/+24
* | Update CHANGES.txt with info on bug fixed.William Deegan2018-11-121-0/+4
* | change exists_file() method to skip adding files AND sigs for files in the ig...William Deegan2018-11-121-33/+50
* | add method find_repo_file() which finds the file in it's known repositories. ...William Deegan2018-11-121-3/+28
* | Remove extraneous parens in if statementsWilliam Deegan2018-11-121-4/+5
* | Create test to verify fix for issue #2980William Deegan2018-11-122-4/+140
* | Fix comment spellingWilliam Deegan2018-11-121-1/+1
* | Switch to use unittest.main() instead of building up a TestSuite which is nev...William Deegan2018-11-121-0/+1
* | Attribute patch correctly to Piotr Bartosik per email from William BlevinsWilliam Deegan2018-11-121-0/+5
* | remove unittest.TestSuite() no longer needed as unittest.main() is available ...William Deegan2018-11-121-32/+1
* | rename variable then to previous_children to make the code a bit easier to un...William Deegan2018-11-121-5/+7
* | Updated changelog info for this patch with more details.William Deegan2018-11-121-1/+4
* | Added docstring to File.changed_timestamp_then_content()include a note and re...William Deegan2018-11-121-3/+16
* | Modified fix for issue #2980 where the more complicated logic is only applied...William Deegan2018-11-122-8/+10
* | Apply patch from wblevins for issue #2980 This fixes that issue, but as disc...William Deegan2018-11-121-8/+72
* | Fix some bad code formatting.William Deegan2018-11-121-8/+20
|/
* Merge pull request #3231 from mwichmann/mdw-no-cl-syntaxWilliam Deegan2018-11-071-0/+1
|\
| * Fix some problems found if no MS compiler at allMats Wichmann2018-10-301-0/+1
* | Merge branch 'master' into fix_java_location_centos7William Deegan2018-11-056-133/+214
|\ \
| * | Update python versions SCons runs with as well as URL to documentationWilliam Deegan2018-11-011-3/+2
| |/
| * Update and add show option to cache configMats Wichmann2018-10-292-46/+84
| * Merge branch 'master' into fix_no_javac_failuresWilliam Deegan2018-10-183-84/+125
| |\
| | * Update CHANGES.txtWilliam Deegan2018-10-171-0/+2
| | * Fix GH Issue #3225 Flatten() doesn't handle dictionary views produces by py3 ...William Deegan2018-10-172-4/+10
| | * Add testcase to demonstrate specifying dict.values() on py3 fails. as it retu...William Deegan2018-10-171-0/+6
| | * PEP8William Deegan2018-10-171-80/+106
| * | Update CHANGES.txtWilliam Deegan2018-10-161-0/+1
| * | Fix logic which populates JAVAINCLUDES when javac is not found. Restore check...William Deegan2018-10-161-1/+4
* | | Fix java install location for centos 7 to resolve failing Java/multi-step.py ...William Deegan2018-11-052-1/+4
| |/ |/|
* | Additional fixes for SWIG testsMats Wichmann2018-10-161-1/+2
|/
* Add blurb on Java fixes to CHANGES.txtWilliam Deegan2018-10-151-0/+3
* Merge remote-tracking branch 'upstream/master' into fix_java_tests_path_with_...William Deegan2018-10-1528-190/+231
|\
| * Reordered and revised some text. Also added note about adding new info in ord...William Deegan2018-10-151-24/+17
| * Allow to override build date with SOURCE_DATE_EPOCHBernhard M. Wiedemann2018-10-151-0/+5
| * Get a little smarter about finding the scons engine.Mats Wichmann2018-10-123-90/+98
| * fix Value node tests to expect a string and not bytesWilliam Deegan2018-10-111-3/+3
| * Add to CHANGES.txtWilliam Deegan2018-10-101-0/+2
| * Fix Bug #3212. Using CacheDir with Configure TryCompile with Python 3 was fai...William Deegan2018-10-105-2/+31
| * minor adjustment to src/CHANGES.txtPaweł Tomulik2018-10-081-3/+4
| * update src/CHANGES.txtPaweł Tomulik2018-10-051-22/+22