swig/Examples/test-suite/c
Vadim Zeitlin d89a95a48c Use std/std_vector.i instead of a poor copy in c/std_vector.i
At the very least, this gives us a working vector<bool> and allows
"li_std_vector" unit test to pass. It is also just nice to reuse the existing
typemaps instead of having another copy of them.

As C doesn't have UTL, some parts of std_vector.i had to be excluded from it
however.
2016-09-15 01:27:41 +02: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 Start removing proxy layer, just use the wrapped functions directly 2016-04-14 02:44:45 +02:00
c_backend_cpp_natural_std_string_runme.c Start removing proxy layer, just use the wrapped functions directly 2016-04-14 02:44:45 +02:00
cast_operator_runme.c Change naming convention for wrapped ctors and dtor 2016-09-15 01:27:40 +02:00
char_strings_runme.c No real changes, just convert files to Unix EOLs 2016-04-16 00:10: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 Change naming convention for wrapped ctors and dtor 2016-09-15 01:27:40 +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 Allow to use the original name of the global functions 2016-04-21 01:37:42 +02:00
cpp_enum_runme.c Change naming convention for wrapped ctors and dtor 2016-09-15 01:27:40 +02:00
enums_runme.c Hack around parser bug with char enum element values 2016-04-16 00:25:50 +02:00
exception_order_runme.c Drop longjmp-based exception handling approach 2016-09-15 01:27:40 +02:00
global_vars_runme.c Remove C-specific cpp_basic_global_var_built_in unit test 2016-09-15 01:27:39 +02:00
Makefile.in Use std/std_vector.i instead of a poor copy in c/std_vector.i 2016-09-15 01:27:41 +02:00
operator_overload_runme.c Change naming convention for wrapped ctors and dtor 2016-09-15 01:27:40 +02:00