Eina: gnu_printf format attribute was introduced in gcc 4.4
[profile/ivi/eina.git] / src / include /
2012-02-20 caroEina: gnu_printf format attribute was introduced in...
2012-02-17 caroUse gnu_printf attribute to detect wrong usage of print...
2012-02-17 caromove standard header file before private ones
2012-02-17 gastalEina value example with user defined type.
2012-02-17 gastalDocumented example of eina_value struct usage.
2012-02-17 gastalDocumented example for eina_value.
2012-02-17 leifrename 'size' param of eina_list_sort to 'limit'
2012-02-16 barbierieina_model: new events for load/unload.
2012-02-15 gastalDocumentation for all eina model functions.
2012-02-15 tasnEina model: Added an advanced inheritance + interface...
2012-02-11 barbieriimprove documentation of eina model and value.
2012-02-11 barbierimodel: add helper for common pattern
2012-02-11 barbierieina_value: break usage, but makes it more uniform...
2012-02-10 barbierivalue: be safer on reset of existing values.
2012-02-10 barbierivalue: just setup on new memory!
2012-02-10 barbieriAnother example for eina_model.
2012-02-10 barbierieina_model: add xref/xunref, xrefs_get and models_usage...
2012-02-09 barbieriMore documentation for eina_model.
2012-02-09 barbierieina_model: rename all "search" to "criteria_match"
2012-02-09 barbierieina_model: helper function to setup subclass during...
2012-02-09 tasnEina model: Made i_method_resolve a macro (for interfac...
2012-02-08 tasnEina model: Added an eina model example for inheritance.
2012-02-08 tasnEina model: Made _method_resolve a macro to remove...
2012-02-05 jihoonfix @dates in each header file
2012-02-05 caroEina: append and prepend __ to gcc attributes
2012-02-02 barbieriChange eina_mode_child_search to more descriptive
2012-02-02 barbieriBetter documentation for eina_model.
2012-01-31 tasnEina stringshare: fixed up the previous commit a bit.
2012-01-31 tasnEina stringshare: Added Eina_Stringshare a stringshare...
2012-01-31 discomfitoradd new eina value dummy type TIMESTAMP which is identi...
2012-01-31 barbieriadd missing @since 1.2
2012-01-31 barbierieina_value: add EINA_VALUE_TYPE_MODEL
2012-01-31 barbierieina_model: change the way extensions are done.
2012-01-29 tasnEina: Added EINA_C_ARRAY_LENGTH.
2012-01-27 caroEina: fix previous commit
2012-01-26 caroEina: fix compilation errors in Eina_RWLock code when...
2012-01-25 barbierieina_value_struct_member_value: helper to be used by...
2012-01-25 barbieriSmall fixes to eina_model documentation.
2012-01-25 tasnEina model: Fix the example in the docs to compile.
2012-01-24 barbierivalue got the helper, will be useful in other cases...
2012-01-24 barbierimore efficient model properties based on struct.
2012-01-21 caroEina: include stdlib.h instead of alloca.h (alloca...
2012-01-21 barbieriinstall eina_model.h
2012-01-21 barbieriwelcome eina_model.
2012-01-20 sachielMy bad.. the type is referring to something out of...
2012-01-20 sachieltype-o... see what I did there? Yes, I'm an idiot.
2012-01-20 Guillaume FrilouxFrom: Guillaume Friloux <guillaume.friloux@asp64.com>
2012-01-19 cedriceina: fix inarray macro.
2012-01-19 caroEina: Fix compilation of eina_semaphore_lock() (Windows...
2012-01-18 Guillaume FrilouxFrom: Guillaume Friloux <guillaume.friloux@asp64.com>
2012-01-18 rastervoid impl for eina_lock stuff should return "innocuous...
2012-01-18 rasterupdate all minor versions to 2 (or 6) - and yes. i...
2012-01-12 barbierieina_value: add array of struct test.
2012-01-12 barbierieina_value: add struct type.
2012-01-12 barbierieina_value: simpler and faster code using newer eina_in...
2012-01-12 barbierieina_inarray: add useful function to open space in...
2012-01-12 barbierieina_value: use mempool.
2012-01-12 barbierieina_value: improve docs and add blob operations helper.
2012-01-12 barbierieina_value: improve docs a bit
2012-01-12 barbierieina_value: hash now adopts given Eina_Hash.
2012-01-12 barbierieina_value: list now adopts given Eina_List.
2012-01-12 barbierieina_value: array now adopts given Eina_Inarray.
2012-01-12 barbierieina_value: add missing @since.
2012-01-12 discomfitorfix docs for first half of eina_value: the second half...
2012-01-12 barbierieina_value: add blob type.
2012-01-12 barbierieina_value: add struct timeval.
2012-01-12 barbierifix C++ compile, add test.
2012-01-11 barbierieina_value: add hash.
2012-01-11 barbierieina_value: add list type.
2012-01-11 barbierieina_value: optimize detection of basic types.
2012-01-11 cedriceina: massiv fix for Eina_Value.
2012-01-11 seozeina eina_list.h: Refined documentation.
2012-01-11 barbieriadd eina_value.
2012-01-10 seozeina: applied eina_array_count_get -> eina_array_count...
2012-01-10 barbieriadd missing @since before vtorri notices it
2012-01-09 barbieriadd eina_inarray.
2012-01-09 barbierimagic: define and set eina_error if fails.
2012-01-09 barbieriAdd eina_array_count(), deprecate eina_array_count_get().
2012-01-03 cedriceina: detect fault during Eina_File mmap memory access...
2011-12-30 cedriceina: add Eina_Semaphore API.
2011-12-28 cedriceina: got to aggressive on that one.
2011-12-28 cedriceina: this arg could really be NULL and really simplify...
2011-12-08 tasnEina bin/(u)strbuf: Added eina_*buf_manage_new_length.
2011-12-08 discomfitorfix eina_log*level_check() to return the value that...
2011-12-07 discomfitorupdate docs for eina_file_dir_list
2011-12-07 caroEina: missing 'static inline'
2011-12-07 caroEina: improve a bit the doc
2011-12-07 rasterNO! you break api. you made my e sit here with a segv...
2011-12-06 cedriceina: the new endless story of fixing header in all...
2011-12-06 cedriceina: fix system header usage.
2011-12-06 cedriceina: move clist around as needed.
2011-12-06 cedriceina: only include system header as necessary.
2011-12-05 cedriceina: disable log if fnmatch is not present.
2011-12-02 discomfitorunfrenchify mempool docs
2011-12-02 discomfitor+eina_mempool_calloc
2011-11-30 seozeina eina_str.h: Fixed documentation typo.
2011-11-17 cedriceina: shutup warning when thread are disabled.
2011-11-16 cedriceina: remove useless include.
2011-11-10 billiobeina: add murmur3 hash
2011-10-31 carowhitespace--
next