summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | PY2/3 fix error message strings for py3 on win32William Deegan2017-05-161-5/+5
* | remove unused import, fix some PEP8 issuesWilliam Deegan2017-05-161-5/+3
* | improve some debug logic which is commented out most of the timeWilliam Deegan2017-05-161-1/+1
* | py2/3 changed expected output since contents of exception string are differen...William Deegan2017-05-161-1/+6
* | py2/3 disable symlink testing on py3. not supported by scons at this timeWilliam Deegan2017-05-161-1/+1
* | py2/3 disable symlink testing on py3. not supported by scons at this timeWilliam Deegan2017-05-161-1/+1
* | py2/3 disable symlink testing on py3. not supported by scons at this timeWilliam Deegan2017-05-161-3/+4
* | py2/3 use raw string for repository string. py3 trying to decode unicode base...William Deegan2017-05-161-1/+1
* | py2/3 set python path to be raw string literal py3 was trying to interpret pa...William Deegan2017-05-161-1/+1
* | py2/3 skip test on py3 because it is a function there.William Deegan2017-05-161-1/+2
* | py2/3 skip test on win32. use platform_has_symlink().William Deegan2017-05-153-3/+3
* | py2/3 add to TestSCons class: platform_has_symlink() to centralize checkingWilliam Deegan2017-05-151-0/+6
* | py2/3 Don't check for hard/soft links on win32 as we don't enable them becaus...William Deegan2017-05-151-2/+5
* | py2/3 don't call id in ipkg tool generate method if it's not available. This ...William Deegan2017-05-152-10/+16
* | fix use of string.lowercase --> string.ascii_lowercase which works on both py2/3William Deegan2017-05-151-1/+1
* | remove extra whitespaceWilliam Deegan2017-05-141-1/+1
* | 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
* | | change to utf-8 and see if this fixes issue with old visual c compiler yieldi...William Deegan2017-05-121-1/+1
* | | py2/3 fix test for win32 set stdin and stdout to be binary modeWilliam Deegan2017-05-111-0/+7
* | | Update CHANGESGaurav Juvekar2017-05-111-2/+3
* | | Fix #2832 - Expand construction variables in chdir argument of BuildersGaurav Juvekar2017-05-112-2/+14
* | | Fix UtilTests to use different IO buffering for py2/3Gaurav Juvekar2017-05-101-7/+12
* | | Directly print unicode in --treeGaurav Juvekar2017-05-092-22/+9
* | | Merged in bdbaddog/scons (pull request #460)William Deegan2017-05-093-8/+23
|\ \ \ | |_|/ |/| |
| * | PY2/3 Change logic to check if the node has an issue with ascii encoding and ...William Deegan2017-05-091-4/+13
| * | mergeWilliam Deegan2017-05-0864-1016/+1064
| |\ \
| | * | py2/3 use dbm.ndbm on py3 and plain dbm doesn't create .sconsign.db, but rath...William Deegan2017-04-241-3/+9
| * | | py2/3 mode=r switch to must_matchWilliam Deegan2017-04-041-1/+1
* | | | Merged in russel/scons (pull request #448)William Deegan2017-05-0120-233/+633
|\ \ \ \ | |_|/ / |/| | |
| * | | 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
| * | | Add tests for correct cleaning of correctly built and executing project built...Russel Winder2017-04-191-0/+8
| * | | 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-1715-2/+226
* | | | testWilliam Deegan2017-04-241-1/+0
* | | | Merged scons/scons into defaultWilliam Deegan2017-04-243-3/+11
|\ \ \ \
| * | | | 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
| * | | | This test is not account for PRESERVE being set. When preserve is set the rm ...Daniel Moody2017-04-231-2/+4
| * | | | Updates CHANGES.txt with changes.Daniel Moody2017-04-231-0/+4
| * | | | Test is failing on Windows 7 and Linux when PRESERVE is used. dirlist is save...Daniel Moody2017-04-231-1/+1
* | | | | py2/3 Allow SConfTests.py to function when pywin32 is not installed.William Deegan2017-04-241-2/+5
* | | | | kick buildbotJane Doe2017-04-211-0/+2
|/ / / /
* | | | Part 2 of fix for bug # 2979. Fix target to be the .dll target node output fr...William Deegan2017-04-211-2/+2
* | | | merge headsWilliam Deegan2017-04-212-2/+5
|\ \ \ \
| * | | | Fix bug #2979William Deegan2017-04-212-2/+5
* | | | | merge headsWilliam Deegan2017-04-190-0/+0
|\ \ \ \ \ | |/ / / / |/| | | |