summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| |\ \ \
| * | | | 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
| |\ \ \ \
| * \ \ \ \ Merged default branch into python3-port to keep it up to date.Gary Oberbrunner2014-08-2327-276/+1096
| |\ \ \ \ \
| * | | | | | Added six module as SCons.compat.six, for python3 port.Gary Oberbrunner2014-04-201-15/+15
| * | | | | | Tool.gs: Changed relative pdf import to absolute.Stefan Zimmermann2014-03-311-1/+1
| * | | | | | engine.SCons: More bytes/str fixes.Stefan Zimmermann2014-03-311-1/+1
| * | | | | | Merged with [default]Stefan Zimmermann2014-03-31109-292/+334
| |\ \ \ \ \ \
| * | | | | | | fix some minor 2to3 issues on windowsRocco Matano2014-03-072-4/+3
| * | | | | | | Merged with [default]Stefan Zimmermann2014-03-3110-61/+303
| |\ \ \ \ \ \ \
| * | | | | | | | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-3122-29/+42
| * | | | | | | | Manual python3 post-2to3 fixes from Neal BeckerGary Oberbrunner2013-09-226-9/+11
| * | | | | | | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-2261-238/+238
* | | | | | | | | Fix incorrect syntax m,group() instead of m.group()..William Deegan2016-05-081-1/+1
* | | | | | | | | Remove duplicate entry of "X_RPM_CONFLICTS" in dictionary. (It was there twice)William Deegan2016-05-081-1/+0
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Added intel 2016 support for intelc tool.William Blevins2016-01-111-1/+16
| |_|_|_|/ / / |/| | | | | |
* | | | | | | 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
* | | | | | | remove redundant get_lib_prefix() methodPaweł Tomulik2015-09-041-11/+0