swig/Examples/c/exception
Vadim Zeitlin 2f6f6df211 Generate wrapper aliases only if requested and not by default
Defining the aliases by default results in conflicts when including
headers from multiple modules as e.g. SWIG_PendingException_get() is
defined in all of them, and could also easily result in other unwanted
clashes, so make this opt-in and update the examples and tests relying
on using the wrappers without the module prefix to define
SWIG_DEFINE_WRAPPER_ALIASES explicitly.
2021-10-20 01:57:20 +02:00
..
example.cxx Removing some memory leak problems when handling exceptions. 2008-07-26 14:18:37 +00:00
example.h No real changes, just convert files to Unix EOLs 2016-04-16 00:10:22 +02:00
example.i Show how to handle a custom exception class in the example 2016-09-15 01:27:40 +02:00
Makefile Fix and simplify C examples makefiles 2016-04-10 22:45:51 +02:00
runme.c Generate wrapper aliases only if requested and not by default 2021-10-20 01:57:20 +02:00