summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
* Ensuring that FS.get_text_contents returns actual text.William Blevins2016-09-241-1/+1
* Initial python3 cut of test/Fortran.William Blevins2016-09-231-1/+1
* Merged in williamblevins/scons (pull request #357)William Deegan2016-09-221-0/+2
|\
| * Sorting RPM tarball sources to correct nondeterminism in ordering.William Blevins2016-09-181-0/+2
* | Fixing QMTest str and bytes issues.William Blevins2016-09-201-1/+1
* | Futurize stage 2 2to3 fixes only.William Blevins2016-09-2015-36/+36
|/
* Merged in dholth/scons (pull request #348)William Deegan2016-09-111-7/+8
|\
| * centralize the preferred pickle protocol; use highest protocol.Daniel Holth2016-06-201-7/+8
* | Fix float conversion for Express editions where the version number is reporte...mlimber2016-07-061-1/+4
|/
* Remove debug code to reenable python version specific tool module loading code.William Deegan2016-05-231-1/+1
* use old tool loading code for py2, and new code (not quite working yet) for py3William Deegan2016-05-231-48/+53
* minor improvement to Tool loading code for py2/3 compatWilliam Deegan2016-05-191-14/+15
* fix for module loading to us importlib instead of imp (which no longer works ...William Deegan2016-05-191-20/+48
* fix whitespace in generated dsp file to match expected in test harness. Edit...William Deegan2016-05-121-5/+5
* copy src/engine/SCons/Tool/__init__.py as the merge had issues at some point ...William Deegan2016-05-121-132/+43
* Fixed usage of linknames which needed to be defined outside of the two method...William Deegan2016-05-091-1/+4
* Remove all the six stuff.Russel Winder2016-02-021-3/+3
* Commit resolved conflicting merge.Russel Winder2016-01-141-1/+16
|\
| * Added intel 2016 support for intelc tool.William Blevins2016-01-111-1/+16
* | Run futurize --stage1.Russel Winder2016-01-014-88/+94
* | Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-2467-1383/+2642
|\ \ | |/
| * added verbose flag to Swig to enable debug output when necessaryWilliam Deegan2015-12-171-3/+4
| * fix swig test failing on windows due to \r\n line endingsWilliam Deegan2015-12-171-1/+5
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-1033-324/+78
| * Merged in williamblevins/scons_20150323 (pull request #244)William Deegan2015-11-133-6/+8
| |\
| | * Issue 2264: removed implicit dependency recursion from install targets.William Blevins2015-08-071-0/+1
| | * Issue 2264: Added cross-language scanner support.William Blevins2015-05-172-6/+7
| * | fix swig tool to properly retrieve swig versionPawel Tomulik2015-10-191-3/+4
| * | small enchancement to swig toolPawel Tomulik2015-10-171-1/+4
| * | Merged in hhsprings/scons (pull request #222)William Deegan2015-10-022-37/+59
| |\ \
| | * | This patch is not for Python 2.7, but for `Microsoft Visual C++ Compilerhhsprings2015-03-132-33/+55
| * | | Code cleanup: removed function for supporting relpath in pre-2.6 python.William Blevins2015-10-011-18/+1
| * | | fixed syntax error from previous pull request #256William Deegan2015-09-281-1/+1
| * | | fix spelling mistakes found by debian lintian tool list here: https://lintian...William Deegan2015-09-286-6/+6
| * | | Updated SHLIBVERSION documentation to reflect PR-247.William Blevins2015-09-231-16/+12
| * | | remove debug message from ldc.pyPawel Tomulik2015-09-211-1/+0
| * | | add SONAME support to D toolsPawel Tomulik2015-09-203-11/+37
| * | | gdc: support soname in D versioned librariesPawel Tomulik2015-09-201-1/+9
| * | | s/SHLINKSONAME/SHLIBSONAME/Pawel Tomulik2015-09-205-8/+8
| * | | cyglink: fix for shlib symlink not being cleaned correctlyPaweł Tomulik2015-09-202-3/+7
| * | | do not set SHxxxx variables in sunar.pyPawel Tomulik2015-09-202-7/+0
| * | | refactor code -> avoid code duplicationPawel Tomulik2015-09-204-49/+54
| * | | fix broken soname generatorPawel Tomulik2015-09-203-3/+4
| * | | support for versioned libraries for sunlinkPawel Tomulik2015-09-203-90/+112
| * | | gnulink: create direct symlinks instead of daisy-chained onesPawel Tomulik2015-09-191-2/+4
| * | | support free-form SHLIBVERSION/LDMODULEVERSIONPawel Tomulik2015-09-191-1/+5
| * | | revision: address remarks made by Gary Oberbrunnerptomulik2015-09-152-91/+145
| * | | minor correction to debug code in Tool/__init__.pyPawel Tomulik2015-09-071-3/+5
| * | | add action string function for LibSymlinksActionPawel Tomulik2015-09-041-5/+20
| * | | minor fix in Tool/__init__.pyPaweł Tomulik2015-09-041-1/+1