| Commit message (Expand) | Author | Age | Files | Lines |
| * | pep8 | William Deegan | 2017-04-09 | 1 | -0/+1 |
|
|
| * | added SCons.Tool loaded tools to SCons.Tool namespace | William Deegan | 2017-04-04 | 1 | -0/+6 |
|
|
| * | py2/3. Rename SCons.Tool.gettext to SCons.Tool.gettext_tool and change tool l... | William Deegan | 2017-04-03 | 1 | -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 |
|
|
| * | py2/3 handle not finding tools properly for py3 | William Deegan | 2017-03-30 | 1 | -1/+8 |
|
|
| * | initial logic for dynamic tool loading for python. It currently will work for... | William Deegan | 2017-03-30 | 1 | -27/+75 |
|
|
| * | py3. Fix vendor specific compilers importing c++ module, instead of cxx. c++ ... | William Deegan | 2017-03-20 | 1 | -9/+9 |
|
|
| * | Remove deprecated tool Subversion | William Deegan | 2017-03-20 | 1 | -2/+0 |
|
|
| * | Remove deprecated tool SCCS | William Deegan | 2017-03-20 | 1 | -1/+1 |
|
|
| * | Remove deprecated tool RCS | William Deegan | 2017-03-20 | 1 | -2/+1 |
|
|
| * | Remove deprecated tool BitKeeper | William Deegan | 2017-03-20 | 1 | -1/+1 |
|
|
| * | remove deprecated Perforce tool | William Deegan | 2017-03-20 | 1 | -1/+1 |
|
|
| * | Change the search order for D compilers. | Russel Winder | 2017-03-12 | 1 | -10/+9 |
|
|
| * | merge heads | William Deegan | 2016-11-28 | 1 | -1/+1 |
| |\ |
|
| | * | Fix tests failing on win32 AR and Fortran and M4 | William Deegan | 2016-11-28 | 1 | -1/+1 |
|
|
| * | | Fix some minor formatting issues flagged by pycharms | William Deegan | 2016-10-25 | 1 | -5/+5 |
| |/ |
|
| * | Remove debug code to reenable python version specific tool module loading code. | William Deegan | 2016-05-23 | 1 | -1/+1 |
|
|
| * | use old tool loading code for py2, and new code (not quite working yet) for py3 | William Deegan | 2016-05-23 | 1 | -48/+53 |
|
|
| * | minor improvement to Tool loading code for py2/3 compat | William Deegan | 2016-05-19 | 1 | -14/+15 |
|
|
| * | fix for module loading to us importlib instead of imp (which no longer works ... | William Deegan | 2016-05-19 | 1 | -20/+48 |
|
|
| * | copy src/engine/SCons/Tool/__init__.py as the merge had issues at some point ... | William Deegan | 2016-05-12 | 1 | -132/+43 |
|
|
| * | Fixed usage of linknames which needed to be defined outside of the two method... | William Deegan | 2016-05-09 | 1 | -1/+4 |
|
|
| * | Post merge commit for safety. Building Fortran code works, but tests fail. | Russel Winder | 2015-12-24 | 1 | -48/+438 |
| |\ |
|
| | * | removed several pre-2.7 methods and imports, including some basic refactorings | Dirk Baechle | 2015-12-10 | 1 | -1/+1 |
|
|
| | * | Merged in williamblevins/scons_20150323 (pull request #244) | William Deegan | 2015-11-13 | 1 | -0/+7 |
| | |\ |
|
| | | * | Issue 2264: Added cross-language scanner support. | William Blevins | 2015-05-17 | 1 | -0/+7 |
|
|
| | * | | cyglink: fix for shlib symlink not being cleaned correctly | Paweł Tomulik | 2015-09-20 | 1 | -2/+6 |
|
|
| | * | | fix broken soname generator | Pawel Tomulik | 2015-09-20 | 1 | -1/+2 |
|
|
| | * | | revision: address remarks made by Gary Oberbrunner | ptomulik | 2015-09-15 | 1 | -90/+144 |
|
|
| | * | | minor correction to debug code in Tool/__init__.py | Pawel Tomulik | 2015-09-07 | 1 | -3/+5 |
|
|
| | * | | add action string function for LibSymlinksAction | Pawel Tomulik | 2015-09-04 | 1 | -5/+20 |
|
|
| | * | | minor fix in Tool/__init__.py | Paweł Tomulik | 2015-09-04 | 1 | -1/+1 |
|
|
| | * | | remove redundant get_lib_prefix() method | Paweł Tomulik | 2015-09-04 | 1 | -11/+0 |
|
|
| | * | | refactored the versioned lib code a little | Paweł Tomulik | 2015-09-04 | 1 | -23/+75 |
|
|
| | * | | reivised code, fixed cygwin/variant-dir issue, cleaned-up some areas | Pawel Tomulik | 2015-09-04 | 1 | -26/+41 |
|
|
| | * | | new versioned libraries - gnulink and cyglink for now | Pawel Tomulik | 2015-09-02 | 1 | -136/+292 |
| | |/ |
|
| | * | - switching Node class and NodeInfo/Binfo to using slots | Dirk Baechle | 2015-02-26 | 1 | -1/+1 |
|
|
| | * | - fixed typo, which would use the wrong attribute | Dirk Baechle | 2014-12-20 | 1 | -12/+3 |
|
|
| | * | - switching versioned shared libs to using Node.attributes | Dirk Baechle | 2014-12-19 | 1 | -3/+16 |
|
|
| | * | also set soname on sunos | Alexandre Feblot | 2014-11-12 | 1 | -0/+5 |
|
|
| | * | Attempt to fix versionned shared library on Solaris | Alexandre Feblot | 2014-09-21 | 1 | -1/+1 |
|
|
| * | | Merged default branch into python3-port to keep it up to date. | Gary Oberbrunner | 2014-08-23 | 1 | -5/+9 |
| |\ \
| |/ |
|
| | * | Remove RPM and m4 from default tools on Windows to speed up SCons | anatoly techtonik | 2014-04-28 | 1 | -2/+4 |
|
|
| | * | The changes to the D support evolved over the last many months packaged as a ... | Russel Winder | 2014-04-16 | 1 | -3/+5 |
|
|
| * | | Merged with [default] | Stefan Zimmermann | 2014-03-31 | 1 | -8/+22 |
| |\ \
| |/ |
|
| | * | Correctly fix bug #2903, failure to rebuild when linker options change. | Gary Oberbrunner | 2013-10-27 | 1 | -2/+6 |
|
|
| | * | Merged pull request #86 | Gary Oberbrunner | 2013-09-29 | 1 | -1/+3 |
| | |\ |
|
| | | * | Fix http://scons.tigris.org/issues/show_bug.cgi?id=2903 | Alexandre Feblot | 2013-09-15 | 1 | -1/+3 |
|
|
| | * | | - fix for #2916, "Issues with versioned SharedLibrary under OpenBSD" | Dirk Baechle | 2013-09-11 | 1 | -7/+15 |
| | |/ |
|