summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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 strin...Jane Doe2017-05-281-4/+16
* 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 whic...William Deegan2017-05-263-18/+64
* 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 exce...William Deegan2017-05-162-2/+32
* PY2/3 For the time being disable using soft or hard links in duplicating file...William Deegan2017-05-161-2/+7
* 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
* 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 Change logic to check if the node has an issue with ascii encoding and ...William Deegan2017-05-091-4/+13
* | | Merged in russel/scons (pull request #448)William Deegan2017-05-018-231/+412
|\ \ \ | |/ / |/| |
| * | 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 a...Russel Winder2017-04-184-7/+28
| * | 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
|\ \ \
| * | | updated CHANGES.txt so it was more clearDaniel Moody2017-04-231-2/+3
| * | | Updated CHANGES.txt with some more info because it was related, adn should be...Daniel Moody2017-04-231-0/+1
| * | | Updates CHANGES.txt with changes.Daniel Moody2017-04-231-0/+4
* | | | py2/3 Allow SConfTests.py to function when pywin32 is not installed.William Deegan2017-04-241-2/+5
|/ / /
* | | Part 2 of fix for bug # 2979. Fix target to be the .dll target node output fr...William Deegan2017-04-211-2/+2
* | | Fix bug #2979William Deegan2017-04-212-2/+5
* | | py2/3 fix logic for reraising exceptions. A taskmaster test was failing becau...William Deegan2017-04-191-1/+7
* | | py2/3 Fix re-raising stored exception. Previously we were dropping contents o...William Deegan2017-04-195-110/+12
|\ \ \
| * | | more removal of sccs and rcs builder logicWilliam Deegan2017-04-182-109/+2
| * | | CHANGES for xsltproc choosing logic changesWilliam Deegan2017-04-181-0/+3
| * | | add notes to xsltproc logic with future TODO's for future improvementsWilliam Deegan2017-04-181-0/+4
|/ / /
* | | set priority for finding xsltproc toolsWilliam Deegan2017-04-171-3/+7
* | | Merged scons/scons into defaultWilliam Deegan2017-04-172-2/+12
|\ \ \ | |/ /
| * | Merged in gauravjuvekar/scons (pull request #447)William Deegan2017-04-162-2/+12
| |\ \ | | |/ | |/|
| | * Try to fix some more py2/3 tests becuase of str vs bytearrayGaurav Juvekar2017-04-162-2/+12
* | | fix Manifest.in which was causing bootstrap.py to fail due to removal of Sig.pyWilliam Deegan2017-04-171-1/+0
|/ /
* | remove deprecated module SCons.SigWilliam Deegan2017-04-162-63/+1
|/
* merge from upstreamWilliam Deegan2017-04-168-35/+60
|\