summaryrefslogtreecommitdiff
path: root/src/include/eina_inline_value.x
Commit message (Expand)AuthorAgeFilesLines
* fix magic failure in eina_value_array_count when array is NULLMike Blumenkrantz2013-03-191-1/+1
* eina: don't assume that 'char' is a signed type in Eina_ValueCedric BAIL2012-05-171-2/+2
* Eina: Fixed strict-aliasing warning.Tom Hacohen2012-05-081-4/+2
* Eina: Add eina_value_array_value_get().Bruno Dilly2012-03-011-0/+23
* value: be safer on reset of existing values.Gustavo Sverzut Barbieri2012-02-101-9/+18
* value: just setup on new memory!Gustavo Sverzut Barbieri2012-02-101-102/+24
* add new eina value dummy type TIMESTAMP which is identical to ULONGMike Blumenkrantz2012-01-311-2/+2
* eina_value_struct_member_value: helper to be used by esql and possibly others.Gustavo Sverzut Barbieri2012-01-251-0/+60
* value got the helper, will be useful in other cases as well.Gustavo Sverzut Barbieri2012-01-241-2/+73
* Eina: include stdlib.h instead of alloca.h (alloca() is not used while malloc...Vincent Torri2012-01-211-1/+1
* My bad.. the type is referring to something out of the macroIván Briano2012-01-201-1/+1
* type-o... see what I did there? Yes, I'm an idiot.Iván Briano2012-01-201-1/+1
* eina_value: add struct type.Gustavo Sverzut Barbieri2012-01-121-9/+175
* eina_value: simpler and faster code using newer eina_inarray_alloc_at()Gustavo Sverzut Barbieri2012-01-121-30/+10
* eina_value: use mempool.Gustavo Sverzut Barbieri2012-01-121-8/+21
* eina_value: add missing @since.Gustavo Sverzut Barbieri2012-01-121-1/+8
* fix C++ compile, add test.Gustavo Sverzut Barbieri2012-01-121-16/+16
* eina_value: add hash.Gustavo Sverzut Barbieri2012-01-111-0/+202
* eina_value: add list type.Gustavo Sverzut Barbieri2012-01-111-0/+386
* eina_value: optimize detection of basic types.Gustavo Sverzut Barbieri2012-01-111-14/+16
* eina: massiv fix for Eina_Value.Cedric BAIL2012-01-111-33/+39
* add eina_value.Gustavo Sverzut Barbieri2012-01-111-0/+943