summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
* Part 2 of fix for bug # 2979. Fix target to be the .dll target node output fr...William Deegan2017-04-211-2/+2
* Fix bug #2979William Deegan2017-04-211-2/+4
* add notes to xsltproc logic with future TODO's for future improvementsWilliam Deegan2017-04-181-0/+4
* set priority for finding xsltproc toolsWilliam Deegan2017-04-171-3/+7
* Try to fix some more py2/3 tests becuase of str vs bytearrayGaurav Juvekar2017-04-161-1/+5
* For docbook, stop looking after you find the first tool. It looks like saxon...William Deegan2017-04-091-0/+1
* pep8William Deegan2017-04-091-0/+1
* osx: add logic to enable versioned shared libraries on osx/darwin. For now it...William Deegan2017-04-091-0/+8
* add docstringWilliam Deegan2017-04-091-1/+3
* pep8William Deegan2017-04-061-261/+283
* pep8William Deegan2017-04-061-297/+353
* pep8William Deegan2017-04-041-0/+3
* added SCons.Tool loaded tools to SCons.Tool namespaceWilliam Deegan2017-04-041-0/+6
* py2/3 ensure rpmbuild output from popen is string and not bytesWilliam Deegan2017-04-031-1/+1
* py2/3 fix possible byte string of machine nameWilliam Deegan2017-04-031-0/+3
* py2/3. Rename SCons.Tool.gettext to SCons.Tool.gettext_tool and change tool l...William Deegan2017-04-032-5/+14
* py2/3 change logic to not reuse already loaded module from sys.modules if the...William Deegan2017-03-311-35/+13
* py2/3 for py3, if the tool has already been loaded, just return that. no need...William Deegan2017-03-301-0/+4
* py2/3 handle not finding tools properly for py3William Deegan2017-03-301-1/+8
* py2/3 don't use __import_ c++, just load via import SCons.tool.cxx py2/3. py3...William Deegan2017-03-302-2/+9
* initial logic for dynamic tool loading for python. It currently will work for...William Deegan2017-03-301-27/+75
* fix py2/3. Also fix py2 win32 broken testsWilliam Deegan2017-03-241-25/+46
* py3. Fix vendor specific compilers importing c++ module, instead of cxx. c++ ...William Deegan2017-03-206-14/+27
* py2/3 fixed binary/str issue, but test is still failing on py3 with _action s...William Deegan2017-03-201-1/+1
* Remove deprecated tool SubversionWilliam Deegan2017-03-203-207/+0
* Remove deprecated tool SCCSWilliam Deegan2017-03-203-197/+1
* Remove deprecated tool RCSWilliam Deegan2017-03-203-207/+1
* Remove deprecated tool CVSWilliam Deegan2017-03-202-231/+0
* Remove deprecated tool BitKeeperWilliam Deegan2017-03-203-190/+1
* remove deprecated Perforce toolWilliam Deegan2017-03-203-229/+1
* Fix pickled/base64 string to be string instead of bytecode before writing to...William Deegan2017-03-201-9/+10
* py2/3 remove rb from tex processing.William Deegan2017-03-191-6/+6
* py2/3 convert output from running swig to get version string to string. On py...William Deegan2017-03-191-2/+2
* Merged in rodrigc/scons (pull request #410)William Deegan2017-03-1310-17/+17
|\
| * When iterating over dict.items(), we do not need a new list.Craig Rodrigues2017-03-1210-17/+17
* | Change the search order for D compilers.Russel Winder2017-03-121-10/+9
|/
* Replace list(filter()) with list comprehension.Craig Rodrigues2017-03-112-3/+3
* Use print() function to fix py2/3Craig Rodrigues2017-03-101-3/+3
* Fix missing quote in user documentation about Substfilephilippe coval2017-01-201-1/+1
* Fix merge errorsWilliam Deegan2017-01-151-4/+0
* merge headsWilliam Deegan2017-01-1514-286/+556
|\
| * Make c++ proxy files to the cxx formsJason Kenny2016-12-2312-285/+550
| * merge headsWilliam Deegan2016-11-283-4/+5
| |\
| | * Fix tests failing on win32 AR and Fortran and M4William Deegan2016-11-282-3/+3
| | * Add better error messaging when missing (or surplus) shared library targets w...William Deegan2016-11-281-1/+2
| | * Merged scons/scons into defaultWilliam Deegan2016-10-1716-44/+47
| | |\
* | | | changes to force SCons to respect RANLIB when initializing ar toolsWilliam Deegan2017-01-152-3/+3
|/ / /
* | | tests for msvc version specific PCHPDBFLAGS changesWilliam Deegan2016-11-281-9/+16
* | | update from upstreamWilliam Deegan2016-11-274-8/+22
|\ \ \
| * | | fix PCHPDBFLAGS changes to not crash if version of MSVC is unknown, and defau...William Deegan2016-11-272-9/+15