swig/Lib/java
William S Fulton 05c8c972cc Improve backwards compatibility in Java std::vector wrappers
For users who have typemaps for the parameters in the add and set methods
(now called doAdd and doSet).
Also for users who have typemaps for the get method - revert the return
type for get (now called doGet) back to the same return type as
std::vector::at. Correct definitions of const_reference to match the
those in the (C++11) standard.
2019-04-18 23:24:43 +01:00
..
arrays_java.i %extend changes and remove default use of javatype, dtype, cstype %typemaps 2017-01-15 16:50:24 +00:00
boost_intrusive_ptr.i Fix overloading of shared_ptr method overloading 2017-09-23 15:19:34 +01:00
boost_shared_ptr.i Add director shared_ptr typemaps for Java 2017-10-16 18:21:31 +01:00
director.swg director_thread test fixes for MacOS 2018-12-21 19:08:15 +00:00
enums.swg Java enums - remove redundant typemaps 2014-03-28 07:45:23 +00:00
enumsimple.swg The 'directorin' typemap now accepts , etc expansions instead of having to use workarounds - _name, _name etc. 2011-12-21 07:16:44 +00:00
enumtypesafe.swg Java enums - remove redundant typemaps 2014-03-28 07:45:23 +00:00
enumtypeunsafe.swg The 'directorin' typemap now accepts , etc expansions instead of having to use workarounds - _name, _name etc. 2011-12-21 07:16:44 +00:00
java.swg Add the parameters typemap attribute to D and Java destructor wrapper typemaps 2019-04-08 19:20:50 +01:00
javahead.swg WIP: #704 (java directorargout + java/typemaps.i fixes) 2017-01-22 13:41:44 +03:00
javakw.swg Add R keyword support. Rename keywords for successful compilation of Java and C# code. More consistent keyword warnings across the different languages. 2008-06-19 20:02:13 +00:00
std_array.i typedef declaration corrections for std::array 2019-02-14 07:38:49 +00:00
std_auto_ptr.i Add std_auto_ptr.i defining typemaps for returning std::auto_ptr<>. 2013-12-03 23:45:20 +01:00
std_common.i const size_t& typemaps added 2006-10-17 21:43:40 +00:00
std_deque.i Each target language now has its own std_deque.i like the other STL wrappers. 2006-01-08 20:08:44 +00:00
std_except.i Add <typeinfo> header for std::bad_cast 2016-09-17 13:24:32 +02:00
std_list.i Java std::vector improvements for types that do not have a default constructor. 2019-03-01 18:01:14 +00:00
std_map.i Handle review comments 2019-02-22 10:55:20 -06:00
std_pair.i Consistent parameter names for std::pair 2019-02-14 22:44:27 +00:00
std_set.i Cosmetic tweaks for C# std::set support 2019-03-12 22:47:11 +00:00
std_shared_ptr.i Add std_shared_ptr.i and document shared_ptr library 2010-06-01 19:03:55 +00:00
std_string.i Use more conventional naming for generated Java LocalRefGuard variables 2014-09-27 14:32:03 +01:00
std_unordered_map.i Handle review comments 2019-02-22 10:55:20 -06:00
std_unordered_set.i Correct unordered_set/unordered_multiset template Key parameter name 2019-03-12 20:21:19 +00:00
std_vector.i Improve backwards compatibility in Java std::vector wrappers 2019-04-18 23:24:43 +01:00
std_wstring.i Added LocalRefGuard for wstrings 2016-10-20 13:37:28 +02:00
stl.i Create a consistent stl.i library file 2019-02-12 18:46:05 +00:00
swiginterface.i Fix directorin SWIGTYPE typemaps to make a copy as these are used for pass by value. 2016-05-14 21:32:24 +01:00
typemaps.i Fix crash Java directors 2018-08-12 13:45:43 +01:00
various.i follow-up typos 2018-05-17 10:26:00 -04:00