efl/src/lib/eolian
Daniel Kolesa 7b2ef21b90 eolian: check old impl status before actually trying to extend it
Since _extend_impl always marks the impl at least IMPL_STATUS_NONE,
we need to retrieve the original status before calling into it,
or it will get overwritten and will inadvertently disable some
of the checks.
2019-01-23 19:28:25 +01:00
..
Eolian.h eolian: add api to access the requires field 2019-01-17 22:23:01 +09:00
Eolian_Aux.h eolian_aux: add initial eolian_aux APIs 2018-11-29 13:56:52 +01:00
database_check.c eolian: implement new inherit behavior 2018-11-23 13:57:07 +01:00
database_class.c eolian: add support for composite section into regular classes 2019-01-21 17:19:14 +01:00
database_class_api.c eolian: add api to access the requires field 2019-01-17 22:23:01 +09:00
database_constructor.c
database_constructor_api.c eolian: Add @ctor_param parameter to constructors 2018-10-31 02:47:58 +01:00
database_event.c
database_event_api.c eolian: expose API to retrieve the class of an event 2018-11-04 18:32:05 +01:00
database_expr.c eolian - fix warnings about strin truncation by expanding buffers 2018-11-09 11:43:59 +00:00
database_expr_api.c
database_function.c
database_function_api.c
database_function_parameter.c
database_function_parameter_api.c
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
database_type_api.c
database_validate.c eolian: check old impl status before actually trying to extend it 2019-01-23 19:28:25 +01:00
database_var.c
database_var_api.c
eo_lexer.c
eo_lexer.h eolian: add support for composite section into regular classes 2019-01-21 17:19:14 +01:00
eo_parser.c eolian: inherit composite lists and allow in abstracts/mixins 2019-01-23 16:01:24 +01:00
eo_parser.h
eolian.c
eolian_aux.c eolian_aux: add initial eolian_aux APIs 2018-11-29 13:56:52 +01:00
eolian_database.c
eolian_database.h eolian: add support for composite section into regular classes 2019-01-21 17:19:14 +01:00
eolian_priv.h
meson.build eolian_aux: add initial eolian_aux APIs 2018-11-29 13:56:52 +01:00