efl/src/tests/eolian_cxx
Jean-Philippe Andre c5d618e851 cxx: (Temporary) fix for make check
This fixes the C++ compilation tests.

list<int> is not allowed by eolian anymore, as the semantics were
unclear whether a pointer to int was passed, or if the int was stuffed
inside the list by casting.

ptr(string) is also not allowed as it's a pointer to a pointer type.

Both of the above types are strange when it comes to bindings. While C++
could probably be made to work, it's not clear we could have such types
in other bindings. Those types are in fact likely not so useful, as most
APIs can be designed around those restrictions.
2017-11-07 09:57:24 +09:00
..
a.c
a.eo
b.c
b.eo
c.c
c.eo
callback.eo ecore: Remove ecore_types.eot 2017-05-29 10:49:16 +09:00
complex.c
complex.eo cxx: (Temporary) fix for make check 2017-11-07 09:57:24 +09:00
complex_cxx.cc cxx: (Temporary) fix for make check 2017-11-07 09:57:24 +09:00
cyclic1.eo eolian-cxx: Added cyclic compilation test 2017-01-18 22:46:26 -02:00
cyclic2.eo eolian-cxx: Added cyclic compilation test 2017-01-18 22:46:26 -02:00
d.c
d.eo
eolian_cxx_suite.cc eolian-cxx: Added cyclic compilation test 2017-01-18 22:46:26 -02:00
eolian_cxx_suite.h eolian-cxx: Added cyclic compilation test 2017-01-18 22:46:26 -02:00
eolian_cxx_test_address_of.cc
eolian_cxx_test_binding.cc cxx: (Temporary) fix for make check 2017-11-07 09:57:24 +09:00
eolian_cxx_test_cyclic.cc cxx: Modify how to generate C++ headers and allow cyclic dependencies 2017-01-18 22:47:04 -02:00
eolian_cxx_test_generate.cc
eolian_cxx_test_inheritance.cc
eolian_cxx_test_parse.cc
eolian_cxx_test_wrapper.cc
generic.c
generic.eo cxx: (Temporary) fix for make check 2017-11-07 09:57:24 +09:00
name1_name2_type_generation.c eolian-cxx: Fix compilation errors with new any_value_ptr and mstring types 2017-09-25 21:57:25 -03:00
name1_name2_type_generation.eo cxx: (Temporary) fix for make check 2017-11-07 09:57:24 +09:00
name_name.c
name_name.eo
name_name_cxx.cc
ns_name.eo
ns_name_other.eo
simple.c
simple.eo