summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merged in rviney/scons (pull request #249)William Deegan2016-11-272-3/+9
| |\ \ \
| | * \ \ Merged scons/scons into defaultRichard Viney2016-07-1084-822/+658
| | |\ \ \
| | * \ \ \ Merged scons/scons into defaultRichard Viney2015-09-2521-372/+1103
| | |\ \ \ \
| | * | | | | Fix PCHPDBFLAGS causing a deprecation warning on MSVC v8 and later when using...Richard Viney2015-09-182-3/+9
| * | | | | | fix for invalid xml getting generated to SCons generated visual studio projectsDaniel Moody2016-11-111-0/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Fix some minor formatting issues flagged by pycharmsWilliam Deegan2016-10-251-5/+5
* | | | | | update from upstreamWilliam Deegan2016-09-3016-44/+47
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | 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
| | | |_|/ | | |/| |
* | | | | updated from upstreamWilliam Deegan2016-08-121-1/+4
|\ \ \ \ \ | |/ / / /
| * | | | Fix float conversion for Express editions where the version number is reporte...mlimber2016-07-061-1/+4
| |/ / /
* | | | Merged scons/scons into defaultWilliam Deegan2016-06-1466-434/+485
|\ \ \ \ | |/ / /
| * | | 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
| |\ \ \
| * | | | 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