summaryrefslogtreecommitdiff
path: root/Examples
Commit message (Expand)AuthorAgeFilesLines
* Change the name of the interface in %feature to be more portableWilliam S Fulton2016-03-082-24/+24
* Interface feature fix for typedef typesWilliam S Fulton2016-03-071-0/+15
* Add limited support for %interface_impl and %shared_ptrWilliam S Fulton2016-03-064-0/+1166
* interface feature test changes for the tests to pass for all languagesWilliam S Fulton2016-03-037-24/+49
* Rename feature_interface.i to swiginterface.iWilliam S Fulton2016-03-033-3/+3
* Port Java interface tests to C#William S Fulton2016-03-033-0/+578
* Test %interfaceWilliam S Fulton2016-03-032-15/+15
* Test %interface_implWilliam S Fulton2016-03-032-5/+5
* Add rstrip encoder for use in %rename.William S Fulton2016-03-023-0/+21
* Interface macros: %interface %interface_impl %interface_customWilliam S Fulton2016-03-023-13/+13
* Add multiple_inheritance_nspace testcaseWilliam S Fulton2016-02-291-0/+1
* C++ namespace testing for interface featureWilliam S Fulton2016-02-261-3/+5
* interface feature - SWIG_JAVABODY_PROXY does not need to be overriddenWilliam S Fulton2016-02-261-3/+0
* Support namespaces and nspace with the interface feature for JavaWilliam S Fulton2016-02-264-3/+592
* Cosmetic test case changesWilliam S Fulton2016-02-261-83/+83
* Add another interface test selecting just one base as an interfaceWilliam S Fulton2016-02-122-1/+24
* Add overloading tests for interface featureWilliam S Fulton2016-02-122-1/+12
* interfaces branch merge fixesWilliam S Fulton2016-02-111-1/+0
* Merge branch 'interfaces' into interfaces2William S Fulton2016-02-116-1/+661
|\
| * Remove unnecessary interfaces for concrete classesWilliam S Fulton2016-02-103-0/+90
| * interface macro changes to support templatesWilliam S Fulton2016-02-091-3/+3
| * Test non-virtual method in Derived classesWilliam S Fulton2016-02-081-0/+6
| * interface tests for a most derived class inheriting the interfaces further up...William S Fulton2016-02-082-1/+150
| * interface feature support for const ref pointers (used by the STL)William S Fulton2016-02-072-16/+119
| * More interface feature testing for return valuesWilliam S Fulton2016-02-062-0/+32
| * interface feature support for passing by valueWilliam S Fulton2016-02-062-11/+63
| * interface feature support for referencesWilliam S Fulton2016-02-062-0/+24
| * Multiple inheritance parameters as pointers testingWilliam S Fulton2016-02-062-12/+13
| * Simplify multiple_inheritance_abstract Java runtime testWilliam S Fulton2016-02-061-60/+35
| * Rename test functions in multiple_inheritance_abstract testcaseWilliam S Fulton2016-02-062-93/+96
| * Cosmetic spacing changes in test caseWilliam S Fulton2016-02-052-172/+189
| * interface test addedVladimir Kalinin2013-05-292-1/+3
| * feature:interface ported to JavaVladimir Kalinin2013-05-213-1/+207
* | octave: map unary functions to __...___ Python-style unary membersKarl Wette2016-02-072-0/+25
* | octave: recognize Python __float__ numeric conversion operatorKarl Wette2016-02-072-0/+9
* | octave: export function swig_octave_prereq() for easily testing Octave versionKarl Wette2016-02-071-3/+2
* | Merge branch 'ahnolds-classic_python'William S Fulton2016-02-064-4/+26
|\ \
| * | Support checking names of old-style classic classesAlec Cooper2016-02-042-4/+16
| * | Support python(pre|ap)pend on static methods in classic modeAlec Cooper2016-02-042-0/+10
* | | Tests for Python Bytes/Unicode distinctionAlec Cooper2016-02-043-0/+121
|/ /
* | Disable tests broken in python 2.4 and 2.5William S Fulton2016-02-041-3/+8
* | Merge branch 'ahnolds-clean_osx_go'William S Fulton2016-01-281-5/+9
|\ \
| * | Fail if nocgo version failsAlec Cooper2016-01-231-2/+2
| * | Handle weak linking on OSXAlec Cooper2016-01-231-3/+7
* | | Qualify use of "__builtin__.Exception" class.Ben Webb2016-01-113-0/+15
|/ /
* | Merge branch 'ahnolds-Win64_ptrdiff_t'William S Fulton2016-01-102-0/+46
|\ \
| * | Adding required define at beginningAlec Cooper2016-01-091-0/+4
| * | Unit tests for ptrdiff_t/size_t max/min in PythonAlec Cooper2016-01-062-0/+42
* | | Fix test failure on PPC{64} where the char is unsigned by defaultİsmail Dönmez2016-01-081-1/+1
|/ /
* | Adding unit tests for Python primitive type conversionsAlec Cooper2015-12-232-0/+138