efl/src/bin/eolian
Daniel Kolesa fcae7cab27 eolian gen: enable constness generation on property getter impls
This changes a lot of things all across the EFL. Previously,
methods tagged @const had both their external prototype and
internal impl generated with const on object, while property
getters only had const on the external API. This is now changed
and it all has const everywhere.

Ref T6859.
2018-04-17 20:31:55 +02:00
..
.gitignore eolian gen2: move to eolian gen (as the old one is gone) 2016-10-07 13:34:47 +02:00
CMakeLists.txt build: add eolian 2017-01-23 18:52:34 +01:00
docs.c eolian: event/function_get_by_name -> by_name_get 2018-03-16 14:26:15 +01:00
docs.h eolian: pass unit to class get_by_name/file 2017-05-30 17:15:53 +02:00
headers.c eolian: update class name APIs 2018-03-12 16:03:37 +01:00
headers.h eolian: do not require unit when stringifying types 2018-01-16 16:39:05 +01:00
main.c eolian: update class name APIs 2018-03-12 16:03:37 +01:00
main.h eolian gen2: move to eolian gen (as the old one is gone) 2016-10-07 13:34:47 +02:00
sources.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
sources.h eolian: do not require unit when stringifying types 2018-01-16 16:39:05 +01:00
types.c eolian: update type/var name APIs 2018-03-12 16:28:28 +01:00
types.h eolian: remove old class retrieval APIs 2018-03-07 13:08:49 +01:00