summaryrefslogtreecommitdiff
path: root/Examples/python/exception/example.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix testcase -Wstringop-truncation warning in gcc11William S Fulton2021-11-121-1/+1
|
* Examples update to support C++17: exception specification throw removalWilliam S Fulton2018-05-041-21/+6
|
* Warning fixes for gcc-7William S Fulton2017-02-061-0/+7
| | | | warning: dynamic exception specifications are deprecated in C++11; use 'noexcept' instead [-Wdeprecated]
* vc++ warning suppressionWilliam S Fulton2006-01-241-4/+7
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8544 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* fix memory leakMarcelo Matus2006-01-231-2/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8532 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* more solaris fixesMarcelo Matus2004-09-011-2/+7
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6193 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* - recover the proper catching exception mechanism for classesMarcelo Matus2004-01-211-0/+7
| | | | | | | | | | | | | | | (throw typemap). - fix the examples with exception problems and warnings - proper and consist treatment of basic types (short, unsigned char,...) now all are checked for range and sign. Before, this was depending of the use of parsing or no parsing, and/or the converter method, and/or the use of directors, etc. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5659 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* The great mergeDave Beazley2002-11-301-0/+37
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4141 626c5289-ae23-0410-ae9c-e8d60b6d4f22