summaryrefslogtreecommitdiff
path: root/Source/Modules/d.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove some unused code and pointless variable assignmentsWilliam S Fulton2012-11-231-2/+2
* [D] Fixed namespace handling bug introduced in r13915.David Nadlinger2012-11-201-2/+8
* Fix possible NULL dereferenceWilliam S Fulton2012-11-191-1/+3
* Fix obvious copy/paste errors in some director codeWilliam S Fulton2012-11-191-1/+1
* Fix unnecessary and inconsistent null pointer checksWilliam S Fulton2012-11-191-71/+68
* Fix segfaults when using filename paths greater than 1024 characters in lengt...William S Fulton2012-11-181-2/+5
* Minor warning fixesWilliam S Fulton2012-11-141-2/+2
* Fix Coverity 'Uninitialized pointer fields' - member variables are now initia...William S Fulton2012-11-141-2/+3
* Resource leak fixes (or hiding them from Coverity static analysis tool by usi...William S Fulton2012-11-141-1/+3
* Remove DohClose (Close) and replace with calls to DohDelete (Delete) to fix s...William S Fulton2012-11-141-8/+3
* Fix director typemap searching so that a typemap specified with a name will b...William S Fulton2012-10-271-27/+9
* Fix use of deleted memory in D moduleWilliam S Fulton2012-08-081-5/+2
* Warning fixes using clangWilliam S Fulton2012-04-291-1/+1
* [D] Correctly annotate function pointers with C linkage.David Nadlinger2012-01-231-1/+2
* Expand symname special variable in director typemapsWilliam S Fulton2011-12-231-1/+2
* Correct special variables in 'directorargout' typemap. This change will break...William S Fulton2011-12-201-13/+16
* Remove numerous hard coded 'result' variable name in generated c/c++ wrappers...William S Fulton2011-10-301-4/+4
* Fix %callback which was generating uncompileable code for C# and DWilliam S Fulton2011-08-261-0/+2
* [D] nspace: Correctly generate identifiers for base classes whenDavid Nadlinger2011-04-231-27/+10
* [D] Ported r12557 (char enum values).David Nadlinger2011-04-101-0/+11
* [D] Fixed referencing types in the root namespace when not in split proxy mode.David Nadlinger2011-04-101-22/+8
* [D] Fixed qualified name handling, broken since r12588.David Nadlinger2011-04-101-1/+1
* [D] Added -d2 switch to usage information.David Nadlinger2011-03-161-1/+2
* [D] Whitespace cleanup.David Nadlinger2011-03-161-38/+38
* Remove redundant code highlighted by warnings in gcc-4.6William S Fulton2011-03-141-6/+0
* [D] nspace support.David Nadlinger2011-03-131-137/+492
* [D] Removed "-noproxy" switch from usage text.David Nadlinger2011-03-131-2/+0