summaryrefslogtreecommitdiff
path: root/Lib/d
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [D] Support for C++ references to primitive types.David Nadlinger2011-01-291-5/+12
* [D] Removed leftover %dstripprefix definition.David Nadlinger2010-12-301-1/+0
* [D] Operator overloading support for D1 and D2.David Nadlinger2010-12-302-71/+223
* [D] Replaced the term "wrap D module" with "intermediary D module" (including...David Nadlinger2010-11-2813-169/+169
* [D] Refer to the built-in Exception class using its fully-qualified name.David Nadlinger2010-11-271-12/+12
* [D] Use __cdecl instead of __stdcall on Windows as well to avoid special casing.David Nadlinger2010-11-221-4/+4
* [D] Added a missing part of the Windows wrapper library loading code.David Nadlinger2010-11-211-0/+5
* [D] Renamed the "dnativeconst" feature to "dmanifestconst".David Nadlinger2010-11-181-1/+1
* Added support for the D programming languge.David Nadlinger2010-11-1828-0/+3319