summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | change to utf-8 and see if this fixes issue with old visual c compiler ↵William Deegan2017-05-121-1/+1
| | | | | | | | | | | | | | | | yielding 'main.c : error C4335: Mac file format detected: please convert the source file to either DOS or UNIX format'
* | | | 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 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
| * | | mergeWilliam Deegan2017-05-0864-1016/+1064
| |\ \ \
| | * | | py2/3 use dbm.ndbm on py3 and plain dbm doesn't create .sconsign.db, but ↵William Deegan2017-04-241-3/+9
| | | | | | | | | | | | | | | | | | | | rather .sconsign and causes test to fail. Continue to use dbm on py2 as dbm.ndbm doesn't exist there
| * | | | 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
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | 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
| | | | |
| * | | | Add tests for correct cleaning of correctly built and executing project ↵Russel Winder2017-04-191-0/+8
| | | | | | | | | | | | | | | | | | | | built with ProgramAllAtOnce.
| * | | | 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-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 ↵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
|/ / / / /