summaryrefslogtreecommitdiff
path: root/Source/Modules/d.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use strchr/Strchr for single character searchesOlly Betts2023-05-151-3/+3
* [D] Fix typo in -d2 option descriptionOlly Betts2023-05-041-1/+1
* Drop D version 1Erez Geva2023-05-041-16/+8
* Minor refactor of D, C#, Java director codeWilliam S Fulton2022-11-121-4/+10
* SwigType * handling correctionsWilliam S Fulton2022-11-091-11/+6
* Cleanup SWIG_VERSION definitionWilliam S Fulton2022-10-131-1/+1
* Use https for swig.org linksOlly Betts2022-10-061-1/+1
* [D] Fix occasional undefined behaviour with inheritance hierarchiesWilliam S Fulton2022-08-051-1/+1
* Merge branch 'imfunc'William S Fulton2022-05-301-0/+2
|\
| * Add special variable imfuncname expansion for C# and DWilliam S Fulton2022-05-301-0/+2
* | Add DOH Exit() and SetExitHandler()Olly Betts2022-03-061-16/+16
|/
* Add some comments about shared_ptr upcast codeWilliam S Fulton2020-01-241-0/+1
* Refactor upcasts codeWilliam S Fulton2020-01-231-29/+31
* shared_ptr upcast fixes for DWilliam S Fulton2020-01-231-5/+6
* Add the parameters typemap attribute to D and Java destructor wrapper typemapsWilliam S Fulton2019-04-081-3/+8
* Misc. typosluz.paz2018-05-171-5/+5
* Fix lookup of csconstruct, dconstructor and javaconstruct typemapsWilliam S Fulton2018-05-151-1/+2
* C#, D, Java methodmodifiers on destructorsWilliam S Fulton2018-05-111-3/+12
* Consistent spacing in generated exception specificationsWilliam S Fulton2018-05-061-2/+2
* Add director typemaps for pointer const ref typesWilliam S Fulton2017-10-241-9/+11
* Generation of director method declarations fixesWilliam S Fulton2017-10-231-4/+4
* Enhancements for directorin typemapsWilliam S Fulton2017-10-161-1/+1
* Remove unnecessary dynamic_cast in C#/D/Java directorsWilliam S Fulton2017-05-211-4/+2
* Add missing return for pure virtual director wrappers for D and C#William S Fulton2017-05-131-1/+5
* Add raise methods for throwing c++ exceptions in C#, Java, DWilliam S Fulton2017-05-131-1/+1
* #526 : propagate c++11 noexcept to director classesChristophe Duvernois2017-04-271-1/+8
* Add %proxycode directive for adding code into proxy classes for C#, D and JavaWilliam S Fulton2017-01-131-1/+12
* Merge branch 'char-escaping'William S Fulton2016-03-121-10/+16
|\
| * Fix wrapping D constants using %dmanifestconstWilliam S Fulton2016-03-121-10/+16
* | Multiple inheritance warning wording tweakWilliam S Fulton2016-03-061-1/+1
* | Refactor multiple inheritance warningsWilliam S Fulton2016-02-121-20/+15
|/
* Prevent redefinition warnings when compiling with SWIG<module> definedPetre Eftime2015-12-221-2/+1
* smartptr feature support - factor out common codeWilliam S Fulton2015-09-251-33/+22
* Create director_common.swg for language-indep codeOlly Betts2015-03-121-0/+1
* Partial support for %constant and structsWilliam S Fulton2014-12-181-11/+0
* D: Emit empty enums as int aliases instead of omitting them.David Nadlinger2014-11-061-15/+15
* D: Fix name collision between im D module function pointer and actual C funct...David Nadlinger2014-11-061-1/+1
* D: Fix allprotected_not.i compilation.David Nadlinger2014-11-061-1/+1
* Refactor: move makeParameterName() to common Language base class.Vadim Zeitlin2014-08-161-33/+1
* Eliminate needless casting away const from string constantsOlly Betts2014-04-301-1/+1
* Fixes for C enums used in an API and the definition of the enum has not been ...William S Fulton2014-03-281-29/+32
* Remove non-ascii characters at a comment line in d.cxx that trouble VC++Yung Lee2013-04-221-1/+1
* Fix seg fault in SWIG using directors when class and virtual method names are...William S Fulton2013-03-191-11/+2
* Remove cvs/svn Id stringsWilliam S Fulton2013-01-121-2/+0
* Merge branch 'SFbug1299' of https://github.com/BrantKyser/swig into BrantKyse...William S Fulton2013-01-111-45/+37
|\
| * Clean up local variable name that store the director class's name to prevent ...Brant K. Kyser2013-01-081-14/+15
| * Patch for SourceForge Bug #1299 broke D and C#. Update D module to reflect th...Brant K. Kyser2013-01-051-40/+31
* | Fix assorted typos.Olly Betts2013-01-081-1/+1
|/
* Fix Strcmp - it didn't have consistent null pointer handling - revert to what...William S Fulton2012-12-021-4/+8
* Distinguish between an "abstract" attribute on a class containing a list of a...William S Fulton2012-11-241-1/+1