summaryrefslogtreecommitdiff
path: root/Source/Modules/csharp.cxx
Commit message (Expand)AuthorAgeFilesLines
* Remove support for $source and $targetOlly Betts2021-04-301-10/+0
* Add access modifier support for interface featureWilliam S Fulton2020-09-251-1/+2
* Add some comments about shared_ptr upcast codeWilliam S Fulton2020-01-241-0/+1
* Refactor upcasts codeWilliam S Fulton2020-01-231-25/+27
* Merge branch 'shared-ptr-template-upcast'William S Fulton2020-01-171-5/+6
|\
| * Applying shared_ptr template upcast fix to CSharp, adding CSharp test, and cl...etse2019-05-061-5/+6
* | C# 'out' or 'ref' removal improvements in director typemaps.William S Fulton2019-11-261-1/+1
* | 'out' or 'ref' usage in a cstype typemap in directorsWilliam S Fulton2019-11-261-4/+3
* | Fix invalid code generated for "%constant enum EnumType ..." and add a test.Rokas Kupstys2019-08-011-1/+1
* | Fix class name for nested classesIsaac Pascual Monells2019-07-081-1/+1
|/
* Fix C# CA1063 warning by implementing the recommended Dispose methods.William S Fulton2019-04-081-19/+55
* Fix class having method `Connect()` creating a name collision with `SwigDirec...Rokas Kupstys2018-09-061-2/+2
* Misc. typosluz.paz2018-05-171-2/+2
* 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/+13
* Consistent spacing in generated exception specificationsWilliam S Fulton2018-05-061-2/+2
* Correct C# warning for missing cstype typemapWilliam S Fulton2018-03-091-1/+1
* 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 undocumented features used in directorsWilliam S Fulton2017-05-211-31/+0
* Remove unnecessary dynamic_cast in C#/D/Java directorsWilliam S Fulton2017-05-211-7/+3
* Merge branch 'Sghirate-master'William S Fulton2017-05-211-3/+3
|\
| * [C#] static_cast for native directorsFrederick Parotat2015-06-271-3/+3
* | 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
* | Revert "csharp : noexcept method can't raise Swig::DirectorPureVirtualException"William S Fulton2017-05-131-7/+1
* | csharp : noexcept method can't raise Swig::DirectorPureVirtualExceptionChristophe Duvernois2017-04-281-1/+7
* | #526 : propagate c++11 noexcept to director classesChristophe Duvernois2017-04-271-1/+8
* | Fix missing filename in error messages when writing out C# filesWilliam S Fulton2017-01-271-1/+1
* | Merge branch 'wkalinin-override_fix'William S Fulton2017-01-161-43/+1
|\ \
| * | #733 - wrong "override" calculation in import modeVladimir Kalinin2016-06-271-43/+1
* | | Add %proxycode directive for adding code into proxy classes for C#, D and JavaWilliam S Fulton2017-01-131-1/+13
* | | Add %feature("csdirectordelegatemodifiers") for C#William S Fulton2016-12-241-2/+6
* | | fix for nested ignored typesVladimir Kalinin2016-05-181-2/+6
|/ /
* | Merge branch 'char-escaping'William S Fulton2016-03-121-6/+13
|\ \
| * | C# char wrappers fixes for enum values, static const member char values and %...William S Fulton2016-03-121-6/+13
* | | Add limited support for %interface_impl and %shared_ptrWilliam S Fulton2016-03-061-50/+51
* | | Multiple inheritance warning wording tweakWilliam S Fulton2016-03-061-2/+2
* | | C# "override" fix for "extend" caseVladimir Kalinin2016-03-051-7/+11
* | | Add checks for interface name symbol clashesWilliam S Fulton2016-03-031-3/+6
* | | Re-organization of the interface feature common codeWilliam S Fulton2016-03-031-4/+1
* | | Add $interfacename family of special variable expansionsWilliam S Fulton2016-02-291-8/+33
* | | Interface name handling improvements and special variable changesWilliam S Fulton2016-02-291-11/+10
* | | Support namespaces and nspace with the interface feature for C#William S Fulton2016-02-261-4/+51
* | | Create javainterfacecode and csinterfacecode typemapsWilliam S Fulton2016-02-231-22/+58
* | | Merge branch 'interfaces' of github.com:/swig/swig into interfacesWilliam S Fulton2016-02-231-3/+35
|\ \ \
| * | | virtual/override fixVladimir Kalinin2016-02-141-3/+35
* | | | Improve interface feature checksWilliam S Fulton2016-02-131-4/+0
|/ / /
* | | Comments added to interface feature implementation and cosmetic code changesWilliam S Fulton2016-02-121-15/+15