efl/src/lib/eolian
Daniel Kolesa c601944a13 eolian: fix a parse bug where composites was treated as implements
In the specific case where you had "class A extends B composites C"
the correct composites branch was ignored and instead the implements
branch was used. This was entirely wrong/an oversight that did not
appear until now. Other combinations were handled correctly.
2019-12-04 16:07:09 +01:00
..
Eolian.h eolian: rename param direction enum and fields for consistency 2019-09-26 16:56:13 +02:00
Eolian_Aux.h Pyolian gendoc: add ability to generate only the stable API 2019-10-07 19:39:07 +02:00
database_check.c eolian: remove support for globals 2019-09-24 18:27:37 +02:00
database_class.c eolian: add API to retrieve the C name of an object 2019-05-16 15:43:52 +02:00
database_class_api.c eolian: loosen the requirements on API (don't return stringshare) 2019-09-26 16:47:22 +02:00
database_constructor.c
database_constructor_api.c eolian: drop @ctor_param and the associated APIs 2019-09-16 15:37:04 +02:00
database_event.c
database_event_api.c eolian: rename eolian_event_c_name_get 2019-05-16 15:57:39 +02:00
database_expr.c eolian: stricter checks for const() validity 2019-09-26 16:19:12 +02:00
database_expr_api.c eolian: fix potential ABI violation in expr serialization 2019-09-30 11:32:41 +02:00
database_function.c eolian: remove legacy handling API and most of generation 2019-03-08 10:12:09 -05:00
database_function_api.c eolian: return NULL instead of EINA_FALSE on safety checks 2019-09-19 16:05:34 +02:00
database_function_parameter.c
database_function_parameter_api.c eolian: rename param direction enum and fields for consistency 2019-09-26 16:56:13 +02:00
database_implement.c
database_implement_api.c eolian: add eolian_implement_implementing_class_get 2018-11-04 16:12:53 +01:00
database_part.c
database_part_api.c
database_type.c eolian: stricter checks for const() validity 2019-09-26 16:19:12 +02:00
database_type_api.c eolian: loosen the requirements on API (don't return stringshare) 2019-09-26 16:47:22 +02:00
database_validate.c eolian: account for entire inheritance trees when compositing 2019-12-04 15:30:17 +01:00
database_var.c eolian: remove support for globals 2019-09-24 18:27:37 +02:00
database_var_api.c eolian: expose most API as stable 2019-09-25 18:26:07 +02:00
eo_lexer.c eolian: Leave default text for libeolian users 2019-10-09 16:18:30 +02:00
eo_lexer.h eolian: rename event_prefix to event_c_prefix for consistency 2019-09-26 16:47:22 +02:00
eo_parser.c eolian: fix a parse bug where composites was treated as implements 2019-12-04 16:07:09 +01:00
eo_parser.h
eolian.c eolian: add runtime API to get file format version 2019-05-26 18:35:48 +02:00
eolian_aux.c eolian_aux: do not leak 2019-12-02 08:53:46 +01:00
eolian_database.c eolian: fix memory leak when using error objects 2019-11-15 13:36:57 +01:00
eolian_database.h eolian: rename param direction enum and fields for consistency 2019-09-26 16:56:13 +02:00
eolian_priv.h
meson.build eolian_aux: add initial eolian_aux APIs 2018-11-29 13:56:52 +01:00