summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/swig.py
Commit message (Expand)AuthorAgeFilesLines
* Fixing QMTest str and bytes issues.William Blevins2016-09-201-1/+1
* Run futurize --stage1.Russel Winder2016-01-011-2/+3
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-14/+23
|\
| * 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
| * Merged in williamblevins/scons_20150323 (pull request #244)William Deegan2015-11-131-6/+0
| |\
| | * Issue 2264: Added cross-language scanner support.William Blevins2015-05-171-6/+0
| * | fix swig tool to properly retrieve swig versionPawel Tomulik2015-10-191-3/+4
| * | small enchancement to swig toolPawel Tomulik2015-10-171-1/+4
| |/
| * - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-261-2/+7
* | Merged default branch into python3-port to keep it up to date.Gary Oberbrunner2014-08-231-1/+2
|\ \ | |/
| * SWIG: improve tool detection, and update SWIG tests to run on Windows.Gary Oberbrunner2014-08-211-1/+2
* | Manual python3 post-2to3 fixes from Neal BeckerGary Oberbrunner2013-09-221-1/+1
|/
* - fixed SWIG module names for generated *.i files (#2707)Dirk Baechle2011-09-071-2/+2
* Apply patch from bug 2706 and create testcase to check for whitespace after m...William Deegan2011-01-241-1/+2
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-11/+7
* Faster backward-compatible codeGreg Noel2009-11-201-2/+1
* Fix name typo in 1.5.2 patch.Steven Knight2009-11-181-1/+1
* Python 1.5 fix: "mname += ..." => "mname = mname + ..."Steven Knight2009-11-151-1/+2
* Fix bug 1944 - handle non-existant .i files when swig emitter is called. Make...William Deegan2009-11-141-5/+11
* Use SCons.Action._subproc rather than os.popen.Ben Webb2009-04-031-1/+8
* Set a SWIGVERSION construction variable, to contain the version number of theBen Webb2009-04-021-0/+8
* Minor fix to work with Python 1.5.2.Ben Webb2009-04-011-2/+2
* Be sure to honor the setting of SWIGOUTDIR when the SWIG tool generatesBen Webb2009-03-311-2/+12
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Issue 2278: Emit header name when using SWIG directors (Ben Webb)Greg Noel2009-01-171-4/+25
* Issue 2279: Support $SWIGOUTDIR values with spaces in theSteven Knight2009-01-081-1/+1
* First part of issue 2278: handle quoted module names in SWIG sourceGreg Noel2009-01-041-3/+13
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-1/+2
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-1/+2
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-171-39/+31
* Merged revisions 2121-2135 via svnmerge fromSteven Knight2007-07-141-12/+15
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-2/+2
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-5/+6
* Merged revisions 1540-1545,1547-1581 via svnmerge fromSteven Knight2006-08-061-0/+54
* More command-line customizability: , , , , , , .Steven Knight2005-01-061-2/+5
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-2/+0
* Initialize *FLAGS variables with objects that can add flags either as strings...Steven Knight2004-02-261-3/+3
* Add SWIG support.Steven Knight2003-08-131-0/+65