summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Interface name handling improvements and special variable changesWilliam S Fulton2016-02-295-66/+83
* Correct regex example commentWilliam S Fulton2016-02-291-1/+1
* Properly hide unexposed naming functions in naming.cWilliam S Fulton2016-02-292-53/+47
* 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-262-4/+0
* Support namespaces and nspace with the interface feature for C#William S Fulton2016-02-262-19/+75
* Support namespaces and nspace with the interface feature for JavaWilliam S Fulton2016-02-266-23/+664
* Cosmetic test case changesWilliam S Fulton2016-02-261-83/+83
* Add Java premature garbage collection prevention parameter (pgcpp) to interfa...William S Fulton2016-02-242-13/+22
* Create javainterfacecode and csinterfacecode typemapsWilliam S Fulton2016-02-235-50/+136
* Merge branch 'interfaces' of github.com:/swig/swig into interfacesWilliam S Fulton2016-02-232-7/+39
|\
| * IntPtr & HandleRef absolute names usedVladimir Kalinin2016-02-141-4/+4
| * virtual/override fixVladimir Kalinin2016-02-141-3/+35
* | Improve interface feature checksWilliam S Fulton2016-02-133-8/+18
|/
* Add another interface test selecting just one base as an interfaceWilliam S Fulton2016-02-122-1/+24
* Comments added to interface feature implementation and cosmetic code changesWilliam S Fulton2016-02-123-37/+52
* Add overloading tests for interface featureWilliam S Fulton2016-02-122-1/+12
* Refactor multiple inheritance warningsWilliam S Fulton2016-02-124-65/+60
* director generation fixesVladimir Kalinin2016-02-123-3/+13
* interface feature updates for C# latest on masterWilliam S Fulton2016-02-111-7/+8
* interfaces branch merge fixesWilliam S Fulton2016-02-113-20/+13
* Merge branch 'interfaces' into interfaces2William S Fulton2016-02-1111-39/+1166
|\
| * Remove unnecessary interfaces for concrete classesWilliam S Fulton2016-02-105-8/+117
| * cosmetic code formatting changesWilliam S Fulton2016-02-093-46/+47
| * Correct interface name attributes that are internalWilliam S Fulton2016-02-093-24/+23
| * interface macro changes to support templatesWilliam S Fulton2016-02-093-13/+13
| * 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
| * Rename GetCPtr/getCPtr to SWIGInterfaceUpcastWilliam S Fulton2016-02-084-12/+12
| * interface feature support for const ref pointers (used by the STL)William S Fulton2016-02-074-30/+134
| * Interface feature support for arraysWilliam S Fulton2016-02-062-11/+11
| * More interface feature testing for return valuesWilliam S Fulton2016-02-062-0/+32
| * interface feature support for passing by valueWilliam S Fulton2016-02-064-23/+91
| * interface feature support for referencesWilliam S Fulton2016-02-063-6/+30
| * 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
| * Warning fixesWilliam S Fulton2016-02-062-4/+4
| * Rename test functions in multiple_inheritance_abstract testcaseWilliam S Fulton2016-02-062-93/+96
| * Formatting fixes in generated code for interface featureWilliam S Fulton2016-02-064-29/+25
| * Cosmetic spacing changes in test caseWilliam S Fulton2016-02-052-172/+189
| * interface feature typemap corrections to handle NULL pointersWilliam S Fulton2016-02-051-1/+2
| * interface test addedVladimir Kalinin2013-05-292-1/+3
| * javadirectorin fixVladimir Kalinin2013-05-291-2/+1
| * interface implementation visibilityVladimir Kalinin2013-05-231-1/+1
| * interface inheritance (2)Vladimir Kalinin2013-05-223-72/+86
| * interface inheritance (1)Vladimir Kalinin2013-05-221-49/+64
| * feature:interface ported to JavaVladimir Kalinin2013-05-217-38/+442
| * Merge branch 'interfaces' of https://github.com/wkalinin/swig into interfacesVladimir Kalinin2013-05-212-48/+206
| |\
| | * propagate non-abstract "interface" base methods (3)Vladimir Kalinin2013-05-212-53/+58
| | * propagate non-abstract "interface" base methods (2)Vladimir Kalinin2013-05-201-2/+6