efl/src/tests/eolian_cxx
Daniel Kolesa c8e0a1d2e2 eolian: implement new syntax for inheritance
This new syntax separates the parent class from extensions, in
a familiar way to similar to e.g. Java. Since changing everything
at once is a lot of effort, implement it alongside for the time
being.
2018-11-23 13:57:07 +01:00
..
a.c
a.eo eolian: implement new syntax for inheritance 2018-11-23 13:57:07 +01:00
b.c
b.eo eolian: implement new syntax for inheritance 2018-11-23 13:57:07 +01:00
c.c
c.eo eolian: implement new syntax for inheritance 2018-11-23 13:57:07 +01:00
callback.eo eolian: implement new syntax for inheritance 2018-11-23 13:57:07 +01:00
complex.c eolian-cxx: Remove EOLIAN_TYPE_POINTER enumeration 2016-11-10 15:20:36 -02:00
complex.eo eolian: implement new syntax for inheritance 2018-11-23 13:57:07 +01:00
complex_cxx.cc cxx: explicitly require c++11 and fix tests to conform 2018-11-12 15:43:13 +01: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: implement new syntax for inheritance 2018-11-23 13:57:07 +01:00
docs.eo eolian: push missing event type changes in tests 2018-05-21 20:32:57 +02:00
eolian_cxx_suite.cc tests: move bindings tests to using checked fixtures too. 2018-04-05 10:19:57 -07:00
eolian_cxx_suite.h tests: add instrumentation to existing tests to find slow tests 2018-04-05 11:10:25 +02:00
eolian_cxx_test_address_of.cc tests: Use EFL_START/END_TEST in cxx tests 2018-06-22 12:43:47 -04:00
eolian_cxx_test_binding.cc tests: Use EFL_START/END_TEST in cxx tests 2018-06-22 12:43:47 -04:00
eolian_cxx_test_cyclic.cc tests: Use EFL_START/END_TEST in cxx tests 2018-06-22 12:43:47 -04:00
eolian_cxx_test_documentation.cc eolian_cxx: PACKAGE_DATA_DIR is completly wrong here 2018-10-16 12:51:35 +02:00
eolian_cxx_test_generate.cc tests: Use EFL_START/END_TEST in cxx tests 2018-06-22 12:43:47 -04:00
eolian_cxx_test_inheritance.cc
eolian_cxx_test_parse.cc tests: Use EFL_START/END_TEST in cxx tests 2018-06-22 12:43:47 -04:00
eolian_cxx_test_wrapper.cc tests: Use EFL_START/END_TEST in cxx tests 2018-06-22 12:43:47 -04:00
generic.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
generic.eo eolian: implement new syntax for inheritance 2018-11-23 13:57:07 +01:00
meson.build meson: here comes cxx bindings 2018-10-24 12:05:58 +02: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 eolian: implement new syntax for inheritance 2018-11-23 13:57:07 +01:00
name_name.c
name_name.eo
name_name_cxx.cc
ns_name.eo
ns_name_other.eo
simple.c
simple.eo eolian: implement new syntax for inheritance 2018-11-23 13:57:07 +01:00