summaryrefslogtreecommitdiff
path: root/Lib/java/java.swg
Commit message (Expand)AuthorAgeFilesLines
* Add access modifier support for interface featureWilliam S Fulton2020-09-251-0/+1
* Add the parameters typemap attribute to D and Java destructor wrapper typemapsWilliam S Fulton2019-04-081-2/+2
* Java: more replace Object with java.lang.ObjectWilliam S Fulton2019-02-231-4/+4
* Merge branch 'gtbX-master'William S Fulton2019-02-231-10/+15
|\
| * Add comment for non-const versionAndrew Galante2018-02-201-0/+1
| * Don't write-back buffer into Java array when calling const-ptr c functionAndrew Galante2018-02-201-1/+4
| * Prevent writeback of a const char* array through a director when using the by...Andrew Galante2017-07-261-9/+10
* | [Java] Suppress deprecation warning on finalize methodSylvain Joubert2018-04-231-0/+1
* | Fix directorout typemaps which were causing undefined behaviour when returnin...William S Fulton2017-12-141-2/+4
* | Replace DirectorException::raiseJavaException with DirectorException::throwEx...William S Fulton2017-11-291-1/+1
* | Add Swig::DirectorException directorthrows typemap for JavaWilliam S Fulton2017-11-291-1/+5
* | Changes to use common DirectorException classWilliam S Fulton2017-11-291-0/+4
* | Add director typemaps for pointer const ref typesWilliam S Fulton2017-10-241-0/+6
|/
* Java jboxtype typemap documentation and tidy upWilliam S Fulton2017-06-051-15/+14
* Add generic approach in fragments for converting size_t to Java intWilliam S Fulton2017-06-051-0/+8
* Merge branch 'vadz-java-vector'William S Fulton2017-05-261-0/+17
|\
| * Make std::vector<> wrappers conform to List interface in JavaVadim Zeitlin2016-11-291-0/+17
* | Director testcase cosmetic fixesWilliam S Fulton2017-05-221-1/+1
* | 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-241-3/+2
* | 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-221-12/+15
* | Merge branch 'master' into directorargout_and_java_typemapsAndrey Starodubtsev2017-01-211-1/+2
|\ \
| * | 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-131-1/+1
* | a lot of memory leak (local refs) fixedAndrey Starodubtsev2016-06-161-10/+16
|/
* Fix directorin SWIGTYPE typemaps to make a copy as these are used for pass by...William S Fulton2016-05-141-2/+2
* Java - unsigned long long marshalling improvements for negative numbersWilliam S Fulton2016-03-311-8/+20
* Cosmetic java typemap cleanupWilliam S Fulton2016-03-311-1/+0
* 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-021-4/+4
* Warning fixes in generated Java code for 64bit Visual C++ on Windows.William S Fulton2015-07-031-3/+3
* Fix Java multi-argument typemaps (char *STRING, size_t LENGTH)William S Fulton2015-05-101-0/+1
* Memory leak in java directors when passing byte arrays (char*, size_t)William S Fulton2015-04-231-1/+2
* add @SuppressWarnings("unused") to constructors generated using SWIG_JAVABODY...Witold Wolski2015-02-041-2/+2
* Use more conventional naming for generated Java LocalRefGuard variablesWilliam S Fulton2014-09-271-3/+4
* Patch of http://sourceforge.net/p/swig/mailman/message/29816385Pingan Yi2014-05-041-0/+2
* Remove register storage class declarationsCurtis Dunham2014-02-191-7/+7
* Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-281-29/+60
|\
| * Fix (char *STRING, size_t LENGTH) typemaps to accept NULL stringWilliam S Fulton2012-09-071-2/+7
| * The 'directorin' typemap now accepts , etc expansions instead of having to u...William S Fulton2011-12-211-13/+13
| * Correct special variables in 'directorargout' typemap. This change will break...William S Fulton2011-12-201-0/+7
| * Fix inconsistencies in Java and C# getCPtr() and pointer constructor visibili...William S Fulton2011-11-251-1/+1
| * Fix inconsistencies in Java and C# getCPtr() and pointer constructor visibili...William S Fulton2011-11-251-16/+20
| * Added some missing multi-argument typemaps: (char *STRING, size_t LENGTH) and...William S Fulton2011-01-141-0/+15
* | Add rvalue reference typemapsWilliam S Fulton2013-01-241-9/+34
|/
* Fix member pointers on 64 bit platforms for JavaWilliam S Fulton2010-05-181-9/+92
* Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton2010-04-011-11/+15
* Minor tweaksWilliam S Fulton2010-03-101-1/+1
* Fixes for nspace and derived classesWilliam S Fulton2010-03-091-1/+1