| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Merged in gauravjuvekar/scons (pull request #427) | William Deegan | 2017-04-15 | 2 | -3/+19 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | 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 |
|
|
| | * | | string-escape unicode characters while printing --tree | Gaurav Juvekar | 2017-03-26 | 1 | -4/+4 |
|
|
* | | | | py2/3 change to read sconscripts as binary file. at least test/packaging/rpm/... | William Deegan | 2017-04-10 | 1 | -3/+4 |
|
|
* | | | | For docbook, stop looking after you find the first tool. It looks like saxon... | William Deegan | 2017-04-09 | 1 | -0/+1 |
|/ / / |
|
* | | | pep8 | William Deegan | 2017-04-09 | 1 | -0/+1 |
|
|
* | | | osx: add logic to enable versioned shared libraries on osx/darwin. For now it... | William Deegan | 2017-04-09 | 1 | -0/+8 |
|
|
* | | | add docstring | William Deegan | 2017-04-09 | 1 | -1/+3 |
|
|
* | | | OSX: if user has SCONS_USE_MAC_PATHS environment variable set, then PATHOSX c... | William Deegan | 2017-04-09 | 1 | -0/+4 |
| |/
|/| |
|
* | | 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 |
|
|
* | | py2/3 Need to add __hash__ function to EntryProxy as with py3 __hash__ functi... | William Deegan | 2017-04-06 | 1 | -0/+6 |
|
|
* | | 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 |
|
|
* | | 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 |
|
|
* | | 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 |
|
|
* | | py2/3 ensure that errstr is string and not bytes | William Deegan | 2017-04-03 | 1 | -3/+5 |
|
|
* | | py2/3 define __lt__ for nodes, so sort will work on py3 | William Deegan | 2017-04-03 | 1 | -0/+4 |
|
|
* | | py2/3. Rename SCons.Tool.gettext to SCons.Tool.gettext_tool and change tool l... | William Deegan | 2017-04-03 | 2 | -5/+14 |
|
|
* | | py2/3 change logic to not reuse already loaded module from sys.modules if the... | William Deegan | 2017-03-31 | 1 | -35/+13 |
|
|
* | | py2/3 for py3, if the tool has already been loaded, just return that. no need... | William Deegan | 2017-03-30 | 1 | -0/+4 |
|
|
* | | pep8 | William Deegan | 2017-03-30 | 1 | -2/+0 |
|
|
* | | py2/3 handle not finding tools properly for py3 | William Deegan | 2017-03-30 | 1 | -1/+8 |
|
|
* | | py2/3 don't use __import_ c++, just load via import SCons.tool.cxx py2/3. py3... | William Deegan | 2017-03-30 | 2 | -2/+9 |
|
|
* | | initial logic for dynamic tool loading for python. It currently will work for... | William Deegan | 2017-03-30 | 1 | -27/+75 |
|
|
* | | merge | William Deegan | 2017-03-29 | 2 | -6/+11 |
|\ \
| |/ |
|
| * | Add myself to CHANGES, update python version to 2.7 | Manish Vachharajani | 2017-03-23 | 1 | -0/+5 |
|
|
| * | Revert incomplete bug fix | Manish Vachharajani | 2017-03-22 | 1 | -2/+0 |
|
|
| * | Push version to Python 2.7 as minimum required. | Manish Vachharajani | 2017-03-22 | 1 | -0/+2 |
|
|
| * | Make bootstrap.py work again and work on Ubuntu Xenial. | Manish Vachharajani | 2017-03-22 | 1 | -6/+6 |
|
|
* | | fix py2/3. Also fix py2 win32 broken tests | William Deegan | 2017-03-24 | 1 | -25/+46 |
|/ |
|
* | py3. Fix vendor specific compilers importing c++ module, instead of cxx. c++ ... | William Deegan | 2017-03-20 | 6 | -14/+27 |
|
|
* | py2/3 fixed binary/str issue, but test is still failing on py3 with _action s... | William Deegan | 2017-03-20 | 1 | -1/+1 |
|
|
* | Remove deprecated tool Subversion | William Deegan | 2017-03-20 | 4 | -208/+1 |
|
|
* | Remove deprecated tool SCCS | William Deegan | 2017-03-20 | 4 | -198/+2 |
|
|
* | Remove deprecated tool RCS | William Deegan | 2017-03-20 | 4 | -208/+2 |
|
|
* | Remove deprecated tool CVS | William Deegan | 2017-03-20 | 3 | -232/+1 |
|
|
* | Remove deprecated tool BitKeeper | William Deegan | 2017-03-20 | 4 | -192/+3 |
|
|
* | remove deprecated Perforce tool | William Deegan | 2017-03-20 | 4 | -229/+4 |
|
|
* | py2/3 fix must_match and rb/wb | William Deegan | 2017-03-20 | 1 | -3/+3 |
|
|
* | Fix pickled/base64 string to be string instead of bytecode before writing to... | William Deegan | 2017-03-20 | 1 | -9/+10 |
|
|
* | py2/3 remove rb from tex processing. | William Deegan | 2017-03-19 | 1 | -6/+6 |
|
|