summaryrefslogtreecommitdiff
path: root/Lib/java
Commit message (Expand)AuthorAgeFilesLines
* interface macro argument name tweaksWilliam S Fulton2016-03-111-2/+2
* Change the name of the interface in %feature to be more portableWilliam S Fulton2016-03-081-1/+1
* Rename feature_interface.i to swiginterface.iWilliam S Fulton2016-03-031-0/+9
* 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
* Merge branch 'interfaces' into interfaces2William S Fulton2016-02-111-0/+31
|\
| * 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
* | Make (char*, size_t) typemap usable for strings of other types in Java.Vadim Zeitlin2015-08-071-2/+2
* | Fix potential security exploit in generated Java classesWilliam S Fulton2015-08-023-11/+11
* | Consistent memory intiailization between C and C++ in typemapsWilliam S Fulton2015-07-302-5/+5
* | Warning fixes in generated Java code for 64bit Visual C++ on Windows.William S Fulton2015-07-033-5/+5
* | Fix swapped parameters in memset callOlly Betts2015-05-121-1/+1
* | Fix Java multi-argument typemaps (char *STRING, size_t LENGTH)William S Fulton2015-05-101-0/+1
* | Refactor Java director swig_override array codeWilliam S Fulton2015-05-101-0/+14
* | Memory leak in java directors when passing byte arrays (char*, size_t)William S Fulton2015-04-231-1/+2
* | Fix multiple definitions of 'ExceptionMatches' when using directors and multi...William S Fulton2015-04-111-1/+1
* | add @SuppressWarnings("unused") to constructors generated using SWIG_JAVABODY...Witold Wolski2015-02-041-2/+2
* | Merge branch 'pingany-director_local_jstring_leak'William S Fulton2014-09-273-5/+25
|\ \
| * | Use more conventional naming for generated Java LocalRefGuard variablesWilliam S Fulton2014-09-272-5/+6
| * | Make more use of LocalRefGuard in JavaWilliam S Fulton2014-09-271-13/+17
| * | fixup! Patch of http://sourceforge.net/p/swig/mailman/message/29816385Pingan Yi2014-08-132-2/+8
| * | Patch of http://sourceforge.net/p/swig/mailman/message/29816385Pingan Yi2014-05-042-0/+9
* | | Doc/comment improvements in Java various.iWilliam S Fulton2014-08-041-7/+8
* | | Add support for java.nio.BufferYuval Kashtan2014-07-181-0/+37
|/ /
* | Java enums - remove redundant typemapsWilliam S Fulton2014-03-282-2/+0
* | Remove register storage class declarationsCurtis Dunham2014-02-191-7/+7
* | Work around differences in clang libc++ std::vector<bool>::const_referenceMarvin Greenberg2014-02-041-1/+1
* | Director exceptions now derive from std::exceptionWilliam S Fulton2014-01-201-2/+2
* | Error out attempting to use directors without -c++William S Fulton2013-12-231-3/+0
* | Beautify director.swg filesWilliam S Fulton2013-12-231-2/+2
* | Add std_auto_ptr.i defining typemaps for returning std::auto_ptr<>.Vadim Zeitlin2013-12-031-0/+27
* | Rework the director.swg changes for director exception handlingWilliam S Fulton2013-11-071-116/+95
* | Cosmetics/code style conformance in newly added Java director exception handlingWilliam S Fulton2013-11-071-118/+92
* | Minor improvements to Java director:except patchWilliam S Fulton2013-10-231-1/+2