summaryrefslogtreecommitdiff
path: root/src/tests/eo/function_overrides/function_overrides_simple.c
Commit message (Expand)AuthorAgeFilesLines
* eo: Rename EAPI macro to EO_API in Eo libraryFelipe Magno de Almeida2020-12-091-4/+4
* eo: remove class functions from eoMarcel Hollerbach2019-02-131-1/+1
* eo: change API call of efl_class_functions_setMarcel Hollerbach2019-02-071-1/+1
* Eo: Change the way functions are registered to classesTom Hacohen2016-09-091-1/+1
* Adjust the EFL to the Eo class_initilizer changes.Tom Hacohen2016-09-051-7/+13
* Efl object: Don't pass events to eo class creation.Tom Hacohen2016-08-231-1/+0
* Eo: Finish the renaming of Eo to the EFL.Tom Hacohen2016-08-151-17/+17
* Change the EFL to follow the new Eo rename.Tom Hacohen2016-08-111-4/+4
* eolian: Make promise eolian generation use macros for hooksFelipe Magno de Almeida2016-04-111-4/+4
* eo: add before and after macro hooks for API generation functionsFelipe Magno de Almeida2016-04-061-4/+4
* Fix migration script mistakes and compilation warnings.Tom Hacohen2016-03-031-2/+2
* Automatic migration to Eo4.Tom Hacohen2016-03-031-2/+2
* Eo: Remove EO_SENTINEL.Tom Hacohen2015-09-281-1/+0
* Eo: Drop doc field from ops and events.Tom Hacohen2015-09-281-4/+4
* Eo: EO_BASE_CLASS->EO_CLASS.Tom Hacohen2014-04-101-1/+1
* Eo2: Updated naming Eo2->Eo.Tom Hacohen2014-04-101-16/+16
* eo2: change the order of EO2_OP_FUNC* to put EAPI first.Tom Hacohen2014-04-101-4/+4
* eo2: cleaned up the function overrides test.Tom Hacohen2014-04-101-15/+16
* eo2: fix tests, do not use _CLASS_FUNC_, see previous commitJérémy Zurcher2014-04-101-6/+6
* eo2: migrated function_overrides test to eo2.Tom Hacohen2014-04-101-37/+33
* Eo: get rid of eo_class_do(_super) which we don't need anymore.Tom Hacohen2013-09-271-2/+2
* Revert "eo: libs,test,benchmarks Eo_Class -> Eo"Tom Hacohen2013-09-271-3/+3
* Eo: unify the class func and normal func prototypes.Tom Hacohen2013-09-271-2/+2
* eo: libs,test,benchmarks Eo_Class -> EoJérémy Zurcher2013-09-271-3/+3
* Change usage of eo_do_super to the new prototype.Tom Hacohen2013-03-181-2/+2
* merge: add eoVincent Torri2012-09-261-0/+82