summaryrefslogtreecommitdiff
path: root/src/lib/eina_model.c
Commit message (Expand)AuthorAgeFilesLines
* Eina: upgrade eina_inarray_setup to eina_inarray_step_setBruno Dilly2012-08-241-1/+1
* eina: handle gracefully eina_*_free with NULL.Cedric BAIL2012-07-051-0/+3
* tone down mempool chunk sizesCarsten Haitzler2012-06-171-2/+2
* note the bug spotted by Tasn.Gustavo Sverzut Barbieri2012-03-061-0/+26
* Eina: remove ugly FMT_* compatibility strings as Evil has now POSIX printf fa...Vincent Torri2012-02-171-5/+5
* eina_model: new events for load/unload.Gustavo Sverzut Barbieri2012-02-161-9/+95
* 2/3 eina_model: properly eliminate duplicates.Gustavo Sverzut Barbieri2012-02-161-8/+17
* 1/3 eina_model: lookup interfaces in the correct order.Gustavo Sverzut Barbieri2012-02-161-4/+4
* Eina model: Fix issues with interface inheritance.Tom Hacohen2012-02-141-19/+6
* model: add helper for common patternGustavo Sverzut Barbieri2012-02-111-0/+22
* eina_model: add xref/xunref, xrefs_get and models_usage_dump!Gustavo Sverzut Barbieri2012-02-101-13/+242
* eina_model: rename all "search" to "criteria_match"Gustavo Sverzut Barbieri2012-02-091-17/+17
* eina_model: helper function to setup subclass during runtime.Gustavo Sverzut Barbieri2012-02-091-1/+55
* Eina model: Made i_method_resolve a macro (for interface as well)Tom Hacohen2012-02-091-2/+2
* Eina model: Made _method_resolve a macro to remove the need for offsetof.Tom Hacohen2012-02-081-2/+2
* eina_model: correctly retrieve the memory from value.Gustavo Sverzut Barbieri2012-02-081-1/+1
* Eina model: Fix another issue with the method resolve functios.Tom Hacohen2012-02-071-2/+2
* Eina Model: Fix wrong error checking in the method resolve functions.Tom Hacohen2012-02-071-3/+3
* Change eina_mode_child_search to more descriptiveGustavo Sverzut Barbieri2012-02-021-2/+2
* eina_model: change the way extensions are done.Gustavo Sverzut Barbieri2012-01-311-176/+210
* Eina model: fix a memory leak in the model's "to_string" function.Tom Hacohen2012-01-261-0/+1
* value got the helper, will be useful in other cases as well.Gustavo Sverzut Barbieri2012-01-241-43/+6
* more efficient model properties based on struct.Gustavo Sverzut Barbieri2012-01-241-7/+296
* dereference pointer before usingIván Briano2012-01-231-1/+1
* Eina "Fix" printf conversion format on Windows. printf family on Windows is j...Vincent Torri2012-01-221-4/+4
* eina_model: fix uninitialized bitGustavo Sverzut Barbieri2012-01-211-0/+1
* welcome eina_model.Gustavo Sverzut Barbieri2012-01-211-0/+4847