| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor refactor of D, C#, Java director code | William S Fulton | 2022-11-12 | 1 | -20/+25 |
* | SwigType * handling corrections | William S Fulton | 2022-11-09 | 1 | -12/+9 |
* | Cleanup SWIG_VERSION definition | William S Fulton | 2022-10-13 | 1 | -1/+1 |
* | Use https for swig.org links | Olly Betts | 2022-10-06 | 1 | -1/+1 |
* | Order of interfaces generated for %interface macros | William S Fulton | 2022-07-20 | 1 | -6/+4 |
* | Merge branch 'imfunc' | William S Fulton | 2022-05-30 | 1 | -0/+6 |
|\ |
|
| * | Add special variable imfuncname expansion for C# and D | William S Fulton | 2022-05-30 | 1 | -0/+6 |
* | | Merge branch 'csharp-strenghten-overload-check' | William S Fulton | 2022-05-26 | 1 | -4/+27 |
|\ \ |
|
| * | | Fix expanded director_basic test. | Rokas Kupstys | 2018-09-26 | 1 | -4/+27 |
| * | | Improve correctness of SwigDerivedClassHasMethod() by making sure only method... | Rokas Kupstys | 2018-09-26 | 1 | -1/+1 |
* | | | Header file tidyup | William S Fulton | 2022-05-07 | 1 | -1/+1 |
* | | | %interface family of macros no longer add variable wrappers | William S Fulton | 2022-03-12 | 1 | -1/+1 |
* | | | Use GetFlag instead of Getattr for feature:interface | William S Fulton | 2022-03-12 | 1 | -5/+5 |
* | | | Fix segfault in C# layer handling using declarations | William S Fulton | 2022-03-10 | 1 | -2/+2 |
* | | | Add DOH Exit() and SetExitHandler() | Olly Betts | 2022-03-06 | 1 | -9/+9 |
| |/
|/| |
|
* | | Remove support for $source and $target | Olly Betts | 2021-04-30 | 1 | -10/+0 |
* | | Add access modifier support for interface feature | William S Fulton | 2020-09-25 | 1 | -1/+2 |
* | | Add some comments about shared_ptr upcast code | William S Fulton | 2020-01-24 | 1 | -0/+1 |
* | | Refactor upcasts code | William S Fulton | 2020-01-23 | 1 | -25/+27 |
* | | Merge branch 'shared-ptr-template-upcast' | William S Fulton | 2020-01-17 | 1 | -5/+6 |
|\ \ |
|
| * | | Applying shared_ptr template upcast fix to CSharp, adding CSharp test, and cl... | etse | 2019-05-06 | 1 | -5/+6 |
* | | | C# 'out' or 'ref' removal improvements in director typemaps. | William S Fulton | 2019-11-26 | 1 | -1/+1 |
* | | | 'out' or 'ref' usage in a cstype typemap in directors | William S Fulton | 2019-11-26 | 1 | -4/+3 |
* | | | Fix invalid code generated for "%constant enum EnumType ..." and add a test. | Rokas Kupstys | 2019-08-01 | 1 | -1/+1 |
* | | | Fix class name for nested classes | Isaac Pascual Monells | 2019-07-08 | 1 | -1/+1 |
|/ / |
|
* | | Fix C# CA1063 warning by implementing the recommended Dispose methods. | William S Fulton | 2019-04-08 | 1 | -19/+55 |
|/ |
|
* | Fix class having method `Connect()` creating a name collision with `SwigDirec... | Rokas Kupstys | 2018-09-06 | 1 | -2/+2 |
* | Misc. typos | luz.paz | 2018-05-17 | 1 | -2/+2 |
* | Fix lookup of csconstruct, dconstructor and javaconstruct typemaps | William S Fulton | 2018-05-15 | 1 | -1/+2 |
* | C#, D, Java methodmodifiers on destructors | William S Fulton | 2018-05-11 | 1 | -3/+13 |
* | Consistent spacing in generated exception specifications | William S Fulton | 2018-05-06 | 1 | -2/+2 |
* | Correct C# warning for missing cstype typemap | William S Fulton | 2018-03-09 | 1 | -1/+1 |
* | Add director typemaps for pointer const ref types | William S Fulton | 2017-10-24 | 1 | -9/+11 |
* | Generation of director method declarations fixes | William S Fulton | 2017-10-23 | 1 | -4/+4 |
* | Enhancements for directorin typemaps | William S Fulton | 2017-10-16 | 1 | -1/+1 |
* | Remove undocumented features used in directors | William S Fulton | 2017-05-21 | 1 | -31/+0 |
* | Remove unnecessary dynamic_cast in C#/D/Java directors | William S Fulton | 2017-05-21 | 1 | -7/+3 |
* | Merge branch 'Sghirate-master' | William S Fulton | 2017-05-21 | 1 | -3/+3 |
|\ |
|
| * | [C#] static_cast for native directors | Frederick Parotat | 2015-06-27 | 1 | -3/+3 |
* | | Add missing return for pure virtual director wrappers for D and C# | William S Fulton | 2017-05-13 | 1 | -1/+5 |
* | | Add raise methods for throwing c++ exceptions in C#, Java, D | William S Fulton | 2017-05-13 | 1 | -1/+1 |
* | | Revert "csharp : noexcept method can't raise Swig::DirectorPureVirtualException" | William S Fulton | 2017-05-13 | 1 | -7/+1 |
* | | csharp : noexcept method can't raise Swig::DirectorPureVirtualException | Christophe Duvernois | 2017-04-28 | 1 | -1/+7 |
* | | #526 : propagate c++11 noexcept to director classes | Christophe Duvernois | 2017-04-27 | 1 | -1/+8 |
* | | Fix missing filename in error messages when writing out C# files | William S Fulton | 2017-01-27 | 1 | -1/+1 |
* | | Merge branch 'wkalinin-override_fix' | William S Fulton | 2017-01-16 | 1 | -43/+1 |
|\ \ |
|
| * | | #733 - wrong "override" calculation in import mode | Vladimir Kalinin | 2016-06-27 | 1 | -43/+1 |
* | | | Add %proxycode directive for adding code into proxy classes for C#, D and Java | William S Fulton | 2017-01-13 | 1 | -1/+13 |
* | | | Add %feature("csdirectordelegatemodifiers") for C# | William S Fulton | 2016-12-24 | 1 | -2/+6 |
* | | | fix for nested ignored types | Vladimir Kalinin | 2016-05-18 | 1 | -2/+6 |
|/ / |
|