summaryrefslogtreecommitdiff
path: root/src/benchmarks/eo
Commit message (Expand)AuthorAgeFilesLines
* benchmark: Remove unnecessary import and export macros from benchmark executa...Felipe Magno de Almeida2020-12-062-8/+8
* autotools: REMOVAL!Marcel Hollerbach2019-06-181-36/+0
* Revert "autotools: REMOVAL!"Marcel Hollerbach2019-06-181-0/+36
* autotools: REMOVAL!Marcel Hollerbach2019-06-181-36/+0
* eo: add events to track the ownership status of an Eo objectVitor Sousa2019-05-291-0/+34
* eo: remove class functions from eoMarcel Hollerbach2019-02-132-2/+2
* eo: change API call of efl_class_functions_setMarcel Hollerbach2019-02-072-2/+2
* meson: fix running of benchmarkMarcel Hollerbach2018-12-031-1/+3
* here comes mesonMarcel Hollerbach2018-10-021-0/+16
* efl: use efl_add_ref to create objects which have no parentCedric BAIL2018-03-203-11/+11
* Eo: Change the way functions are registered to classesTom Hacohen2016-09-092-2/+2
* Eo: Make function overrides implicit.Tom Hacohen2016-09-081-1/+1
* Eo benchmarks: Fix according to recent Eo changes.Tom Hacohen2016-09-062-9/+21
* efl callbacks: update some events calls to no longer trigger legacy callbacksdevs/vitorsousa/update_event_callsVitor Sousa2016-08-301-1/+1
* Efl object: Rename Eo_Event -> Efl_Event.Tom Hacohen2016-08-301-1/+1
* Efl Object: remove legacy callback calls from event_callback_callVitor Sousa2016-08-261-1/+1
* Efl object: Don't pass events to eo class creation.Tom Hacohen2016-08-232-2/+0
* Eo: Finish the renaming of Eo to the EFL.Tom Hacohen2016-08-156-45/+45
* Change the EFL to follow the new Eo rename.Tom Hacohen2016-08-114-13/+13
* Adjust the code according to the eo event stop changes.Tom Hacohen2016-06-201-2/+1
* benchmark: eo: add missing phthread flag to linkerStefan Schmidt2016-06-131-1/+2
* benchmark: mark parameter as unused to ignore compile warningStefan Schmidt2016-06-061-1/+1
* eo: Fix compilation of benchmarkLauro Moura2016-06-052-3/+3
* Revert "Automatic migration to the new eo_add syntax."Tom Hacohen2016-03-112-14/+7
* Automatic migration to the new eo_add syntax.Tom Hacohen2016-03-092-7/+14
* Automatic migration to Eo4.Tom Hacohen2016-03-033-10/+10
* Eo callbacks: Migrate all of the EFL to the new event cb signatures.Tom Hacohen2016-02-291-1/+1
* Eo benchmarks: Add basic callbacks benchmarks.Tom Hacohen2015-11-096-0/+97
* Eo benchmarks: Improve benchmarks.Tom Hacohen2015-11-095-6/+58
* Eo benchmark: Fix super benchmark.Tom Hacohen2015-11-091-1/+5
* Eo: Fix examples and benchmarks according to recent Eo changes.Tom Hacohen2015-09-281-1/+1
* Eo: Remove EO_SENTINEL.Tom Hacohen2015-09-281-1/+0
* Eo: adapt benchmarks to Eo2.Daniel Zaoui2014-04-233-48/+11
* Eo: EO_BASE_CLASS->EO_CLASS.Tom Hacohen2014-04-101-1/+1
* Revert "eo: libs,test,benchmarks Eo_Class -> Eo"Tom Hacohen2013-09-273-4/+4
* eo: libs,test,benchmarks Eo_Class -> EoJérémy Zurcher2013-09-273-4/+4
* gitignore: do not track generated files.Cedric Bail2013-09-261-0/+1
* fix examples makefiles to find Efl_Config.hCarsten Haitzler (Rasterman)2013-04-251-0/+1
* Eo: add benchmarks to measure eo_add.Daniel Zaoui2013-04-234-1/+51
* Eo: Added an eo_do_super benchmark.Tom Hacohen2013-03-181-0/+49
* Eo: Make the benchmark values larger to improve the sample space.Tom Hacohen2013-03-131-1/+1
* efl: distcheck will run tests and compile all examples.Gustavo Sverzut Barbieri2013-01-051-0/+4
* efl: refactor CFLAGS, LIBS, LIBADD and LDADD usage.Gustavo Sverzut Barbieri2012-12-311-1/+1
* merge: pass directly to the preprocessor the Windows macro instead of using a...Vincent Torri2012-10-231-1/+0
* and more include dir fixes.Carsten Haitzler2012-09-271-2/+2
* merge: add eoVincent Torri2012-09-266-0/+189