summaryrefslogtreecommitdiff
path: root/Lib/d
Commit message (Expand)AuthorAgeFilesLines
* Improve backwards compatibility in D std::vector wrappersWilliam S Fulton2019-04-191-13/+13
* Add the parameters typemap attribute to D and Java destructor wrapper typemapsWilliam S Fulton2019-04-081-2/+2
* Consistent parameter names for std::pairWilliam S Fulton2019-02-141-3/+3
* Add STL container copy constructors where missingWilliam S Fulton2019-02-142-1/+5
* Add missing typedefs to std::vector + typedef correctionsWilliam S Fulton2019-02-131-0/+10
* Add missing typedefs to std::pairWilliam S Fulton2019-02-131-0/+2
* Add missing typedefs to std::mapWilliam S Fulton2019-02-131-0/+6
* Add missing parameter names in STL container wrappersWilliam S Fulton2019-02-131-1/+1
* Create a consistent stl.i library fileWilliam S Fulton2019-02-121-2/+0
* Add support for non-default compare template argument in std::map wrappersWilliam S Fulton2018-10-091-5/+5
* Misc. typosluz.paz2018-05-171-1/+1
* Fix directorout typemaps which were causing undefined behaviour when returnin...William S Fulton2017-12-141-1/+3
* Add director typemaps for pointer const ref typesWilliam S Fulton2017-10-241-0/+11
* Add director shared_ptr typemaps for DWilliam S Fulton2017-10-171-5/+85
* Fix overloading of shared_ptr method overloadingWilliam S Fulton2017-09-231-0/+12
* Fix various comment and documentation typosOlly Betts2017-08-131-1/+1
* Whitespace fixes in STL wrappersWilliam S Fulton2017-06-031-37/+34
* Better variable naming consistency in STL containersWilliam S Fulton2017-05-261-4/+4
* Add raise methods for throwing c++ exceptions in C#, Java, DWilliam S Fulton2017-05-131-0/+4
* Fix wrapping of references/pointers and qualifiers to member pointersWilliam S Fulton2017-03-161-0/+2
* %extend changes and remove default use of javatype, dtype, cstype %typemapsWilliam S Fulton2017-01-151-2/+2
* Add %proxycode directive for adding code into proxy classes for C#, D and JavaWilliam S Fulton2017-01-131-0/+1
* Add <typeinfo> header for std::bad_castDaniel Vollmer2016-09-171-0/+1
* Add std::bad_cast to std_except.iDaniel Vollmer2016-09-171-0/+1
* Fix directorin SWIGTYPE typemaps to make a copy as these are used for pass by...William S Fulton2016-05-141-2/+2
* Initialise all newly created arrays in arrays.i library.William S Fulton2015-07-301-2/+2
* pedantic warning fix for D wrappersWilliam S Fulton2015-02-111-1/+1
* Add c++11 strongly typed enum support for DWilliam S Fulton2014-11-281-4/+4
* D: Fix exception handling support.David Nadlinger2014-11-061-62/+14
* D: Fix class/method name ambiguity in test-suite/c_delete.i.David Nadlinger2014-11-062-6/+6
* _Timothee Cour2014-08-121-2/+4
* Remove register storage class declarationsCurtis Dunham2014-02-191-7/+7
* Work around differences in clang libc++ std::vector<bool>::const_referenceMarvin Greenberg2014-02-041-6/+6
* Director exceptions now derive from std::exceptionWilliam S Fulton2014-01-201-9/+7
* Error out attempting to use directors without -c++William S Fulton2013-12-231-3/+0
* Beautify director.swg filesWilliam S Fulton2013-12-231-2/+6
* std::string typemap modifications so they can be used with %apply for other s...William S Fulton2012-05-261-2/+2
* [D] Reverted part of #3502431 mistakenly applied in r12948.David Nadlinger2012-04-171-6/+6
* Apply #3502431 to fix duplicate symbols in multiple modules and compiler erro...William S Fulton2012-03-242-14/+14
* [D] Exception and Error have become blessed names; removed d_exception_name t...David Nadlinger2012-01-231-0/+2
* [D] Correctly annotate function pointers with C linkage.David Nadlinger2012-01-231-4/+38
* The 'directorin' typemap now accepts , etc expansions instead of having to u...William S Fulton2011-12-212-2/+2
* [D] Use stdc.config.c_long/c_ulong to represent C long types.David Nadlinger2011-12-032-8/+21
* [D] Fix exception glue code for newer DMD 2 versions.David Nadlinger2011-12-031-1/+1
* Fix constructors in named typedef class declarationsWilliam S Fulton2011-08-251-1/+1
* Remove incomplete directorin typemaps as users incorrectly assumed they were ...William S Fulton2011-05-031-24/+0
* Remove directorout INPUT/INOUT/OUTPUT typemaps - they will never be used as t...William S Fulton2011-05-031-13/+0
* [D] nspace support.David Nadlinger2011-03-132-2/+2
* [D] Don't break function return types in typemaps.i.David Nadlinger2011-01-291-9/+9
* [D] Fix byte/ubyte confusion in typemaps.i.David Nadlinger2011-01-291-4/+4