summaryrefslogtreecommitdiff
path: root/Lib/csharp/director.swg
Commit message (Collapse)AuthorAgeFilesLines
* Add raise methods for throwing c++ exceptions in C#, Java, DWilliam S Fulton2017-05-131-0/+4
| | | | | | | | | The director c++ exceptions are thrown in a helper method instead of in the director overloaded method. This circumvents compiler warnings about throwing exceptions when the method has an exception specification or noexcept. If the exception is thrown, abort will still be called! In Java, the "director:noexcept" typemap can be used to do something else. This typemap should be ported to the other languages too.
* Director exceptions now derive from std::exceptionWilliam S Fulton2014-01-201-5/+6
|
* Error out attempting to use directors without -c++William S Fulton2013-12-231-5/+0
| | | | Remove redundant #ifdef __cplusplus markers in director.swg
* Beautify director.swg filesWilliam S Fulton2013-12-231-3/+6
| | | | Also some comment corrections for Perl
* SWIG license change - The Examples and Lib move to a very permissive license ↵William S Fulton2010-02-271-3/+0
| | | | | | in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11874 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* C# director support addedWilliam S Fulton2006-05-131-0/+50
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9105 626c5289-ae23-0410-ae9c-e8d60b6d4f22