aboutsummaryrefslogtreecommitdiff
path: root/Lib/java
AgeCommit message (Expand)Author
2013-04-10Fix typecheck OUTPUT typemaps for JavaMarvin Greenberg
2013-01-12Convert to unix fileformatWilliam S Fulton
2013-01-04Fix for SourceForge Bug #1283.Brant K. Kyser
2012-09-13Add caveat emptor for peek method in Java directorsWilliam S Fulton
2012-09-13Possibly incorrect DeleteGlobalRef call on a weak global reference in Java di...William S Fulton
2012-09-13Apply patch for Java to fix direct use of a weak global reference in director...William S Fulton
2012-09-07Fix (char *STRING, size_t LENGTH) typemaps to accept NULL stringWilliam S Fulton
2012-05-26std::string typemap modifications so they can be used with %apply for other s...William S Fulton
2012-05-11Fix unintended uninitialised memory access in OUTPUT typemapsWilliam S Fulton
2012-05-11Fix possible uninitialised memory access in char **STRING_OUT typemapWilliam S Fulton
2012-05-11Fix uninitialised size variable in char **STRING_ARRAY regressionWilliam S Fulton
2012-04-28char **STRING_ARRAY typemaps fixed to handle null pointersWilliam S Fulton
2012-02-16Make generated support functions in arrays_java.i static for multiple module ...William S Fulton
2011-12-21The 'directorin' typemap now accepts , etc expansions instead of having to u...William S Fulton
2011-12-20Correct special variables in 'directorargout' typemap. This change will break...William S Fulton
2011-12-10Fix directors for Android and improve thread attachment/detachment in multi t...William S Fulton
2011-11-25Fix inconsistencies in Java and C# getCPtr() and pointer constructor visibili...William S Fulton
2011-11-25Fix inconsistencies in Java and C# getCPtr() and pointer constructor visibili...William S Fulton
2011-10-30Remove numerous hard coded 'result' variable name in generated c/c++ wrappers...William S Fulton
2011-06-17Marshalling char[] and char[ANY] to Java byte[] is now a bit easierWilliam S Fulton
2011-05-03Remove incomplete directorin typemaps as users incorrectly assumed they were ...William S Fulton
2011-05-03Remove directorout INPUT/INOUT/OUTPUT typemaps - they will never be used as t...William S Fulton
2011-01-14Added some missing multi-argument typemaps: (char *STRING, size_t LENGTH) and...William S Fulton
2010-06-01Add std_shared_ptr.i and document shared_ptr libraryWilliam S Fulton
2010-05-23nspace fixes for smart pointersWilliam S Fulton
2010-05-22shared_ptr improvements so the proxy class does not need to be specified - SW...William S Fulton
2010-05-22Fix #2408232. Improve shared_ptr and intrusive_ptr wrappers for classes in an...William S Fulton
2010-05-18Fix member pointers on 64 bit platforms for JavaWilliam S Fulton
2010-04-04remove std::map specializations - not needed since the typemap matching rules...William S Fulton
2010-04-01Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton
2010-03-10Minor tweaksWilliam S Fulton
2010-03-09Fixes for nspace and derived classesWilliam S Fulton
2010-03-08The intermediary JNI class modifiers are now public by default. The proxy cla...William S Fulton
2010-02-27SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton
2010-01-23Add a few comments about the smart pointer implementationWilliam S Fulton
2009-05-29minor format improvmentWilliam S Fulton
2009-03-31don't unnecessarily set swigCPtr to zero again if Dispose/delete called multi...William S Fulton
2009-03-16add in correct specialization for std::vector<bool> to follow C++ standard - ...William S Fulton
2009-01-05fix up namespaces so that boost, std or std::tr1 can be used for shared_ptr/i...William S Fulton
2008-12-28Add boost::intrusive_ptr wrappers from Mike RowbothamWilliam S Fulton
2008-12-23Fix #2153773 - %nojavaexception - disabling and clearing Java checked exceptionsWilliam S Fulton
2008-11-11Add patch #2152691 from MATSUURA Takanori which fixes compiles using the Inte...William S Fulton
2008-07-14Fix director typemaps for pointers so that NULL pointers are correctly marsha...William S Fulton
2008-06-22Another fix for the JVM hanging on exit problem when using directorsWilliam S Fulton
2008-06-21remove unnecessary variable int the char **STRING_ARRAY out typemapWilliam S Fulton
2008-06-19Add R keyword support. Rename keywords for successful compilation of Java and...William S Fulton
2008-05-14Add the optimal attribute to the out typemap for more optimal code generation...William S Fulton
2008-03-26Apply patch #1844301 from Monty Taylor to suppress enum constructor unused wa...William S Fulton
2008-03-04char *& typemaps addedWilliam S Fulton
2008-02-13Remove some unnecessary castsWilliam S Fulton