Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | PEP8 | William Deegan | 2017-05-30 | 1 | -1/+1 | |
|/ / | ||||||
* | | py2/3 better messaging for actiontest failures | William Deegan | 2017-05-28 | 1 | -4/+5 | |
| | | ||||||
* | | PEP8 fixes | William Deegan | 2017-05-28 | 1 | -2/+2 | |
| | | ||||||
* | | fix PY3 logic, and some PEP8 fixes | William Deegan | 2017-05-28 | 1 | -4/+3 | |
| | | ||||||
* | | py2/3 fix to_bytes to not stringify bytearrays. Fix MD5signiture to not ↵ | Jane Doe | 2017-05-28 | 1 | -4/+16 | |
| | | | | | | | | stringify if not needed contents | |||||
* | | py2/3 fix so test/textfile.py works with py3 | William Deegan | 2017-05-26 | 1 | -22/+30 | |
| | | ||||||
* | | py2/3 add PY3 to use everywhere to check if running under py3 | William Deegan | 2017-05-26 | 1 | -0/+2 | |
| | | ||||||
* | | PY2/3 For msvc resource scanning, ensure we don't try to scan .tlb files ↵ | William Deegan | 2017-05-26 | 3 | -18/+64 | |
| | | | | | | | | which are binary. This worked fine on py2 because all strings are bytes, but failed on py3 because it wasn't valid unicode. Also fixed issue where the Classic scanner was hardcoding recursive to be 1 and not propagating any such parameter passed to its constructor. Added test for changes to Classic Scanner | |||||
* | | Improve error messages when test fail | William Deegan | 2017-05-26 | 1 | -2/+2 | |
| | | ||||||
* | | PEP8 changes | William Deegan | 2017-05-26 | 1 | -7/+7 | |
| | | ||||||
* | | clean up code | William Deegan | 2017-05-26 | 1 | -9/+6 | |
| | | ||||||
* | | PY2/3 disable symlink and links for win32 in FSTests.py | William Deegan | 2017-05-17 | 1 | -0/+8 | |
| | | ||||||
* | | PY2/3 Add note about current issue | William Deegan | 2017-05-17 | 1 | -0/+3 | |
| | | ||||||
* | | PY2/3 stub shutil.SameFileError for py2. with PY3 there's now a specific ↵ | William Deegan | 2017-05-16 | 2 | -2/+32 | |
| | | | | | | | | exception for copying a file onto itself. Info about the exception is held in the exception object differently than IOError,etc | |||||
* | | PY2/3 For the time being disable using soft or hard links in duplicating ↵ | William Deegan | 2017-05-16 | 1 | -2/+7 | |
| | | | | | | | | files on win32. It's supported under PY3, but SCons will need more work to make sure it's used in a consistant way and if user permissions are needed if they user has them | |||||
* | | PY2/3 fix error message strings for py3 on win32 | William Deegan | 2017-05-16 | 1 | -5/+5 | |
| | | ||||||
* | | improve some debug logic which is commented out most of the time | William Deegan | 2017-05-16 | 1 | -1/+1 | |
| | | ||||||
* | | py2/3 don't call id in ipkg tool generate method if it's not available. This ↵ | William Deegan | 2017-05-15 | 1 | -9/+15 | |
| | | | | | | | | was causing test/import.py to fail | |||||
* | | merge | William Deegan | 2017-05-14 | 2 | -1/+17 | |
|\ \ | ||||||
| * | | switch VS2015 to SDK 10.0, and define SDK10.0 in sdk.py | William Deegan | 2017-05-14 | 2 | -1/+17 | |
| | | | ||||||
* | | | Fix #2832 - Expand construction variables in chdir argument of Builders | Gaurav Juvekar | 2017-05-11 | 1 | -0/+2 | |
| | | | ||||||
* | | | Fix UtilTests to use different IO buffering for py2/3 | Gaurav Juvekar | 2017-05-10 | 1 | -7/+12 | |
| | | | ||||||
* | | | Directly print unicode in --tree | Gaurav Juvekar | 2017-05-09 | 1 | -21/+2 | |
| | | | ||||||
* | | | Merged in bdbaddog/scons (pull request #460) | William Deegan | 2017-05-09 | 1 | -4/+13 | |
|\ \ \ | |_|/ |/| | | | | | PY2/3 changes. | |||||
| * | | PY2/3 Change logic to check if the node has an issue with ascii encoding and ↵ | William Deegan | 2017-05-09 | 1 | -4/+13 | |
| | | | | | | | | | | | | only then encode | |||||
* | | | Merged in russel/scons (pull request #448) | William Deegan | 2017-05-01 | 7 | -231/+411 | |
|\ \ \ | |/ / |/| | | | | | Add an 'all at once' builder to the D tools. | |||||
| * | | Simplify a couple of calls. | Russel Winder | 2017-05-01 | 1 | -2/+2 | |
| | | | ||||||
| * | | First cut at proper documentation for the D tools. | Russel Winder | 2017-04-21 | 3 | -225/+371 | |
| | | | ||||||
| * | | Ensure all files pass pycodestyle caveat E501. Add an emitter to the D tool ↵ | Russel Winder | 2017-04-18 | 4 | -7/+28 | |
| | | | | | | | | | | | | all at once builder to ensure the generate object file with dmd and ldc is noted, especially for deletion. | |||||
| * | | Add an 'all at once' builder to the D tools. | Russel Winder | 2017-04-17 | 3 | -0/+13 | |
| | | | ||||||
* | | | py2/3 Allow SConfTests.py to function when pywin32 is not installed. | William Deegan | 2017-04-24 | 1 | -2/+5 | |
| | | | ||||||
* | | | Part 2 of fix for bug # 2979. Fix target to be the .dll target node output ↵ | William Deegan | 2017-04-21 | 1 | -2/+2 | |
| | | | | | | | | | | | | from env.SharedLibrary() | |||||
* | | | Fix bug #2979 | William Deegan | 2017-04-21 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | Example code for MSVSProject had syntax errors. http://scons.tigris.org/issues/show_bug.cgi?id=2979 | |||||
* | | | py2/3 fix logic for reraising exceptions. A taskmaster test was failing ↵ | William Deegan | 2017-04-19 | 1 | -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 Fix re-raising stored exception. Previously we were dropping contents ↵ | William Deegan | 2017-04-19 | 4 | -110/+9 | |
|\ \ \ | | | | | | | | | | | | | of Exception. Plus merge more complete removal of sccs and rcs source handling per deprecation/removal. | |||||
| * | | | more removal of sccs and rcs builder logic | William Deegan | 2017-04-18 | 2 | -109/+2 | |
| | | | | ||||||
| * | | | add notes to xsltproc logic with future TODO's for future improvements | William Deegan | 2017-04-18 | 1 | -0/+4 | |
|/ / / | ||||||
* | | | set priority for finding xsltproc tools | William Deegan | 2017-04-17 | 1 | -3/+7 | |
| | | | ||||||
* | | | Merged scons/scons into default | William Deegan | 2017-04-17 | 2 | -2/+12 | |
|\ \ \ | |/ / | ||||||
| * | | Merged in gauravjuvekar/scons (pull request #447) | William Deegan | 2017-04-16 | 2 | -2/+12 | |
| |\ \ | | |/ | |/| | | | | Fix failing tests from merging #427 | |||||
| | * | Try to fix some more py2/3 tests becuase of str vs bytearray | Gaurav Juvekar | 2017-04-16 | 2 | -2/+12 | |
| | | | ||||||
* | | | fix Manifest.in which was causing bootstrap.py to fail due to removal of Sig.py | William Deegan | 2017-04-17 | 1 | -1/+0 | |
|/ / | ||||||
* | | remove deprecated module SCons.Sig | William Deegan | 2017-04-16 | 1 | -63/+0 | |
|/ | ||||||
* | merge from upstream | William Deegan | 2017-04-16 | 6 | -35/+51 | |
|\ | ||||||
| * | Merged in gauravjuvekar/scons (pull request #443) | William Deegan | 2017-04-15 | 1 | -1/+4 | |
| |\ | | | | | | | | | | Fix the Copy-Action and Copy-Symlink test case for py2/3 | |||||
| | * | Fix the Copy-Action test case for py2/3 | Gaurav Juvekar | 2017-04-08 | 1 | -1/+4 | |
| | | | ||||||
| * | | Merged in gauravjuvekar/scons (pull request #446) | William Deegan | 2017-04-15 | 4 | -31/+32 | |
| |\ \ | | | | | | | | | | | | | py2/3 fix for test/Value | |||||
| | * | | Fix broken tests | Gaurav Juvekar | 2017-04-10 | 3 | -26/+26 | |
| | | | | ||||||
| | * | | py2/3 fix for test/Value.py | Gaurav Juvekar | 2017-04-10 | 1 | -5/+6 | |
| | | | | ||||||
| * | | | Merged in gauravjuvekar/scons (pull request #427) | William Deegan | 2017-04-15 | 1 | -3/+15 | |
| |\ \ \ | | |/ / | |/| | | | | | | string-escape unicode characters while printing --tree |