swig/Lib/d
William S Fulton 592b97a8cd Improve backwards compatibility in D std::vector wrappers
For users who have typemaps for the parameters in the setElement method.
Correct definitions of const_reference to match the those in the
(C++11) standard.
2019-04-19 00:22:53 +01:00
..
boost_shared_ptr.i Add director shared_ptr typemaps for D 2017-10-17 22:47:16 +01:00
carrays.i Initialise all newly created arrays in arrays.i library. 2015-07-30 20:41:15 +01:00
cpointer.i
d.swg
dclassgen.swg Add the parameters typemap attribute to D and Java destructor wrapper typemaps 2019-04-08 19:20:50 +01:00
ddirectives.swg Add %proxycode directive for adding code into proxy classes for C#, D and Java 2017-01-13 20:43:50 +00:00
denums.swg Add c++11 strongly typed enum support for D 2014-11-28 08:13:27 +00:00
dexception.swg
dhead.swg pedantic warning fix for D wrappers 2015-02-11 23:24:39 +00:00
director.swg Add raise methods for throwing c++ exceptions in C#, Java, D 2017-05-13 17:01:15 +01:00
dkw.swg
dmemberfunctionpointers.swg Fix wrapping of references/pointers and qualifiers to member pointers 2017-03-16 21:04:38 +00:00
doperators.swg
dprimitives.swg Misc. typos 2018-05-17 10:04:23 -04:00
dstrings.swg
dswigtype.swg Fix directorout typemaps which were causing undefined behaviour when returning pointers by reference. 2017-12-14 07:00:42 +00:00
dvoid.swg
std_common.i
std_deque.i
std_except.i Add <typeinfo> header for std::bad_cast 2016-09-17 13:24:32 +02:00
std_map.i Add STL container copy constructors where missing 2019-02-14 18:53:05 +00:00
std_pair.i Consistent parameter names for std::pair 2019-02-14 22:44:27 +00:00
std_shared_ptr.i
std_string.i std::string typemap modifications so they can be used with %apply for other string classes 2012-05-26 06:33:49 +00:00
std_vector.i Improve backwards compatibility in D std::vector wrappers 2019-04-19 00:22:53 +01:00
stl.i Create a consistent stl.i library file 2019-02-12 18:46:05 +00:00
typemaps.i
wrapperloader.swg