Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update from default | William Deegan | 2017-04-25 | 175 | -3881/+4033 |
|\ | |||||
| * | Merged scons/scons into default | William Deegan | 2017-04-24 | 1 | -0/+6 |
| |\ | |||||
| | * | updated CHANGES.txt so it was more clear | Daniel Moody | 2017-04-23 | 1 | -2/+3 |
| | | | |||||
| | * | Updated CHANGES.txt with some more info because it was related, adn should ↵ | Daniel Moody | 2017-04-23 | 1 | -0/+1 |
| | | | | | | | | | | | | be in the same pull request. | ||||
| | * | Updates CHANGES.txt with changes. | Daniel Moody | 2017-04-23 | 1 | -0/+4 |
| | | | |||||
| * | | 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 | 2 | -2/+5 |
| | | | | | | | | | | | | 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 | 5 | -110/+12 |
| |\ | | | | | | | | | | 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 |
| | | | |||||
| | * | CHANGES for xsltproc choosing logic changes | William Deegan | 2017-04-18 | 1 | -0/+3 |
| | | | |||||
| | * | 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 | 2 | -63/+1 |
| |/ | |||||
| * | merge from upstream | William Deegan | 2017-04-16 | 8 | -35/+60 |
| |\ | |||||
| | * | 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 | 5 | -31/+37 |
| | |\ \ | | | | | | | | | | | | | | | | py2/3 fix for test/Value | ||||
| | | * | | Dirty hack for failing test/sconsign/script/Configure.py | Gaurav Juvekar | 2017-04-14 | 1 | -0/+5 |
| | | | | | |||||
| | | * | | 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 | 2 | -3/+19 |
| | |\ \ \ | | | |/ / | | |/| | | | | | | | string-escape unicode characters while printing --tree | ||||
| | | * | | Add contribution to src/CHANGES.txt | Gaurav Juvekar | 2017-03-27 | 1 | -0/+4 |
| | | | | | |||||
| | | * | | Make --tree=all work with Python 3 | Gaurav Juvekar | 2017-03-27 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | The codecs module is used which is distributed in the python standard library. | ||||
| | | * | | string-escape unicode characters while printing --tree | Gaurav Juvekar | 2017-03-26 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | Fixes #2910 | ||||
| * | | | | py2/3 change to read sconscripts as binary file. at least ↵ | William Deegan | 2017-04-10 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | test/packaging/rpm/internationalization.py was failing because an open in py3 without specified encoding with LANG=C was trying to decode the file as ascii and it contained unicode characters and was failing. So far I haven't found any tests failing from this change | ||||
| * | | | | For docbook, stop looking after you find the first tool. It looks like ↵ | William Deegan | 2017-04-09 | 1 | -0/+1 |
| |/ / / | | | | | | | | | | | | | saxon-xslt causes the tests to fail. Dirk? | ||||
| * | | | pep8 | William Deegan | 2017-04-09 | 1 | -0/+1 |
| | | | | |||||
| * | | | osx: add logic to enable versioned shared libraries on osx/darwin. For now ↵ | William Deegan | 2017-04-09 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | it's commented out | ||||
| * | | | add docstring | William Deegan | 2017-04-09 | 1 | -1/+3 |
| | | | | |||||
| * | | | OSX: if user has SCONS_USE_MAC_PATHS environment variable set, then PATHOSX ↵ | William Deegan | 2017-04-09 | 1 | -0/+4 |
| | |/ | |/| | | | | | | | created from paths in /etc/paths and /etc/paths.d/* will be appended to the Environment's PATH. This allows tests (and builds) to work on (at least) on mac systems using macports | ||||
| * | | fix breaking windows check for functional parallel builds | William Deegan | 2017-04-07 | 1 | -3/+3 |
| | | | |||||
| * | | py2/3 use sysconfig.get_config_var('WITH_THREAD') to determine if python has ↵ | William Deegan | 2017-04-06 | 1 | -1/+5 |
| | | | | | | | | | | | | threads | ||||
| * | | py2/3 Need to add __hash__ function to EntryProxy as with py3 __hash__ ↵ | William Deegan | 2017-04-06 | 1 | -0/+6 |
| | | | | | | | | | | | | function is removed when a class provides __eq__ | ||||
| * | | pep8 | William Deegan | 2017-04-06 | 1 | -261/+283 |
| | | | |||||
| * | | pep8 | William Deegan | 2017-04-06 | 1 | -297/+353 |
| | | | |||||
| * | | handle gettext.py rename to gettext_tool.py for bootstrap.py | William Deegan | 2017-04-06 | 1 | -1/+1 |
| | | | |||||
| * | | py2/3 Remove pdf from list of files to scan. This was causing errors as the ↵ | William Deegan | 2017-04-06 | 1 | -1/+4 |
| | | | | | | | | | | | | binary files can't be regexed with strings on py3. A more complete solution may be called for as it likely doesn't make sense to try to scan: '.png', '.jpg', '.gif', '.tif' files either. | ||||
| * | | pep8 | William Deegan | 2017-04-05 | 1 | -0/+3 |
| | | | |||||
| * | | py2/3 os.symlink is now defined for win32, but unless user has privs it will ↵ | William Deegan | 2017-04-04 | 1 | -6/+4 |
| | | | | | | | | | | | | always fail. For not skipping symlink tests | ||||
| * | | pep8 | William Deegan | 2017-04-04 | 1 | -0/+3 |
| | | | |||||
| * | | py2/3 more work on getting exception handling to work properly on both py2/3 | William Deegan | 2017-04-04 | 1 | -1/+2 |
| | | | |||||
| * | | added SCons.Tool loaded tools to SCons.Tool namespace | William Deegan | 2017-04-04 | 1 | -0/+6 |
| | | | |||||
| * | | py2/3 ensure rpmbuild output from popen is string and not bytes | William Deegan | 2017-04-03 | 1 | -1/+1 |
| | | | |||||
| * | | py2/3 fix possible byte string of machine name | William Deegan | 2017-04-03 | 1 | -0/+3 |
| | | |