summaryrefslogtreecommitdiff
path: root/src/lib/eina
Commit message (Expand)AuthorAgeFilesLines
* Eina_Matrix : Use math header for cosf and sinf of rotate function.JunsuChoi2019-11-151-1/+9
* efl_canvas_animation_rotate: adjust APIMarcel Hollerbach2019-11-041-0/+1
* eina: only the type need to be NULL to assume EINA_VALUE_EMPTY.Cedric Bail2019-10-311-1/+1
* eina: make use of the new near allocation policy for Eina_List.Cedric BAIL2019-10-301-6/+6
* eina: introduce an API for requesting memory near already allocated memory fr...Cedric BAIL2019-10-303-1/+39
* eina: add comparison macros for Eina_Size2D and Eina_Position2DMike Blumenkrantz2019-10-291-0/+21
* eina: remove eina_config.h.inDaniel Kolesa2019-10-231-116/+0
* eina: unbreak byteswap checksDaniel Kolesa2019-10-232-37/+11
* eina: fix network byte order swap funcs on big endianDaniel Kolesa2019-10-221-6/+6
* eina/convert: init endptr in failure case of eina_convert_strtod_cMike Blumenkrantz2019-10-182-2/+3
* eina/list: move dead code inside corresponding #ifdefMike Blumenkrantz2019-09-261-2/+2
* eina_array: do not mix declaration and definitionVincent Torri2019-09-231-3/+4
* eina_log: ensure that we do not spam journald with our intree binariesMarcel Hollerbach2019-09-231-1/+1
* eina_log: do not fallback to INFO when we run with systemd supportMarcel Hollerbach2019-09-231-4/+0
* eina: add code to help debug leaking Eina_Value.Cedric Bail2019-09-191-0/+41
* eina: add eina_mempool_iterator_new to slowly iterate every allocated pointer...Cedric Bail2019-09-193-0/+25
* eina: prevent leak of Eina_Value internal allocation.Cedric Bail2019-09-171-2/+1
* eina: fix spelling in new eina_file_statgen APIStefan Schmidt2019-09-162-2/+2
* eina_vpath: add null checking logic on vpath_resolve apiWonki Kim2019-08-271-0/+1
* eina_list: fix to check a null argumentWonki Kim2019-08-271-0/+1
* eina/array: added eina_array_find() api to eina_array.sub.mohanty@samsung.com2019-08-262-0/+35
* eina list - make eina list magic optional and for now turn it offCarsten Haitzler (Rasterman)2019-08-212-53/+88
* make mman.h privateVincent Torri2019-08-193-5/+17
* eina file - don't double unlock a lockCarsten Haitzler (Rasterman)2019-08-111-4/+1
* eina file - make coverity happy and lock+unlock on initCarsten Haitzler (Rasterman)2019-08-111-1/+3
* eina/hash: optimize eina_hash_find() when hash is empty.subhransu mohanty2019-08-091-0/+3
* getenv - reduce continually calling getenv for the same vars do onceCarsten Haitzler (Rasterman)2019-08-081-1/+8
* eina log - we exceet 24 domains alrready out of the box, so increaseCarsten Haitzler (Rasterman)2019-08-071-1/+1
* eina file - stat generation inexactness supportCarsten Haitzler (Rasterman)2019-07-284-26/+109
* Evil: remove pwd code in Evil and fix compilation failures after the removalVincent Torri2019-07-282-2/+8
* Eina: define EINA_HAVE_DEBUG_THREADS only if backtrace() in execinfo.h is ava...Vincent Torri2019-07-281-1/+3
* reduce syscalls on opening files - roll CLOEXEC into openCarsten Haitzler (Rasterman)2019-07-262-6/+21
* build - cmake files - remove old seemingly unused cmake filesCarsten Haitzler (Rasterman)2019-07-241-48/+0
* meson: fix debug-threads optionMike Blumenkrantz2019-07-191-6/+3
* Eina vpath: remove support of ~username vpath on WindowsVincent Torri2019-07-182-7/+10
* eina: set EINA_VALUE_EMPTY during library init.Cedric BAIL2019-07-171-1/+4
* eina/hash: add direct variants of list append/prepend functionsMike Blumenkrantz2019-07-102-0/+96
* eina: add accessors for c arraysMarcel Hollerbach2019-07-032-0/+93
* meson: remove unneeded install: flagsMarcel Hollerbach2019-06-031-1/+0
* eina: add eina_slstr_copy_new_length.Cedric BAIL2019-05-292-0/+36
* eina/prefix: ignore magic files when running in treeMike Blumenkrantz2019-05-291-1/+1
* eina/file: use INFO log level when eina_file_open failsMike Blumenkrantz2019-05-291-1/+1
* eina: move builtin detection to eina_config.hMarcel Hollerbach2019-05-213-24/+18
* Eina: replace Evil.h with evil_private.h and remove Evil.h when not necessaryVincent Torri2019-05-1631-100/+9
* eina vpath: fix warning on Windows, as well as the public pathVincent Torri2019-05-121-15/+23
* eina: update vpath to also support a more classic syntax for variable.Cedric BAIL2019-05-111-7/+23
* eina: refactor and simplify vpath.Cedric BAIL2019-05-111-10/+2
* eina: always initialize all the field of Eina_Value used by Eina_Promise.Cedric BAIL2019-05-091-1/+1
* Evil: remove wrapper around getcwd()Vincent Torri2019-05-081-0/+1
* eina_file: speed up listing of directories on WindowsVincent Torri2019-05-071-43/+21