summaryrefslogtreecommitdiffstats
path: root/test/SWIG
Commit message (Expand)AuthorAgeFilesLines
* Tweak a few testsMats Wichmann2019-05-301-2/+2
* fix a couple tests broken by binary write in wrapper.py. previously compared ...William Deegan2018-11-021-1/+1
* use absolute python path in sheabangsPaweł Tomulik2018-10-221-2/+3
* remove unnecessary sheabangs from scripts generated by end-to-end testsPaweł Tomulik2018-10-221-19/+20
* Correct sheabangs in code snippets under test/Paweł Tomulik2018-10-221-3/+3
* Additional fixes for SWIG testsMats Wichmann2018-10-162-2/+2
* get_platform_python_info fail on missing Python.hMats Wichmann2018-08-1712-24/+24
* Move checking for python header to common locationMats Wichmann2018-08-1512-62/+16
* SWIG recursive test checkes for Python.hMats Wichmann2018-08-131-1/+7
* Fix for py2.7 + 3.5+William Deegan2018-07-081-0/+1
* stop using obsolete distutils.sysconfig to find python include, link paths,an...William Deegan2018-07-081-2/+3
* pr-3052: moved some 64 bit logic to TestCmd and used TestCmd system checksDaniel Moody2018-05-251-2/+3
* pr-3052: Needed to define target arch in the non-windows caseDaniel Moody2018-05-251-1/+3
* pr-3052: made target arch transparent to non windows platformsDaniel Moody2018-05-251-3/+3
* pr-3052: removed debug print statementsDaniel Moody2018-05-251-2/+2
* pr-3052: added a missing comma to the environment argsDaniel Moody2018-05-251-1/+1
* pr-3052: Updated swig tool with some default paths and fixed test to build on...Daniel Moody2018-05-251-11/+33
* pr-3052: updated swig test to work for windows.Daniel Moody2018-05-251-5/+1
* fixed swig tests to work on windowsDaniel Moody2018-05-254-8/+19
* fix test for osx (with macports only at this point)William Deegan2017-04-181-0/+4
* py2/3 fix unnecessary binary reads. pep8 format the file while we're out atWilliam Deegan2017-03-191-9/+10
* Use print() function. Fixes py2/3Craig Rodrigues2017-03-111-3/+5
* Use print() function to fix py2/3Craig Rodrigues2017-03-101-2/+4
* Moved common my<xxx>.py functions to global fixture and resolve byte/str.William Blevins2016-10-032-28/+4
* Updating tests to use fixture wrapper.py.William Blevins2016-09-241-6/+1
* More test fixes.William Blevins2016-09-212-2/+2
* Fixed print()'sWilliam Deegan2016-05-091-9/+9
* Merged in williamblevins/scons_20150323 (pull request #244)William Deegan2015-11-131-0/+123
|\
| * Issue 2264: Added SWIG recursive dependency tests.William Blevins2015-05-131-0/+123
* | edit test/SWIG/SWIG.py to covert PR #270Pawel Tomulik2015-10-191-2/+13
|/
* SWIG: improve tool detection, and update SWIG tests to run on Windows.Gary Oberbrunner2014-08-2113-25/+118
* Removed some garbage from tests (found by accident)ptomulik2012-06-181-2/+0
* - fixed SWIG module names for generated *.i files (#2707)Dirk Baechle2011-09-071-0/+79
* Apply patch from bug 2706 and create testcase to check for whitespace after m...William Deegan2011-01-241-0/+91
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-247-36/+0
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-291-1/+1
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-253-6/+4
* Don't hard-code the swig location in the expected output.Steven Knight2009-11-281-11/+7
* Fix bug 1944 - handle non-existant .i files when swig emitter is called. Make...William Deegan2009-11-141-0/+102
* Solaris test portability fixes.Steven Knight2009-08-031-0/+2
* Modify the SWIG tests so that OS X is treated like a UNIX platform (which itGreg Noel2009-04-1811-114/+81
* Be sure to honor the setting of SWIGOUTDIR when the SWIG tool generatesBen Webb2009-03-311-0/+95
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-0914-0/+84
* Remove (lots) more unnecessary imports.Steven Knight2009-02-063-6/+0
* Issue 2278: Emit header name when using SWIG directors (Ben Webb)Greg Noel2009-01-171-9/+5
* Issue 2279: Support $SWIGOUTDIR values with spaces in theSteven Knight2009-01-081-6/+11
* First part of issue 2278: handle quoted module names in SWIG sourceGreg Noel2009-01-041-0/+92
* Fix test to work with all versions of PythonGreg Noel2008-09-291-20/+21
* Fix broken swig tests when python being used to run tests is incompatible wit...William Deegan2008-09-205-0/+5
* Issue 2168: Mac OS X fixes for SWIG tests. (Greg Noel)Steven Knight2008-08-266-14/+38