swig/Examples/c
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
..
class Don't use SWIG_exit() in C examples 2021-10-05 00:26:12 +02:00
exception Generate wrapper aliases only if requested and not by default 2021-10-20 01:57:20 +02:00
simple Generate wrapper aliases only if requested and not by default 2021-10-20 01:57:20 +02:00
std_vector Avoid -Wformat warnings in C std_vector example 2021-10-05 00:57:45 +02:00
check.list Many major improvements. Almost all testsuite compiles now. 2009-04-15 23:30:16 +00:00