aboutsummaryrefslogtreecommitdiff
path: root/Lib/d
AgeCommit message (Expand)Author
2024-04-11Update to v4.2.1HEADmastermainAlistair Delva
2019-04-19Improve backwards compatibility in D std::vector wrappersWilliam S Fulton
2019-04-08Add the parameters typemap attribute to D and Java destructor wrapper typemapsWilliam S Fulton
2019-02-14Consistent parameter names for std::pairWilliam S Fulton
2019-02-14Add STL container copy constructors where missingWilliam S Fulton
2019-02-13Add missing typedefs to std::vector + typedef correctionsWilliam S Fulton
2019-02-13Add missing typedefs to std::pairWilliam S Fulton
2019-02-13Add missing typedefs to std::mapWilliam S Fulton
2019-02-13Add missing parameter names in STL container wrappersWilliam S Fulton
2019-02-12Create a consistent stl.i library fileWilliam S Fulton
2018-10-09Add support for non-default compare template argument in std::map wrappersWilliam S Fulton
2018-05-17Misc. typosluz.paz
2017-12-14Fix directorout typemaps which were causing undefined behaviour when returnin...William S Fulton
2017-10-24Add director typemaps for pointer const ref typesWilliam S Fulton
2017-10-17Add director shared_ptr typemaps for DWilliam S Fulton
2017-09-23Fix overloading of shared_ptr method overloadingWilliam S Fulton
2017-08-13Fix various comment and documentation typosOlly Betts
2017-06-03Whitespace fixes in STL wrappersWilliam S Fulton
2017-05-26Better variable naming consistency in STL containersWilliam S Fulton
2017-05-13Add raise methods for throwing c++ exceptions in C#, Java, DWilliam S Fulton
2017-03-16Fix wrapping of references/pointers and qualifiers to member pointersWilliam S Fulton
2017-01-15%extend changes and remove default use of javatype, dtype, cstype %typemapsWilliam S Fulton
2017-01-13Add %proxycode directive for adding code into proxy classes for C#, D and JavaWilliam S Fulton
2016-09-17Add <typeinfo> header for std::bad_castDaniel Vollmer
2016-09-17Add std::bad_cast to std_except.iDaniel Vollmer
2016-05-14Fix directorin SWIGTYPE typemaps to make a copy as these are used for pass by...William S Fulton
2015-07-30Initialise all newly created arrays in arrays.i library.William S Fulton
2015-02-11pedantic warning fix for D wrappersWilliam S Fulton
2014-11-28Add c++11 strongly typed enum support for DWilliam S Fulton
2014-11-06D: Fix exception handling support.David Nadlinger
2014-11-06D: Fix class/method name ambiguity in test-suite/c_delete.i.David Nadlinger
2014-08-12_Timothee Cour
2014-02-19Remove register storage class declarationsCurtis Dunham
2014-02-04Work around differences in clang libc++ std::vector<bool>::const_referenceMarvin Greenberg
2014-01-20Director exceptions now derive from std::exceptionWilliam S Fulton
2013-12-23Error out attempting to use directors without -c++William S Fulton
2013-12-23Beautify director.swg filesWilliam S Fulton
2012-05-26std::string typemap modifications so they can be used with %apply for other s...William S Fulton
2012-04-17[D] Reverted part of #3502431 mistakenly applied in r12948.David Nadlinger
2012-03-24Apply #3502431 to fix duplicate symbols in multiple modules and compiler erro...William S Fulton
2012-01-23[D] Exception and Error have become blessed names; removed d_exception_name t...David Nadlinger
2012-01-23[D] Correctly annotate function pointers with C linkage.David Nadlinger
2011-12-21The 'directorin' typemap now accepts , etc expansions instead of having to u...William S Fulton
2011-12-03[D] Use stdc.config.c_long/c_ulong to represent C long types.David Nadlinger
2011-12-03[D] Fix exception glue code for newer DMD 2 versions.David Nadlinger
2011-08-25Fix constructors in named typedef class declarationsWilliam 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-03-13[D] nspace support.David Nadlinger
2011-01-29[D] Don't break function return types in typemaps.i.David Nadlinger