summaryrefslogtreecommitdiff
path: root/Source/Modules/csharp.cxx
Commit message (Expand)AuthorAgeFilesLines
* Minor refactor of D, C#, Java director codeWilliam S Fulton2022-11-121-20/+25
* SwigType * handling correctionsWilliam S Fulton2022-11-091-12/+9
* Cleanup SWIG_VERSION definitionWilliam S Fulton2022-10-131-1/+1
* Use https for swig.org linksOlly Betts2022-10-061-1/+1
* Order of interfaces generated for %interface macrosWilliam S Fulton2022-07-201-6/+4
* Merge branch 'imfunc'William S Fulton2022-05-301-0/+6
|\
| * Add special variable imfuncname expansion for C# and DWilliam S Fulton2022-05-301-0/+6
* | Merge branch 'csharp-strenghten-overload-check'William S Fulton2022-05-261-4/+27
|\ \
| * | Fix expanded director_basic test.Rokas Kupstys2018-09-261-4/+27
| * | Improve correctness of SwigDerivedClassHasMethod() by making sure only method...Rokas Kupstys2018-09-261-1/+1
* | | Header file tidyupWilliam S Fulton2022-05-071-1/+1
* | | %interface family of macros no longer add variable wrappersWilliam S Fulton2022-03-121-1/+1
* | | Use GetFlag instead of Getattr for feature:interfaceWilliam S Fulton2022-03-121-5/+5
* | | Fix segfault in C# layer handling using declarationsWilliam S Fulton2022-03-101-2/+2
* | | Add DOH Exit() and SetExitHandler()Olly Betts2022-03-061-9/+9
| |/ |/|
* | 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
|/ /