efl/src/tests/eolian_cxx
Lauro Moura 135c69b23c eolian_cxx: Add key/value to function_def
Summary:
This commit adds explicit eolian key/value/return info to function_def. The
original parameter/return types are kept for compatibility.

parameter/return -> Mimics the behavior of the generated C API (i.e.
single-valued getters have their lone value translated to be their
return type)

explicit_return -> The actual return value for that block in the EO
file.
keys/values -> The values for respectively key and values blocks.

This should help working with properties in the generators instead of
fumbling with paremeter/return directly

Fixes T8431

Test Plan: extra tests in the diff

Reviewers: felipealmeida, brunobelo, segfaultxavi, YOhoho

Reviewed By: brunobelo

Subscribers: cedric, #reviewers, #committers, woohyun

Tags: #efl

Maniphest Tasks: T8431

Differential Revision: https://phab.enlightenment.org/D10494
2019-10-28 20:35:39 -03:00
..
a.c Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
a.eo Revert "eolian: disallow missing docs for stable API where necessary" 2019-09-30 19:48:19 +02:00
b.c Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
b.eo Revert "eolian: disallow missing docs for stable API where necessary" 2019-09-30 19:48:19 +02:00
beta_class.eo eolian-cxx: Make events inherit beta info from klass. 2019-10-12 19:18:13 -03:00
c.c eolian_cxx: make address_of test not use multiclass inheritance 2019-01-17 16:14:46 +01:00
c.eo Revert "eolian: disallow missing docs for stable API where necessary" 2019-09-30 19:48:19 +02:00
callback.eo eolian_cxx: update tests to no longer use forbidden eolian notations 2019-07-08 16:15:41 +02:00
complex.c eolian-cxx: Remove EOLIAN_TYPE_POINTER enumeration 2016-11-10 15:20:36 -02:00
complex.eo Revert "eolian: disallow missing docs for stable API where necessary" 2019-09-30 19:48:19 +02:00
complex_cxx.cc cxx: Add license to CXX bindings. 2019-10-24 10:40:16 -03:00
cyclic1.eo Revert "eolian: disallow missing docs for stable API where necessary" 2019-09-30 19:48:19 +02:00
cyclic2.eo Revert "eolian: disallow missing docs for stable API where necessary" 2019-09-30 19:48:19 +02:00
docs.eo eolian: remove global vars from tests 2019-09-24 16:29:55 +02:00
eolian_cxx_suite.cc cxx: Add license to CXX bindings. 2019-10-24 10:40:16 -03: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 cxx: Add license to CXX bindings. 2019-10-24 10:40:16 -03:00
eolian_cxx_test_binding.cc eolian_cxx: Add key/value to function_def 2019-10-28 20:35:39 -03:00
eolian_cxx_test_cyclic.cc cxx: Add license to CXX bindings. 2019-10-24 10:40:16 -03:00
eolian_cxx_test_documentation.cc cxx: Add license to CXX bindings. 2019-10-24 10:40:16 -03:00
eolian_cxx_test_generate.cc cxx: Add license to CXX bindings. 2019-10-24 10:40:16 -03:00
eolian_cxx_test_inheritance.cc cxx: Add license to CXX bindings. 2019-10-24 10:40:16 -03:00
eolian_cxx_test_parse.cc cxx: Add license to CXX bindings. 2019-10-24 10:40:16 -03:00
eolian_cxx_test_wrapper.cc cxx: Add license to CXX bindings. 2019-10-24 10:40:16 -03:00
generic.c eolian-cxx: Add binbuf and event keywords handling 2019-07-26 13:02:28 +02:00
generic.eo Revert "eolian: disallow missing docs for stable API where necessary" 2019-09-30 19:48:19 +02:00
generic_interface.eo Revert "eolian: disallow missing docs for stable API where necessary" 2019-09-30 19:48:19 +02:00
meson.build meson: enforce 61s timeout for tests, remove explicit timeouts from build files 2019-05-15 18:49:51 +02:00
name1_name2_type_generation.c eolian_cxx: update tests to no longer use forbidden eolian notations 2019-07-08 16:15:41 +02:00
name1_name2_type_generation.eo bindings: Rename test cxx and csharp eo ownership tags 2019-09-05 20:05:19 +02:00
name_name.c tests: eolian_cxx: add define to allow the use of beta APIs like eo 2016-08-02 22:21:18 +02:00
name_name.eo Revert "eolian: disallow missing docs for stable API where necessary" 2019-09-30 19:48:19 +02:00
name_name_cxx.cc cxx: Add license to CXX bindings. 2019-10-24 10:40:16 -03:00
ns_name.eo Revert "eolian: disallow missing docs for stable API where necessary" 2019-09-30 19:48:19 +02:00
ns_name_other.eo Revert "eolian: disallow missing docs for stable API where necessary" 2019-09-30 19:48:19 +02:00
property_holder.eo eolian_cxx: Add key/value to function_def 2019-10-28 20:35:39 -03:00
simple.c Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
simple.eo Revert "eolian: disallow missing docs for stable API where necessary" 2019-09-30 19:48:19 +02:00