Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | fix whitespace in generated dsp file to match expected in test harness. Edit... | William Deegan | 2016-05-12 | 1 | -5/+5 | |
| * | | | 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 | |
| * | | | Remove all the six stuff. | Russel Winder | 2016-02-02 | 1 | -3/+3 | |
| * | | | Commit resolved conflicting merge. | Russel Winder | 2016-01-14 | 1 | -1/+16 | |
| |\ \ \ | ||||||
| * | | | | Run futurize --stage1. | Russel Winder | 2016-01-01 | 4 | -88/+94 | |
| * | | | | Post merge commit for safety. Building Fortran code works, but tests fail. | Russel Winder | 2015-12-24 | 67 | -1383/+2642 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merged default branch into python3-port to keep it up to date. | Gary Oberbrunner | 2014-08-23 | 27 | -276/+1096 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Added six module as SCons.compat.six, for python3 port. | Gary Oberbrunner | 2014-04-20 | 1 | -15/+15 | |
| * | | | | | | Tool.gs: Changed relative pdf import to absolute. | Stefan Zimmermann | 2014-03-31 | 1 | -1/+1 | |
| * | | | | | | engine.SCons: More bytes/str fixes. | Stefan Zimmermann | 2014-03-31 | 1 | -1/+1 | |
| * | | | | | | Merged with [default] | Stefan Zimmermann | 2014-03-31 | 109 | -292/+334 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | fix some minor 2to3 issues on windows | Rocco Matano | 2014-03-07 | 2 | -4/+3 | |
| * | | | | | | | Merged with [default] | Stefan Zimmermann | 2014-03-31 | 10 | -61/+303 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes). | Stefan Zimmermann | 2014-03-31 | 22 | -29/+42 | |
| * | | | | | | | | Manual python3 post-2to3 fixes from Neal Becker | Gary Oberbrunner | 2013-09-22 | 6 | -9/+11 | |
| * | | | | | | | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 61 | -238/+238 | |
* | | | | | | | | | Fix incorrect syntax m,group() instead of m.group().. | William Deegan | 2016-05-08 | 1 | -1/+1 | |
* | | | | | | | | | Remove duplicate entry of "X_RPM_CONFLICTS" in dictionary. (It was there twice) | William Deegan | 2016-05-08 | 1 | -1/+0 | |
| |_|_|_|_|/ / / |/| | | | | | | | ||||||
* | | | | | | | | Added intel 2016 support for intelc tool. | William Blevins | 2016-01-11 | 1 | -1/+16 | |
| |_|_|_|/ / / |/| | | | | | | ||||||
* | | | | | | | added verbose flag to Swig to enable debug output when necessary | William Deegan | 2015-12-17 | 1 | -3/+4 | |
* | | | | | | | fix swig test failing on windows due to \r\n line endings | William Deegan | 2015-12-17 | 1 | -1/+5 | |
* | | | | | | | removed several pre-2.7 methods and imports, including some basic refactorings | Dirk Baechle | 2015-12-10 | 33 | -324/+78 | |
* | | | | | | | Merged in williamblevins/scons_20150323 (pull request #244) | William Deegan | 2015-11-13 | 3 | -6/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Issue 2264: removed implicit dependency recursion from install targets. | William Blevins | 2015-08-07 | 1 | -0/+1 | |
| * | | | | | | | Issue 2264: Added cross-language scanner support. | William Blevins | 2015-05-17 | 2 | -6/+7 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | fix swig tool to properly retrieve swig version | Pawel Tomulik | 2015-10-19 | 1 | -3/+4 | |
* | | | | | | | small enchancement to swig tool | Pawel Tomulik | 2015-10-17 | 1 | -1/+4 | |
* | | | | | | | Merged in hhsprings/scons (pull request #222) | William Deegan | 2015-10-02 | 2 | -37/+59 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | This patch is not for Python 2.7, but for `Microsoft Visual C++ Compiler | hhsprings | 2015-03-13 | 2 | -33/+55 | |
* | | | | | | | | Code cleanup: removed function for supporting relpath in pre-2.6 python. | William Blevins | 2015-10-01 | 1 | -18/+1 | |
* | | | | | | | | fixed syntax error from previous pull request #256 | William Deegan | 2015-09-28 | 1 | -1/+1 | |
* | | | | | | | | fix spelling mistakes found by debian lintian tool list here: https://lintian... | William Deegan | 2015-09-28 | 6 | -6/+6 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | Updated SHLIBVERSION documentation to reflect PR-247. | William Blevins | 2015-09-23 | 1 | -16/+12 | |
* | | | | | | | remove debug message from ldc.py | Pawel Tomulik | 2015-09-21 | 1 | -1/+0 | |
* | | | | | | | add SONAME support to D tools | Pawel Tomulik | 2015-09-20 | 3 | -11/+37 | |
* | | | | | | | gdc: support soname in D versioned libraries | Pawel Tomulik | 2015-09-20 | 1 | -1/+9 | |
* | | | | | | | s/SHLINKSONAME/SHLIBSONAME/ | Pawel Tomulik | 2015-09-20 | 5 | -8/+8 | |
* | | | | | | | cyglink: fix for shlib symlink not being cleaned correctly | Paweł Tomulik | 2015-09-20 | 2 | -3/+7 | |
* | | | | | | | do not set SHxxxx variables in sunar.py | Pawel Tomulik | 2015-09-20 | 2 | -7/+0 | |
* | | | | | | | refactor code -> avoid code duplication | Pawel Tomulik | 2015-09-20 | 4 | -49/+54 | |
* | | | | | | | fix broken soname generator | Pawel Tomulik | 2015-09-20 | 3 | -3/+4 | |
* | | | | | | | support for versioned libraries for sunlink | Pawel Tomulik | 2015-09-20 | 3 | -90/+112 | |
* | | | | | | | gnulink: create direct symlinks instead of daisy-chained ones | Pawel Tomulik | 2015-09-19 | 1 | -2/+4 | |
* | | | | | | | support free-form SHLIBVERSION/LDMODULEVERSION | Pawel Tomulik | 2015-09-19 | 1 | -1/+5 | |
* | | | | | | | revision: address remarks made by Gary Oberbrunner | ptomulik | 2015-09-15 | 2 | -91/+145 | |
* | | | | | | | 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 | |