summaryrefslogtreecommitdiff
path: root/Source/Modules/csharp.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fix javadowncast to csdowncast in C# backendOlly Betts2015-03-301-1/+1
* When warning about multiple inheritance in C#, say C# in the message instead ...James Athey2015-03-261-1/+1
* 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
* Add C# support for wrapping C++11 strongly typed enumsWilliam S Fulton2014-11-251-4/+22
* Fix incorrect symbol clash error in C# and Java when using %rename for enumsWilliam S Fulton2014-11-211-1/+1
* Cosmetic formattingWilliam S Fulton2014-11-211-4/+2
* Merge remote-tracking branch 'vadz/py-args'William S Fulton2014-10-271-37/+0
|\
| * Refactor: move makeParameterName() to common Language base class.Vadim Zeitlin2014-08-161-37/+0
* | Cosmetic comment changesWilliam S Fulton2014-10-211-0/+4
|/
* Tweak generated C# .cs files headerWilliam S Fulton2014-08-041-1/+2
* Changed CSharp license header to include auto-generated tag so that StyleCop ...gpetrou2014-08-021-3/+4
* Eliminate needless casting away const from string constantsOlly Betts2014-04-301-1/+1
* Ignored enum fixes.William S Fulton2014-04-081-2/+2
* Fixes for C enums used in an API and the definition of the enum has not been ...William S Fulton2014-03-281-11/+26
* Forward null fix for Coverity analysisWilliam S Fulton2014-03-201-3/+3
* fixes for director class naming when nested classes are usedVladimir Kalinin2014-03-131-20/+0
* Nested classes support is diversified, depending on the language capability. ...Vladimir Kalinin2014-02-021-2/+2
* fixed enums & enum values language symbol table namespaceVladimir Kalinin2013-12-201-14/+30
* fixed %template within %extend, test addedVladimir Kalinin2013-12-191-2/+2
* Swig_offset_string moved to misc.cWilliam S Fulton2013-12-051-3/+1
* fixed out-of-scope nested class definitions, added a testVladimir Kalinin2013-12-041-1/+1
* Cosmetics/code beautification of nested class supportWilliam S Fulton2013-11-291-12/+15
* Nested classes supportVladimir Kalinin2013-11-291-64/+167
* Remove using directives from the generated C# code and fully qualify the use ...Brant K. Kyser2013-10-171-8/+8
* Globablly qualify the use of types from the .NET framework's System namespace...Brant K. Kyser2013-10-171-1/+1
* Remove some Java references from C# moduleWilliam S Fulton2013-09-021-3/+3
* Minor fixes after Coverity analysisWilliam S Fulton2013-05-161-1/+1
* Cosmetic tidyup in smartptr feature code and document smartptr fix in previou...William S Fulton2013-04-171-3/+3
* Add check for smart pointer type in generated code for director connection. T...Brant K. Kyser2013-04-171-2/+12
* Fix seg fault in SWIG using directors when class and virtual method names are...William S Fulton2013-03-191-11/+2
* Fix cstype typemap lookup for member variables so that a fully qualified vari...William S Fulton2013-01-151-15/+18
* 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-36/+22
|\
| * 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 C# module to reflect t...Brant K. Kyser2013-01-051-30/+15
* | Fix spacing in generated code for csdirectorin 'pre', 'post' and 'terminator'...William S Fulton2013-01-111-39/+17
* | SF Patch#268 - Add 'pre', 'post' and 'terminator' attributes to the csdirecto...Vladimir Kalinin2013-01-091-7/+81
|/
* 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
* Fix obvious copy/paste errors in some director codeWilliam S Fulton2012-11-191-1/+1
* Correctly handle errors if language symbol already existsWilliam S Fulton2012-11-191-2/+4
* Fix unnecessary and inconsistent null pointer checksWilliam S Fulton2012-11-191-73/+69
* Add some assertions to ensure NULL pointer is not usedWilliam S Fulton2012-11-191-0/+2
* Fix segfaults when using filename paths greater than 1024 characters in lengt...William S Fulton2012-11-181-2/+5
* Fix Coverity 'Uninitialized pointer fields' - member variables are now initia...William S Fulton2012-11-141-1/+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-7/+5
* Fix director typemap searching so that a typemap specified with a name will b...William S Fulton2012-10-271-22/+8
* Fix some memory issues - use of deleted memory highlighted by DOH_DEBUG_MEMOR...William S Fulton2012-08-051-1/+2