summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* kick buildbottest_bbWilliam Deegan2017-09-241-0/+1
|
* Update from defaultWilliam Deegan2017-04-25790-15036/+9335
|\
| * 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 ↵Daniel Moody2017-04-231-0/+1
| | | | | | | | | | | | be in the same pull request.
| | * This test is not account for PRESERVE being set. When preserve is set the rm ↵Daniel Moody2017-04-231-2/+4
| | | | | | | | | | | | | | | | | | command does not happen, so this output will fail. Tested py2 and py3.
| | * 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 ↵Daniel Moody2017-04-231-1/+1
| | | | | | | | | | | | | | | | | | saved as unicode, so printing it must also be unicode. Tested with py2 and py3.
| * | 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 ↵William Deegan2017-04-211-2/+2
| | | | | | | | from env.SharedLibrary()
| * merge headsWilliam Deegan2017-04-212-2/+5
| |\
| | * Fix bug #2979William Deegan2017-04-212-2/+5
| | | | | | | | | | | | | | | | | | Example code for MSVSProject had syntax errors. http://scons.tigris.org/issues/show_bug.cgi?id=2979
| * | 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 ↵William Deegan2017-04-191-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | because the passed exception value wasn't an exception and thus couldn't be reraised as is. Added logic to create an exception with the value and raise that
| * | | | | | py2/3 handle differences between py2 and 3 on reading/writing binary data to ↵William Deegan2017-04-191-3/+14
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | stdin/stdout
| * | | | | 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, ↵William Deegan2017-04-191-3/+1
| | |_|/ | |/| | | | | | | | | | added to valid output
| * | | py2/3 Fix re-raising stored exception. Previously we were dropping contents ↵William Deegan2017-04-196-134/+12
| |\ \ \ | | |/ / | | | / | | |/ | |/| of Exception. Plus merge more complete removal of sccs and rcs source handling per deprecation/removal.
| | * 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 testing fixes
| | * 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
| | |\ | | | | | | | | | | | | Fix failing tests from merging #427
| | | * 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 and Copy-Symlink test case for py2/3
| | | * 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
| | |\ \ | | | | | | | | | | | | | | | py2/3 fix for test/Value
| | | * | 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
| | |\ \ \ | | | |/ / | | |/| | | | | | | string-escape unicode characters while printing --tree
| | | * | Add contribution to src/CHANGES.txtGaurav Juvekar2017-03-271-0/+4
| | | | |
| | | * | Make --tree=all work with Python 3Gaurav Juvekar2017-03-272-2/+21
| | | | | | | | | | | | | | | | | | | | The codecs module is used which is distributed in the python standard library.
| | | * | Reword comment in test case to highlight that unicode is printed escapedGaurav Juvekar2017-03-261-1/+1
| | | | |