summaryrefslogtreecommitdiff
path: root/Lib/java
Commit message (Expand)AuthorAgeFilesLines
* Consistent whitespace amongst all the shared_ptr and intrusive_ptr typemapsWilliam S Fulton2017-04-202-49/+49
* Fix wrapping of references/pointers and qualifiers to member pointersWilliam S Fulton2017-03-161-0/+2
* Java director typemaps and test tweakWilliam S Fulton2017-01-242-7/+6
* WIP: #704 (java directorargout + java/typemaps.i fixes)Andrey Starodubtsev2017-01-221-4/+4
* WIP: #704 (java directorargout + java/typemaps.i fixes)Andrey Starodubtsev2017-01-222-30/+31
* WIP: #704 (java directorargout + java/typemaps.i fixes)Andrey Starodubtsev2017-01-221-3/+2
* Merge branch 'master' into directorargout_and_java_typemapsAndrey Starodubtsev2017-01-214-7/+10
|\
| * %extend changes and remove default use of javatype, dtype, cstype %typemapsWilliam S Fulton2017-01-151-1/+3
| * Add %proxycode directive for adding code into proxy classes for C#, D and JavaWilliam S Fulton2017-01-131-0/+1
| * Missing transient keywords in Java proxy classWilliam S Fulton2016-11-133-6/+6
* | Merge branch 'master' into directorargout_and_java_typemapsAndrey Starodubtsev2016-11-021-14/+12
|\ \ | |/
| * Added LocalRefGuard for wstringsTobias Lau2016-10-201-12/+14
* | Merge branch 'master' into directorargout_and_java_typemapsAndrey Starodubtsev2016-10-131-0/+2
|\ \ | |/
| * Add <typeinfo> header for std::bad_castDaniel Vollmer2016-09-171-0/+1
| * Add std::bad_cast to std_except.iDaniel Vollmer2016-09-171-0/+1
* | a lot of memory leak (local refs) fixedAndrey Starodubtsev2016-06-164-28/+37
* | java directorargout + java/typemaps.i fixesAndrey Starodubtsev2016-06-081-27/+77
|/
* Fix directorin SWIGTYPE typemaps to make a copy as these are used for pass by...William S Fulton2016-05-142-4/+4
* Java - unsigned long long marshalling improvements for negative numbersWilliam S Fulton2016-03-312-12/+30
* Cosmetic java typemap cleanupWilliam S Fulton2016-03-311-1/+0
* Add C++11 std::array container support for JavaWilliam S Fulton2016-03-141-0/+42
* 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