summaryrefslogtreecommitdiff
path: root/src/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* benchmark: Remove unnecessary import and export macros from benchmark executa...Felipe Magno de Almeida2020-12-062-8/+8
* singularize srand in eina_init - only once in one placeCarsten Haitzler (Rasterman)2020-10-034-32/+0
* eina bench - have default values inside benc dtoaCarsten Haitzler (Rasterman)2020-09-201-2/+2
* benchmarks: specify this outside extern "C"Marcel Hollerbach2020-09-011-7/+7
* benchmark: eina: remove outdated ecore_hashStefan Schmidt2020-07-069-1877/+4
* benchmarks: eina: make sure we do not divide by zeroStefan Schmidt2020-06-171-3/+6
* benchmarks: use EFL_BUILD=1 in c_argsStefan Schmidt2020-05-262-1/+2
* benchmark: fix ident in meson.build fileStefan Schmidt2020-05-251-6/+6
* Revert "Fix EAPI definition by defining EFL_BUILD for each built DLL"Carsten Haitzler (Rasterman)2020-05-182-2/+1
* Fix EAPI definition by defining EFL_BUILD for each built DLLVincent Torri2020-05-182-1/+2
* Use __func__ C99 identifier instead of __FUNCTION__ compiler extensionVincent Torri2020-05-071-3/+3
* Fix build with gcc 10 (which has -fno-common enabled by default).Tom Callaway2020-01-312-1/+2
* benchmarks: increase timeout value for running elementary benchmarksStefan Schmidt2019-12-181-1/+2
* benchmarks/eina: fix possible div by zero in ecore_hashMike Blumenkrantz2019-10-181-0/+1
* benchmark/collection: add Elementary.hMike Blumenkrantz2019-09-301-0/+1
* efl_ui_win: default the window type to basicMarcel Hollerbach2019-09-241-2/+1
* meson.build: allow to disable tiff evas loaderBoris Faure2019-09-131-1/+2
* eina benchmarks: remove dereference of nullShinwoo Kim2019-09-032-0/+2
* elementary: remove an unused variable.Hermet Park2019-08-221-2/+0
* replace item_container benchmarkMarcel Hollerbach2019-08-212-23/+101
* Evil: remove pwd code in Evil and fix compilation failures after the removalVincent Torri2019-07-281-0/+4
* rename efl_ui_item_container -> efl_ui_collectionMarcel Hollerbach2019-07-251-5/+5
* elementary: make Efl.Ui.Position_Manager a namespace.Cedric BAIL2019-07-241-1/+1
* Introduce Efl.Ui.Item_ContainerMarcel Hollerbach2019-07-242-0/+107
* autotools: REMOVAL!Marcel Hollerbach2019-06-183-131/+0
* Revert "autotools: REMOVAL!"Marcel Hollerbach2019-06-183-0/+131
* autotools: REMOVAL!Marcel Hollerbach2019-06-183-131/+0
* eo: add events to track the ownership status of an Eo objectVitor Sousa2019-05-291-0/+34
* benchmarks: Fix copy-paste errorChristopher Michael2019-05-221-1/+1
* meson: enforce 61s timeout for tests, remove explicit timeouts from build filesMike Blumenkrantz2019-05-152-2/+0
* eina_bench_stringshare: Fix resourcce leakChristopher Michael2019-05-021-1/+4
* eina benchmark: fix warnings on Windows 64 bitsVincent Torri2019-03-272-9/+10
* 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: Enable dev flags for cppLauro Moura2018-12-171-0/+4
* benchmarks - focus tree - fix unused param warnCarsten Haitzler (Rasterman)2018-12-041-1/+1
* elementary: add a benchmark for focus widget tree interationMarcel Hollerbach2018-12-032-0/+273
* meson: fix running of benchmarkMarcel Hollerbach2018-12-032-2/+5
* evas mempool bench - fix warning about unused paramCarsten Haitzler (Rasterman)2018-11-091-1/+7
* evas list benchmarks - fix warning about if guardingCarsten Haitzler (Rasterman)2018-11-091-3/+4
* eina bench array - fix warning about if case not guardingCarsten Haitzler (Rasterman)2018-11-091-17/+21
* eina bech - hash - warn - fix type for hash func to have proper typesCarsten Haitzler (Rasterman)2018-11-091-1/+7
* here comes mesonMarcel Hollerbach2018-10-022-0/+57
* efl: use efl_add_ref to create objects which have no parentCedric BAIL2018-03-203-11/+11
* all: Simplify definition of EAPIVincent Torri2018-01-182-8/+8
* benchmarks: eine: include header for using time()Stefan Schmidt2018-01-021-0/+1
* eina: remove tests and benchmark for long dead mempool.Cedric BAIL2017-08-151-59/+0
* eina: remove benchmark for Eina_Promise.Cedric BAIL2016-11-073-311/+0
* 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