summaryrefslogtreecommitdiff
path: root/src/lib/eina/eina_benchmark.c
Commit message (Collapse)AuthorAgeFilesLines
* Eina: replace Evil.h with evil_private.h and remove Evil.h when not necessaryVincent Torri2019-05-161-4/+0
| | | | | | | | | | | | | | Test Plan: compilation Reviewers: raster, zmike, cedric Reviewed By: zmike Subscribers: #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D8903
* benchmarks: Fix titles in gnuplotJean-Philippe Andre2017-10-181-4/+23
| | | | Just replace _ with \_ as _ means subscript.
* EFL For WIN32: Replace HAVE_EVIL define with _WIN32Vincent 'vtorri' Torri2017-09-221-1/+1
|
* efl: fix misleading indentationJean Guyomarc'h2016-05-181-3/+3
| | | | | | GCC's -Wmisleading-indentation is complaining... It is a warning flag introduced in GCC 6.x, and is enabled by -Wall.
* efl: add binary mode to f(re)open() callsVincent Torri2015-12-051-2/+2
| | | | | | This allows better compatibility with Windows Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* eina - and e3fl in general - stop using eina_error_get/set - useless reallyCarsten Haitzler (Rasterman)2013-10-111-12/+2
|
* efl: eina_alloca.h to simplify alloca() usage.Gustavo Sverzut Barbieri2013-01-031-17/+1
| | | | | | | | | having to replicate 18 lines per file just to access alloca() is insane. Let's do that in Eina.h and avoid that crap :-/ SVN revision: 82082
* merge : add einaVincent Torri2012-09-161-0/+372
currently, examples, tests and benchmark are not set. That's the next things i'll do SVN revision: 76710