summaryrefslogtreecommitdiff
path: root/src/tests/eolian/data/override_ref.c
Commit message (Expand)AuthorAgeFilesLines
* eolian: Add -e parameter to pass export symbol to eolian generatorFelipe Magno de Almeida2020-12-041-8/+8
* eolian gen: initial support for reflection apiDaniel Kolesa2019-02-151-1/+3
* eo: remove class functions from eoMarcel Hollerbach2019-02-131-1/+1
* eolian: drop class function overridingMarcel Hollerbach2019-02-131-7/+2
* eo: change API call of efl_class_functions_setMarcel Hollerbach2019-02-071-1/+1
* eolian: disallow pure virtual on non-abstract/mixin classesDaniel Kolesa2019-01-171-1/+1
* eolian gen: enable constness generation on property getter implsDaniel Kolesa2018-04-171-4/+4
* eolian: fix setter generation for @auto functionsDaniel Kolesa2017-10-131-6/+6
* eolian: fix buggy generation of auto/empty on propertiesDaniel Kolesa2017-04-191-12/+4
* eolian: allow extending eolian-generated classes from within CDaniel Kolesa2017-04-131-2/+16
* eolian: remove/add APIs and clean up implements systemDaniel Kolesa2017-01-161-27/+35
* eolian: allow new property impl syntax with auto/emptyDaniel Kolesa2016-12-271-6/+9
* eolian gen2: fix tests to match the new generatorDaniel Kolesa2016-10-071-26/+25
* Eo: Change the way functions are registered to classesTom Hacohen2016-09-091-2/+2
* Eo: Make function overrides implicit.Tom Hacohen2016-09-081-3/+3
* Eolian: Fix tests according to recent generator changes.Tom Hacohen2016-09-051-15/+21
* Eolian: Fix tests according to recent eolian changes.Tom Hacohen2016-08-231-2/+1
* Eo: Finish the renaming of Eo to the EFL.Tom Hacohen2016-08-151-22/+22
* Change the EFL to follow the new Eo rename.Tom Hacohen2016-08-111-2/+2
* eolian: mark pure virtual funcs outside of implementsDaniel Kolesa2016-05-121-5/+5
* eolian: Make promise eolian generation use macros for hooksFelipe Magno de Almeida2016-04-111-8/+8
* eo: add before and after macro hooks for API generation functionsFelipe Magno de Almeida2016-04-061-9/+9
* eolian: fix generation testsDaniel Kolesa2016-03-031-4/+4
* Eo: reduce memory usage across applications.Tom Hacohen2015-09-281-2/+2
* Eolian generator: remove sentinel generationDaniel Kolesa2015-09-281-1/+1
* Eo: Remove EO_SENTINEL.Tom Hacohen2015-09-281-2/+1
* Eo: Drop doc field from ops and events.Tom Hacohen2015-09-281-8/+8
* Eolian/Generator: support @empty and @auto.Daniel Zaoui2014-09-081-0/+82