efl/src/lib/eolian
Daniel Kolesa d47610a732 eolian: do not require unit when stringifying types
As it is no longer necessary to pass unit when evaluating exprs,
it is not necessary to pass it here either. Convert all the APIs
to the new style and update all instances in our tree.
2018-01-16 16:39:05 +01:00
..
CMakeLists.txt build: add eolian 2017-01-23 18:52:34 +01:00
Eolian.h eolian: do not require unit when stringifying types 2018-01-16 16:39:05 +01:00
database_class.c eolian: properly free parts 2017-10-31 12:15:23 +01:00
database_class_api.c eolian: remove internal state struct (rely on external Eolian state) 2017-12-06 15:07:31 +01:00
database_constructor.c
database_constructor_api.c eolian: fill ctor class early on 2017-01-02 15:28:45 +01:00
database_event.c eolian: remove support for old event doc syntax 2015-06-11 17:14:51 +01:00
database_event_api.c eolian: consistent and cleaner error values from APIs 2017-01-13 15:26:05 +01:00
database_expr.c eolian: do not require unit for expr eval APIs 2018-01-16 16:37:52 +01:00
database_expr_api.c eolian: do not require unit for expr eval APIs 2018-01-16 16:37:52 +01:00
database_function.c eolian: move base function doc API into implements 2017-01-19 15:09:07 +01:00
database_function_api.c eolian: Add builtin type "strbuf" 2017-12-05 10:09:58 +09:00
database_function_parameter.c eolian: fix function parameter memory leak with value 2015-11-03 13:40:17 +00:00
database_function_parameter_api.c eolian: consistent and cleaner error values from APIs 2017-01-13 15:26:05 +01:00
database_implement.c eolian: add syntax for overridding docs in implements 2017-01-18 15:33:44 +01:00
database_implement_api.c eolian: move base function doc API into implements 2017-01-19 15:09:07 +01:00
database_part.c eolian: properly free parts 2017-10-31 12:15:23 +01:00
database_part_api.c eolian: Add API's for part enumeration 2017-11-23 15:14:41 +09:00
database_type.c eolian: do not require unit when stringifying types 2018-01-16 16:39:05 +01:00
database_type_api.c eolian: do not require unit when stringifying types 2018-01-16 16:39:05 +01:00
database_validate.c eolian: do not require unit for expr eval APIs 2018-01-16 16:37:52 +01:00
database_var.c eolian: remove remaining global state (+ modify APIs accordingly) 2017-12-15 17:11:11 +01:00
database_var_api.c eolian: remove internal state struct (rely on external Eolian state) 2017-12-06 15:07:31 +01:00
eo_lexer.c eolian: remove _cunit and prepare for returning actual units 2017-12-14 17:31:21 +01:00
eo_lexer.h eolian: store unit inside lexer 2017-12-14 16:38:35 +01:00
eo_parser.c eolian: remove the toplevel information 2017-12-22 15:36:31 +01:00
eo_parser.h eolian: remove _cunit and prepare for returning actual units 2017-12-14 17:31:21 +01:00
eolian.c eolian: remove now unused database init/shutdown 2017-12-15 17:11:11 +01:00
eolian_database.c eolian: remove now unused database init/shutdown 2017-12-15 17:11:11 +01:00
eolian_database.h eolian: do not require unit when stringifying types 2018-01-16 16:39:05 +01:00
eolian_priv.h eolian: Add some color to those warning messages 2017-10-31 14:52:34 +09:00