summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge in recent commit in mainline.Russel Winder2017-06-071-29/+13
|\
| * Performance: rewrite some central Node code based on hints on fastest ↵William Deegan2017-06-061-29/+13
| | | | | | | | uniquifiers for python from: https://www.peterbe.com/plog/uniqifiers-benchmark. In my tests yields about 15% speedup on Null Incremental build. Shows about the same on ElectricCloud scons benchmark
* | Update gdc tool and test now that it can deal wth shared object building.Russel Winder2017-06-062-1/+2
|/
* Merged in russel/scons (pull request #458)William Deegan2017-06-055-17/+16
|\ | | | | | | Some minor corrections and deprecation of a special case.
| * 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 ↵Russel Winder2017-05-211-0/+7
| | | | | | | | SCons deprecation cycle.
| * Change the imports to help with development and testing. Remove an exception ↵Russel Winder2017-05-014-20/+11
| | | | | | | | that is no longer needed.
* | mergeWilliam Deegan2017-05-3110-47/+2
|\ \
| * | Remove ancient Aegis revision control system filesJane Doe2017-05-3010-47/+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, ↵William Deegan2017-05-311-37/+44
| | | | | | | | | | | | convert eah item to string. py2 was failing with non-string in env passed to Popen. Also some PEP8 fixes and better variable names to make the code a little easier to understand
* | | PEP8William Deegan2017-05-301-1/+1
|/ /
* | py2/3 better messaging for actiontest failuresWilliam Deegan2017-05-281-4/+5
| |
* | PEP8 fixesWilliam Deegan2017-05-281-2/+2
| |
* | fix PY3 logic, and some PEP8 fixesWilliam Deegan2017-05-281-4/+3
| |
* | py2/3 fix to_bytes to not stringify bytearrays. Fix MD5signiture to not ↵Jane Doe2017-05-281-4/+16
| | | | | | | | stringify if not needed contents
* | py2/3 fix so test/textfile.py works with py3William Deegan2017-05-261-22/+30
| |
* | py2/3 add PY3 to use everywhere to check if running under py3William Deegan2017-05-261-0/+2
| |
* | PY2/3 For msvc resource scanning, ensure we don't try to scan .tlb files ↵William Deegan2017-05-263-18/+64
| | | | | | | | which are binary. This worked fine on py2 because all strings are bytes, but failed on py3 because it wasn't valid unicode. Also fixed issue where the Classic scanner was hardcoding recursive to be 1 and not propagating any such parameter passed to its constructor. Added test for changes to Classic Scanner
* | Improve error messages when test failWilliam Deegan2017-05-261-2/+2
| |
* | PEP8 changesWilliam Deegan2017-05-261-7/+7
| |
* | clean up codeWilliam Deegan2017-05-261-9/+6
| |
* | PY2/3 disable symlink and links for win32 in FSTests.pyWilliam Deegan2017-05-171-0/+8
| |
* | PY2/3 Add note about current issueWilliam Deegan2017-05-171-0/+3
| |
* | PY2/3 stub shutil.SameFileError for py2. with PY3 there's now a specific ↵William Deegan2017-05-162-2/+32
| | | | | | | | exception for copying a file onto itself. Info about the exception is held in the exception object differently than IOError,etc
* | PY2/3 For the time being disable using soft or hard links in duplicating ↵William Deegan2017-05-161-2/+7
| | | | | | | | files on win32. It's supported under PY3, but SCons will need more work to make sure it's used in a consistant way and if user permissions are needed if they user has them
* | PY2/3 fix error message strings for py3 on win32William Deegan2017-05-161-5/+5
| |
* | improve some debug logic which is commented out most of the timeWilliam Deegan2017-05-161-1/+1
| |
* | py2/3 don't call id in ipkg tool generate method if it's not available. This ↵William Deegan2017-05-151-9/+15
| | | | | | | | was causing test/import.py to fail
* | update CHANGES.txtWilliam Deegan2017-05-141-0/+1
| |
* | mergeWilliam Deegan2017-05-142-1/+17
|\ \
| * | switch VS2015 to SDK 10.0, and define SDK10.0 in sdk.pyWilliam Deegan2017-05-142-1/+17
| | |
* | | Update CHANGESGaurav Juvekar2017-05-111-2/+3
| | |
* | | Fix #2832 - Expand construction variables in chdir argument of BuildersGaurav Juvekar2017-05-111-0/+2
| | |
* | | Fix UtilTests to use different IO buffering for py2/3Gaurav Juvekar2017-05-101-7/+12
| | |
* | | Directly print unicode in --treeGaurav Juvekar2017-05-091-21/+2
| | |
* | | Merged in bdbaddog/scons (pull request #460)William Deegan2017-05-091-4/+13
|\ \ \ | |_|/ |/| | | | | PY2/3 changes.
| * | PY2/3 Change logic to check if the node has an issue with ascii encoding and ↵William Deegan2017-05-091-4/+13
| | | | | | | | | | | | only then encode
* | | Merged in russel/scons (pull request #448)William Deegan2017-05-018-231/+412
|\ \ \ | |/ / |/| | | | | Add an 'all at once' builder to the D tools.
| * | Simplify a couple of calls.Russel Winder2017-05-011-2/+2
| | |
| * | First cut at proper documentation for the D tools.Russel Winder2017-04-213-225/+371
| | |
| * | Ensure all files pass pycodestyle caveat E501. Add an emitter to the D tool ↵Russel Winder2017-04-184-7/+28
| | | | | | | | | | | | all at once builder to ensure the generate object file with dmd and ldc is noted, especially for deletion.
| * | Update the src/CHANGES.txt file to reflect the new builder in the D tools.Russel Winder2017-04-181-0/+1
| | |
| * | Add an 'all at once' builder to the D tools.Russel Winder2017-04-173-0/+13
| | |
* | | Merged scons/scons into defaultWilliam Deegan2017-04-241-0/+6
|\ \ \