efl/src/lib/eolian
Daniel Kolesa d261dca06c eolian: require opaque structs to be used by ref always
For now only in stable API.
2020-04-26 02:29:35 +02:00
..
Eolian.h eolian: clarify @move tag usage in documentation 2020-04-21 17:46:17 +02:00
Eolian_Aux.h doxygen: fix invalid eolian_main_intro ref 2020-02-28 11:44:19 +01:00
database_check.c eolian: only warn instead of erroring on unused imports 2020-04-20 14:19:26 +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 database_expr: fix memory leak when type error happens 2020-02-24 15:52:25 +01: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
database_part.c
database_part_api.c
database_type.c eolian: fix C type serialization of error() 2020-04-20 14:36:14 +02:00
database_type_api.c eolian: use c_name to derive enum c field names 2020-01-10 20:19:47 +01:00
database_validate.c eolian: require opaque structs to be used by ref always 2020-04-26 02:29:35 +02: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 missing stringshare_ref 2020-02-06 14:43:38 +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