summaryrefslogtreecommitdiff
path: root/Lib/java/arrays_java.i
Commit message (Expand)AuthorAgeFilesLines
* Lib/java/arrays_java.i: use actual C/C++ type in JAVA_ARRAYS_TYPEMAPS.Andy Polyakov2021-03-191-2/+2
* %extend changes and remove default use of javatype, dtype, cstype %typemapsWilliam S Fulton2017-01-151-1/+3
* Consistent memory intiailization between C and C++ in typemapsWilliam S Fulton2015-07-301-3/+3
* Make generated support functions in arrays_java.i static for multiple module ...William S Fulton2012-02-161-6/+6
* Marshalling char[] and char[ANY] to Java byte[] is now a bit easierWilliam S Fulton2011-06-171-5/+7
* SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-271-3/+0
* Fix ARRAYSOFCLASSES bug reported by Kevin Mills where the changes made to an ...William S Fulton2008-01-251-3/+3
* Fix typo.Olly Betts2007-05-311-1/+1
* ARRAYSOFCLASSES and ARRAYSOFENUMS fix so that they can be applied to pointersWilliam S Fulton2007-03-161-14/+14
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-071-17/+21
* Remove void * cast which was suppressing gcc's strict aliasing warning displa...William S Fulton2006-03-031-6/+6
* Use the system angle brackets for %includeWilliam S Fulton2005-11-261-1/+1
* more fixes for gcc -fstrict-aliasing -WallWilliam S Fulton2005-05-131-4/+4
* Fixes to remove "dereferencing type-punned pointer will break strict-aliasing...William S Fulton2005-05-131-4/+4
* half working director typemaps removedWilliam S Fulton2005-03-291-5/+0
* mods so that a %apply will work on pointers, eg %apply int[] {int*}William S Fulton2004-12-081-139/+45
* fix #if __cplusplus problemMarcelo Matus2004-10-061-5/+5
* JNI descriptor attribute in directorin typemap called descriptor instead of p...William S Fulton2003-11-081-1/+1
* typemap name changes:William S Fulton2003-09-201-1/+1
* directorin typemap renamed javadirectorinWilliam S Fulton2003-09-201-26/+26
* Directors implementation contributed by Scott Michel.William S Fulton2003-09-041-13/+49
* Throw exception if Java array passed in is not the same size as the C array.William S Fulton2003-04-101-9/+52
* The great mergeDave Beazley2002-11-301-0/+407