summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Moved the test for nested tools to using fixturesgrbd2017-06-2019-140/+94
| * | | Added tests for nested / namespaced toolsgrbd2017-06-191-0/+140
| * | | Updated the documentation for nested tools located within subdirsgrbd2017-06-193-0/+67
| * | | Merged scons/scons into defaultRichard W2017-06-14248-648/+893
| |\ \ \ | | | |/ | | |/|
| * | | Additional fix for nested tools under python2grbd2017-06-141-1/+2
| * | | Nested Tool support under python 3grbd2017-06-141-5/+6
| * | | Fix the loading of tools where the tool is a package instead of a modulegrbd2017-06-141-0/+1
| * | | Added support for nested toolsgrbd2017-06-131-5/+14
| | |/ | |/|
* | | py2/3 fix version checking for valid versions of python to 2.7.x >=3.5.0: src...William Deegan2017-06-232-148/+166
* | | docbook force order used to search for fop tool to fop, xep, jw. It looks lik...William Deegan2017-06-141-1/+7
| |/ |/|
* | changes to prep for 3.0.0 alphaWilliam Deegan2017-06-147-18/+18
* | Prep for 3.0.0 alpha releaseWilliam Deegan2017-06-144-40/+27
* | updates for 3.0.0 alphaWilliam Deegan2017-06-142-27/+30
* | minor edits to Announce to update URLSWilliam Deegan2017-06-141-2/+2
* | remove obsolete aegis related filesWilliam Deegan2017-06-142-82/+1
* | updates to example outputsWilliam Deegan2017-06-14232-299/+330
* | mergeWilliam Deegan2017-06-1411-28/+73
|\ \ | |/
| * Merge new changesets to this bookmark.Russel Winder2017-06-084-31/+21
| |\
| | * Merge in recent commit in mainline.Russel Winder2017-06-071-29/+13
| | |\
| | * | Update gdc tool and test now that it can deal wth shared object building.Russel Winder2017-06-063-2/+8
| * | | Rearrange the test so it works properly.Russel Winder2017-06-066-24/+63
| * | | Correct the module documentation comments.Russel Winder2017-06-062-2/+2
| |/ /
* | | Fix doc breakage for D tools. Refer to Russel Windsor for full fix. Several ...William Deegan2017-06-147-185/+490
| |/ |/|
* | Performance: rewrite some central Node code based on hints on fastest uniquif...William Deegan2017-06-061-29/+13
|/
* Merged scons/scons into defaultWilliam Deegan2017-06-065-17/+16
|\
| * Merged in russel/scons (pull request #458)William Deegan2017-06-055-17/+16
| |\
| | * Remove unnecessary lines from src/CHANGES.txt as requested.Russel Winder2017-05-241-2/+0
| | * Update for latest D-related pull request. Remove some trainling whitespace.Russel Winder2017-05-211-2/+5
| | * Revert the removal of the Fedora package exception, so as to follow the SCons...Russel Winder2017-05-211-0/+7
| | * Change the imports to help with development and testing. Remove an exception ...Russel Winder2017-05-014-20/+11
* | | minor typoWilliam Deegan2017-06-051-1/+1
* | | mergeWilliam Deegan2017-06-053-38/+49
|\ \ \ | |/ /
| * | mergeWilliam Deegan2017-05-3125-111/+2
| |\ \
| * | | PY2/3 Ensure system root is not unicode on py2William Deegan2017-05-311-0/+4
| * | | py2/3 when parsing output from dumping environment for vcvarsall.bat, convert...William Deegan2017-05-311-37/+44
| * | | PEP8William Deegan2017-05-301-1/+1
* | | | Fix improper c code in benchmark. It was yielding warnings compiling on mac a...William Deegan2017-06-051-4/+7
| |/ / |/| |
* | | Remove ancient Aegis revision control system filesJane Doe2017-05-3025-111/+2
|/ /
* | py2/3 better messaging for actiontest failuresWilliam Deegan2017-05-281-4/+5
* | PY2/3 change expected string from bytestream to normal string since we change...Jane Doe2017-05-281-5/+0
* | PY2/3 change expected string from bytestream to normal string since we change...Jane Doe2017-05-281-5/+0
* | PY2/3 handle stderr/stdout streams which are NoneJane Doe2017-05-281-1/+4
* | py2/3 changes to way popen is called based on which version of python we're r...William Deegan2017-05-281-8/+60
* | PY2/3 add support for specifying newline mode to file reads for testsWilliam Deegan2017-05-281-2/+2
* | PEP8 fixWilliam Deegan2017-05-281-1/+1
* | PEP8 fixesWilliam Deegan2017-05-281-2/+2
* | fix PY3 logic, and some PEP8 fixesWilliam Deegan2017-05-281-4/+3
* | PEP8 fixesWilliam Deegan2017-05-281-13/+15
* | py2/3 fix to_bytes to not stringify bytearrays. Fix MD5signiture to not strin...Jane Doe2017-05-281-4/+16
* | py2/3 in test.read, if using py3 and not binary, then allow specifying what t...Jane Doe2017-05-281-1/+1