summaryrefslogtreecommitdiff
path: root/Lib/java/feature_interface.i
Commit message (Expand)AuthorAgeFilesLines
* Rename feature_interface.i to swiginterface.iWilliam S Fulton2016-03-031-65/+0
* Use rstrip instead of regex encoder in %feature_renameWilliam S Fulton2016-03-031-1/+1
* Interface macros: %interface %interface_impl %interface_customWilliam S Fulton2016-03-021-9/+14
* Add $interfacename family of special variable expansionsWilliam S Fulton2016-02-291-6/+10
* Interface name handling improvements and special variable changesWilliam S Fulton2016-02-291-21/+23
* interface feature - SWIG_JAVABODY_PROXY does not need to be overriddenWilliam S Fulton2016-02-261-1/+0
* Support namespaces and nspace with the interface feature for JavaWilliam S Fulton2016-02-261-16/+31
* Add Java premature garbage collection prevention parameter (pgcpp) to interfa...William S Fulton2016-02-241-1/+1
* Create javainterfacecode and csinterfacecode typemapsWilliam S Fulton2016-02-231-1/+6
* director generation fixesVladimir Kalinin2016-02-121-0/+4
* interface macro changes to support templatesWilliam S Fulton2016-02-091-5/+5
* Rename GetCPtr/getCPtr to SWIGInterfaceUpcastWilliam S Fulton2016-02-081-4/+4
* interface feature support for const ref pointers (used by the STL)William S Fulton2016-02-071-8/+8
* Interface feature support for arraysWilliam S Fulton2016-02-061-6/+6
* interface feature support for passing by valueWilliam S Fulton2016-02-061-7/+14
* interface feature support for referencesWilliam S Fulton2016-02-061-6/+6
* Formatting fixes in generated code for interface featureWilliam S Fulton2016-02-061-12/+8
* interface feature typemap corrections to handle NULL pointersWilliam S Fulton2016-02-051-1/+2
* javadirectorin fixVladimir Kalinin2013-05-291-2/+1
* feature:interface ported to JavaVladimir Kalinin2013-05-211-0/+28