aboutsummaryrefslogtreecommitdiff
path: root/Lib/d
AgeCommit message (Expand)Author
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
2011-01-29[D] Fix byte/ubyte confusion in typemaps.i.David Nadlinger
2011-01-29[D] Support for C++ references to primitive types.David Nadlinger
2010-12-30[D] Removed leftover %dstripprefix definition.David Nadlinger
2010-12-30[D] Operator overloading support for D1 and D2.David Nadlinger
2010-11-28[D] Replaced the term "wrap D module" with "intermediary D module" (including...David Nadlinger
2010-11-27[D] Refer to the built-in Exception class using its fully-qualified name.David Nadlinger
2010-11-22[D] Use __cdecl instead of __stdcall on Windows as well to avoid special casing.David Nadlinger
2010-11-21[D] Added a missing part of the Windows wrapper library loading code.David Nadlinger
2010-11-18[D] Renamed the "dnativeconst" feature to "dmanifestconst".David Nadlinger
2010-11-18Added support for the D programming languge.David Nadlinger