summaryrefslogtreecommitdiff
path: root/Lib/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add feature director:except for improved director exception handling in JavaMarvin Greenberg2013-10-222-2/+239
* Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-10-102-3/+3
|\
| * Fixed a memory leak for java STRING_ARRAYGavin Kinsey2013-09-201-1/+1
| * Fix typecheck OUTPUT typemaps for JavaMarvin Greenberg2013-04-101-2/+2
* | Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-2812-589/+637
|\ \ | |/
| * Convert to unix fileformatWilliam S Fulton2013-01-121-473/+473
| * Fix for SourceForge Bug #1283.Brant K. Kyser2013-01-041-4/+4
| * Add caveat emptor for peek method in Java directorsWilliam S Fulton2012-09-131-0/+1
| * Possibly incorrect DeleteGlobalRef call on a weak global reference in Java di...William S Fulton2012-09-131-2/+2
| * Apply patch for Java to fix direct use of a weak global reference in director...William S Fulton2012-09-131-1/+2
| * Fix (char *STRING, size_t LENGTH) typemaps to accept NULL stringWilliam S Fulton2012-09-071-2/+7
| * std::string typemap modifications so they can be used with %apply for other s...William S Fulton2012-05-261-6/+6
| * Fix unintended uninitialised memory access in OUTPUT typemapsWilliam S Fulton2012-05-111-0/+15
| * Fix possible uninitialised memory access in char **STRING_OUT typemapWilliam S Fulton2012-05-111-0/+1
| * Fix uninitialised size variable in char **STRING_ARRAY regressionWilliam S Fulton2012-05-111-0/+1
| * char **STRING_ARRAY typemaps fixed to handle null pointersWilliam S Fulton2012-04-281-21/+27
| * Make generated support functions in arrays_java.i static for multiple module ...William S Fulton2012-02-161-6/+6
| * The 'directorin' typemap now accepts , etc expansions instead of having to u...William S Fulton2011-12-215-21/+21
| * Correct special variables in 'directorargout' typemap. This change will break...William S Fulton2011-12-201-0/+7
| * Fix directors for Android and improve thread attachment/detachment in multi t...William S Fulton2011-12-101-4/+12
| * 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-253-31/+51
| * Remove numerous hard coded 'result' variable name in generated c/c++ wrappers...William S Fulton2011-10-301-1/+1
| * Marshalling char[] and char[ANY] to Java byte[] is now a bit easierWilliam S Fulton2011-06-171-5/+7
| * Remove incomplete directorin typemaps as users incorrectly assumed they were ...William S Fulton2011-05-031-23/+0
| * Remove directorout INPUT/INOUT/OUTPUT typemaps - they will never be used as t...William S Fulton2011-05-031-13/+2
| * 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
|/
* Add std_shared_ptr.i and document shared_ptr libraryWilliam S Fulton2010-06-011-0/+2
* nspace fixes for smart pointersWilliam S Fulton2010-05-232-10/+10
* shared_ptr improvements so the proxy class does not need to be specified - SW...William S Fulton2010-05-222-31/+31
* Fix #2408232. Improve shared_ptr and intrusive_ptr wrappers for classes in an...William S Fulton2010-05-222-7/+3
* Fix member pointers on 64 bit platforms for JavaWilliam S Fulton2010-05-181-9/+92
* remove std::map specializations - not needed since the typemap matching rules...William S Fulton2010-04-041-112/+10
* Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton2010-04-013-23/+27
* Minor tweaksWilliam S Fulton2010-03-101-1/+1
* Fixes for nspace and derived classesWilliam S Fulton2010-03-091-1/+1
* The intermediary JNI class modifiers are now public by default. The proxy cla...William S Fulton2010-03-081-2/+2
* SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-2717-51/+0
* Add a few comments about the smart pointer implementationWilliam S Fulton2010-01-232-2/+8