summaryrefslogtreecommitdiff
path: root/src/lib/eina/eina_value.c
Commit message (Expand)AuthorAgeFilesLines
* eina_value: Fix unchecked return valueChristopher Michael2021-02-251-12/+12
* eina: Rename EAPI macro to EINA_API in Eina libraryFelipe Magno de Almeida2020-11-251-61/+61
* Get rid of trailing whitespaces (8 / 14)Elyes HAOUAS2020-06-231-4/+4
* eina/value: use correct time types when comparing time typesMike Blumenkrantz2020-04-171-1/+4
* Eina: Remove eina_prime_tableXavi Artigas2020-03-271-7/+0
* eina: only the type need to be NULL to assume EINA_VALUE_EMPTY.Cedric Bail2019-10-311-1/+1
* eina: add code to help debug leaking Eina_Value.Cedric Bail2019-09-191-0/+41
* eina: set EINA_VALUE_EMPTY during library init.Cedric BAIL2019-07-171-1/+4
* Eina: replace Evil.h with evil_private.h and remove Evil.h when not necessaryVincent Torri2019-05-161-4/+0
* eina: allow copy of EINA_VALUE_EMPTY type.Cedric BAIL2019-04-261-3/+11
* eina: make it possible to return an EINA_VALUE_EMPTY by just requesting a new...Cedric BAIL2018-05-241-0/+7
* eina: make eina_value_pget on an EINA_VALUE_TYPE_STRINGSHARE return a new ref...Cedric BAIL2018-05-011-1/+11
* eina: add an EINA_VALUE_TYPE_BOOL.Cedric Bail2018-05-011-0/+2
* eina: properly initialize EINA_ERROR_VALUE_FAILED.Cedric Bail2017-11-171-2/+3
* eina: eina_value - Add "struct tm" supportAmitesh Singh2017-10-301-0/+94
* EFL For WIN32: Replace HAVE_EVIL define with _WIN32Vincent 'vtorri' Torri2017-09-221-1/+1
* eina: add an ability to quickly convert from an Eina_Value to an Eina_Binbuf.Cedric Bail2017-09-131-0/+29
* eina: fix Eina_Rectangle support in Eina_Value.Cedric Bail2017-09-131-11/+9
* eina: allow convertion to BLOB from Eina_File Eina_Value by mmap the file.Cedric Bail2017-09-131-0/+18
* eina: improve Eina_File support in Eina_Value.Cedric Bail2017-09-131-2/+2
* eina: add an Eina_Value helper for Eina_Rectangle.Vincent Torri2017-09-121-0/+119
* eina: add an Eina_Value helper for Eina_File.Cedric BAIL2017-09-121-1/+117
* Eina_Value type EINA_value.Guilherme Iscaro2017-08-231-0/+89
* Eina: Add EINA_VALUE_TYPE_ERRORGuilherme Iscaro2017-08-231-16/+46
* eina_value: Fix min/max values of long for WindowsJean-Philippe Andre2017-02-281-1/+1
* eina: remove tests, examples and docs for eina_modelBruno Dilly2016-11-301-132/+1
* Eina value: Fix clang warnings (use NULL instead of bool)Jean-Philippe Andre2015-12-151-2/+2
* eina: add EINA_VALUE_TYPE_OPTIONAL, a single-element container that can be em...Felipe Magno de Almeida2015-12-101-0/+227
* eina: Eina_Value - use eina_mempool_free to cleanup the memoryvivek2015-02-051-1/+1
* eina: fix memory leak issue in Eina_Value.Srivardhan Hebbar2014-12-251-0/+1
* eina: simplifie logic to not go with multiple level of callback for just gett...Cedric BAIL2014-06-051-11/+8
* do not use EINA_FALSE instead of NULLJérémy Zurcher2014-05-071-3/+3
* eina_value_free() now takes NULL like the rest of the efl free functionsMike Blumenkrantz2014-04-261-1/+1
* eina - and e3fl in general - stop using eina_error_get/set - useless reallyCarsten Haitzler (Rasterman)2013-10-111-98/+4
* efl: formattingSebastian Dransfeld2013-06-201-5/+5
* eina, evil: fix warning on 64 bitsCedric Bail2013-03-101-3/+5
* efl: eina_alloca.h to simplify alloca() usage.Gustavo Sverzut Barbieri2013-01-031-17/+1
* [eina] Better pretty printing of eina_value timeval buddies.Gustavo Lima Chaves2012-11-121-1/+2
* merge: __UNUSED__ --> EINA_UNUSED and some fixes in eo.Vincent Torri2012-10-051-163/+163
* merge : add einaVincent Torri2012-09-161-0/+5308