summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | 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
| |\ \ \ \ \ \ \