swig/Examples/test-suite/c
Vadim Zeitlin f4ee8e5369 Fix names of enums and their elements
Use the containing class name as prefix, and add the name of the enum
itself to the prefix for the scoped enums, instead of doing something
strange and semi-random that we did before, with prefixes including the
namespace (which should never be the case without "nspace" feature), but
not the scoped enum.

This also fixes renaming of enum elements, as a side effect, which
didn't work before, add run test for enum_rename unit test to prove it.
2021-11-07 02:14:16 +01:00
..
abstract_access_runme.c Change naming convention for wrapped ctors and dtor 2016-09-15 01:27:40 +02:00
abstract_change_runme.c Change naming convention for wrapped ctors and dtor 2016-09-15 01:27:40 +02:00
abstract_typedef_runme.c Suppress a warning in abstract_typedef unit test 2016-09-15 01:27:41 +02:00
abstract_virtual_runme.c Change naming convention for wrapped ctors and dtor 2016-09-15 01:27:40 +02:00
add_link_runme.c Change naming convention for wrapped ctors and dtor 2016-09-15 01:27:40 +02:00
anonymous_bitfield_runme.c Change naming convention for wrapped ctors and dtor 2016-09-15 01:27:40 +02:00
c_backend_cpp_exception_runme.c Generate wrapper aliases only if requested and not by default 2021-10-20 01:57:20 +02:00
c_backend_cpp_natural_std_string_runme.c Generate wrapper aliases only if requested and not by default 2021-10-20 01:57:20 +02:00
cast_operator_runme.c Replace SWIG_exit() with just exit() in test code 2019-07-24 20:47:59 +02:00
char_strings_runme.c Generate wrapper aliases only if requested and not by default 2021-10-20 01:57:20 +02:00
cpp11_shared_ptr_const_runme.c Add minimal shared_ptr support 2021-10-15 01:26:22 +02:00
cpp11_shared_ptr_upcast_runme.c Add minimal shared_ptr support 2021-10-15 01:26:22 +02:00
cpp_basic_class_method_runme.c Change naming convention for wrapped ctors and dtor 2016-09-15 01:27:40 +02:00
cpp_basic_class_runme.c Change naming convention for wrapped ctors and dtor 2016-09-15 01:27:40 +02:00
cpp_basic_class_var_pub_member_built_in_runme.c Change naming convention for wrapped ctors and dtor 2016-09-15 01:27:40 +02:00
cpp_basic_class_var_pub_member_class_runme.c Change naming convention for wrapped ctors and dtor 2016-09-15 01:27:40 +02:00
cpp_basic_class_virtual_method_runme.c Change naming convention for wrapped ctors and dtor 2016-09-15 01:27:40 +02:00
cpp_basic_global_var_class_runme.c Use wrapper functions for global variables of non-C types 2016-04-20 18:45:42 +02:00
cpp_basic_namespaced_class_runme.c Change naming convention for wrapped ctors and dtor 2016-09-15 01:27:40 +02:00
cpp_basic_runme.c Generate wrapper aliases only if requested and not by default 2021-10-20 01:57:20 +02:00
cpp_basic_template_class_runme.c Change naming convention for wrapped ctors and dtor 2016-09-15 01:27:40 +02:00
cpp_basic_template_function_runme.c Generate wrapper aliases only if requested and not by default 2021-10-20 01:57:20 +02:00
cpp_enum_runme.c Change naming convention for wrapped ctors and dtor 2016-09-15 01:27:40 +02:00
enum_rename_runme.c Fix names of enums and their elements 2021-11-07 02:14:16 +01:00
enums_runme.c Fix names of enums and their elements 2021-11-07 02:14:16 +01:00
exception_order_runme.c Generate wrapper aliases only if requested and not by default 2021-10-20 01:57:20 +02:00
global_vars_runme.c Generate wrapper aliases only if requested and not by default 2021-10-20 01:57:20 +02:00
li_boost_shared_ptr_runme.c Add minimal shared_ptr support 2021-10-15 01:26:22 +02:00
li_std_map_runme.c Fix std::map<> typemap 2021-10-07 22:03:47 +02:00
li_std_pair_runme.c Generate wrapper aliases only if requested and not by default 2021-10-20 01:57:20 +02:00
li_std_set_runme.c Add simple std::set<> typemaps too 2021-10-07 22:03:47 +02:00
li_std_vector_runme.c Add at least a very minimal run test for std::vector 2021-10-07 22:03:47 +02:00
Makefile.in Disable SWIGWARN_LANG_EXPERIMENTAL while running test suite for C 2021-11-02 17:51:14 +01:00
operator_overload_runme.c Generate wrapper aliases only if requested and not by default 2021-10-20 01:57:20 +02:00