| Commit message (Expand) | Author | Age | Files | Lines |
* | Use "in" in preference to string find method | Mats Wichmann | 2019-08-30 | 1 | -1/+1 |
|
|
* | [#3336] do not add not-found tool paths | Mats Wichmann | 2019-04-13 | 1 | -1/+2 |
|
|
* | Clean up some file opens, regex strings | Mats Wichmann | 2019-03-07 | 1 | -2/+4 |
|
|
* | Quiet Py3 resource warnings | Mats Wichmann | 2019-01-25 | 1 | -5/+15 |
|
|
* | pr-3052: Updated swig tool with some default paths and fixed test to build on... | Daniel Moody | 2018-05-25 | 1 | -0/+12 |
|
|
* | py2/3 convert output from running swig to get version string to string. On py... | William Deegan | 2017-03-19 | 1 | -2/+2 |
|
|
* | Fixing QMTest str and bytes issues. | William Blevins | 2016-09-20 | 1 | -1/+1 |
|
|
* | Run futurize --stage1. | Russel Winder | 2016-01-01 | 1 | -2/+3 |
|
|
* | Post merge commit for safety. Building Fortran code works, but tests fail. | Russel Winder | 2015-12-24 | 1 | -14/+23 |
|\ |
|
| * | 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 |
|
|
| * | Merged in williamblevins/scons_20150323 (pull request #244) | William Deegan | 2015-11-13 | 1 | -6/+0 |
| |\ |
|
| | * | Issue 2264: Added cross-language scanner support. | William Blevins | 2015-05-17 | 1 | -6/+0 |
|
|
| * | | 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 |
| |/ |
|
| * | - switching Node class and NodeInfo/Binfo to using slots | Dirk Baechle | 2015-02-26 | 1 | -2/+7 |
|
|
* | | Merged default branch into python3-port to keep it up to date. | Gary Oberbrunner | 2014-08-23 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | SWIG: improve tool detection, and update SWIG tests to run on Windows. | Gary Oberbrunner | 2014-08-21 | 1 | -1/+2 |
|
|
* | | Manual python3 post-2to3 fixes from Neal Becker | Gary Oberbrunner | 2013-09-22 | 1 | -1/+1 |
|/ |
|
* | - fixed SWIG module names for generated *.i files (#2707) | Dirk Baechle | 2011-09-07 | 1 | -2/+2 |
|
|
* | Apply patch from bug 2706 and create testcase to check for whitespace after m... | William Deegan | 2011-01-24 | 1 | -1/+2 |
|
|
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -11/+7 |
|
|
* | Faster backward-compatible code | Greg Noel | 2009-11-20 | 1 | -2/+1 |
|
|
* | Fix name typo in 1.5.2 patch. | Steven Knight | 2009-11-18 | 1 | -1/+1 |
|
|
* | Python 1.5 fix: "mname += ..." => "mname = mname + ..." | Steven Knight | 2009-11-15 | 1 | -1/+2 |
|
|
* | Fix bug 1944 - handle non-existant .i files when swig emitter is called. Make... | William Deegan | 2009-11-14 | 1 | -5/+11 |
|
|
* | Use SCons.Action._subproc rather than os.popen. | Ben Webb | 2009-04-03 | 1 | -1/+8 |
|
|
* | Set a SWIGVERSION construction variable, to contain the version number of the | Ben Webb | 2009-04-02 | 1 | -0/+8 |
|
|
* | Minor fix to work with Python 1.5.2. | Ben Webb | 2009-04-01 | 1 | -2/+2 |
|
|
* | Be sure to honor the setting of SWIGOUTDIR when the SWIG tool generates | Ben Webb | 2009-03-31 | 1 | -2/+12 |
|
|
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
|
|
* | Issue 2278: Emit header name when using SWIG directors (Ben Webb) | Greg Noel | 2009-01-17 | 1 | -4/+25 |
|
|
* | Issue 2279: Support $SWIGOUTDIR values with spaces in the | Steven Knight | 2009-01-08 | 1 | -1/+1 |
|
|
* | First part of issue 2278: handle quoted module names in SWIG source | Greg Noel | 2009-01-04 | 1 | -3/+13 |
|
|
* | Merged revisions 2725-2865 via svnmerge from | Steven Knight | 2008-04-17 | 1 | -1/+2 |
|
|
* | Merged revisions 2527-2645 via svnmerge from | Steven Knight | 2008-02-04 | 1 | -1/+2 |
|
|
* | Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge from | Steven Knight | 2007-08-17 | 1 | -39/+31 |
|
|
* | Merged revisions 2121-2135 via svnmerge from | Steven Knight | 2007-07-14 | 1 | -12/+15 |
|
|
* | Merged revisions 1784-1824 via svnmerge from | Steven Knight | 2007-02-11 | 1 | -2/+2 |
|
|
* | Merged revisions 1675-1736 via svnmerge from | Steven Knight | 2006-12-16 | 1 | -5/+6 |
|
|
* | Merged revisions 1540-1545,1547-1581 via svnmerge from | Steven Knight | 2006-08-06 | 1 | -0/+54 |
|
|
* | More command-line customizability: , , , , , , . | Steven Knight | 2005-01-06 | 1 | -2/+5 |
|
|
* | Remove dead imports and other things found by PyChecker. | Steven Knight | 2004-06-01 | 1 | -2/+0 |
|
|
* | Initialize *FLAGS variables with objects that can add flags either as strings... | Steven Knight | 2004-02-26 | 1 | -3/+3 |
|
|
* | Add SWIG support. | Steven Knight | 2003-08-13 | 1 | -0/+65 |
|
|