summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * mergeWilliam Deegan2017-04-191-2/+2
| |\
| * \ mergeWilliam Deegan2017-04-193-5/+3
| |\ \
| * \ \ mergeWilliam Deegan2017-04-191-1/+3
| |\ \ \
| * \ \ \ update from scons/sconsWilliam Deegan2017-04-183-1/+16
| |\ \ \ \
* | | | | | py2/3 fix logic for reraising exceptions. A taskmaster test was failing becau...William Deegan2017-04-191-1/+7
* | | | | | py2/3 handle differences between py2 and 3 on reading/writing binary data to ...William Deegan2017-04-191-3/+14
| |_|_|_|/ |/| | | |
* | | | | py2/3 swap to use test.must_match with mode='r'William Deegan2017-04-191-2/+2
| |_|_|/ |/| | |
* | | | py2/3 no auto stringification for None in py3William Deegan2017-04-191-1/+1
* | | | py2/3 no auto stringification for None in py3William Deegan2017-04-191-1/+1
* | | | py2/3 - syntax for wrong number of arguments to functions changes for py3, ad...William Deegan2017-04-191-3/+1
| |_|/ |/| |
* | | py2/3 Fix re-raising stored exception. Previously we were dropping contents o...William Deegan2017-04-196-134/+12
|\ \ \ | |/ / | | / | |/ |/|
| * more removal of sccs and rcs builder logicWilliam Deegan2017-04-183-133/+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
* | Merged in bdbaddog/scons (pull request #451)William Deegan2017-04-183-1/+16
|\ \ | |/ |/|
| * osx: disable mixedDandC test until a good way to specify correct gcc is foundWilliam Deegan2017-04-181-0/+10
| * fix test for osx (with macports only at this point)William Deegan2017-04-181-0/+4
| * fix test to not run on OSXWilliam Deegan2017-04-181-1/+2
* | 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-163-131/+1
|/
* merge from upstreamWilliam Deegan2017-04-169-35/+84
|\
| * Merged in gauravjuvekar/scons (pull request #443)William Deegan2017-04-151-1/+4
| |\
| | * Fix the Copy-Action test case for py2/3Gaurav Juvekar2017-04-081-1/+4
| * | Merged in gauravjuvekar/scons (pull request #446)William Deegan2017-04-155-31/+37
| |\ \
| | * | Dirty hack for failing test/sconsign/script/Configure.pyGaurav Juvekar2017-04-141-0/+5
| | * | Fix broken testsGaurav Juvekar2017-04-103-26/+26
| | * | py2/3 fix for test/Value.pyGaurav Juvekar2017-04-101-5/+6
| * | | Merged in gauravjuvekar/scons (pull request #427)William Deegan2017-04-153-3/+43
| |\ \ \ | | |/ / | |/| |
| | * | Add contribution to src/CHANGES.txtGaurav Juvekar2017-03-271-0/+4
| | * | Make --tree=all work with Python 3Gaurav Juvekar2017-03-272-2/+21
| | * | Reword comment in test case to highlight that unicode is printed escapedGaurav Juvekar2017-03-261-1/+1
| | * | string-escape unicode characters while printing --treeGaurav Juvekar2017-03-262-4/+21
* | | | py2/3 change to read sconscripts as binary file. at least test/packaging/rpm/...William Deegan2017-04-101-3/+4
* | | | switch to os.system as in py3 os.popen() seemed to not have completed untar b...William Deegan2017-04-101-1/+1