efl/legacy/eina/src/lib
Gustavo Sverzut Barbieri 73b1d45d15 value got the helper, will be useful in other cases as well.
SVN revision: 67518
2012-01-24 22:56:17 +00:00
..
Makefile.am Eina: Windows version is managed by Evil, now. I'm not sure I have to update ChangeLog. 2012-01-24 07:08:23 +00:00
eina_accessor.c more docs to headers. 2011-04-07 11:12:45 +00:00
eina_array.c Add eina_array_count(), deprecate eina_array_count_get(). 2012-01-09 23:13:06 +00:00
eina_benchmark.c more docs to .h files. 2011-04-07 11:16:30 +00:00
eina_binbuf.c fix eina_binbuf_* signatures to use unsigned char instead of char... 2011-06-26 00:08:03 +00:00
eina_binbuf_template_c.x Eina bin/(u)strbuf: Added eina_*buf_manage_new_length. 2011-12-08 13:10:57 +00:00
eina_binshare.c eina share log refactor. 2012-01-21 07:21:23 +00:00
eina_convert.c more doxy -> h 2011-04-07 11:39:20 +00:00
eina_counter.c Eina: Port eina to the Ps3 by including Escape 2011-11-05 17:49:30 +00:00
eina_cpu.c From: Joerg Sonnenberger <joerg@britannica.bec.de> 2011-12-05 10:17:57 +00:00
eina_error.c fix error_find to actually return the Eina_Error instead of just i 2011-04-15 00:41:01 +00:00
eina_file.c Eina: formatting 2012-01-21 08:23:23 +00:00
eina_file_win32.c Eina: DOS2UNIX eina_file_win32.c 2012-01-22 08:57:50 +00:00
eina_fp.c * eina: fix typo. 2010-12-15 11:14:47 +00:00
eina_hamster.c if we are going to have %d's - use them in the next scanf too. 2011-08-10 04:39:04 +00:00
eina_hash.c eina: let eina_hash_free behave like free. 2011-12-30 13:41:37 +00:00
eina_inarray.c eina_inarray: add useful function to open space in array. 2012-01-12 19:08:26 +00:00
eina_inlist.c beef inlist tests wrt safety pointers 2012-01-21 04:20:32 +00:00
eina_iterator.c more doxy -> .h 2011-04-07 12:23:22 +00:00
eina_lalloc.c uncrustify eina. 2010-07-28 02:37:05 +00:00
eina_list.c eina: Documentation for Eina_List. 2011-06-10 13:40:50 +00:00
eina_log.c eina: disable log if fnmatch is not present. 2011-12-05 13:58:09 +00:00
eina_magic.c magic: define and set eina_error if fails. 2012-01-09 23:14:04 +00:00
eina_main.c welcome eina_model. 2012-01-21 01:30:09 +00:00
eina_matrixsparse.c matrixsparse: fix pointer after it's freed. 2012-01-21 05:32:39 +00:00
eina_mempool.c formatting: alphabetical order 2011-04-27 16:58:23 +00:00
eina_mmap.c eina: Add FIXME 2012-01-19 00:36:20 +00:00
eina_model.c value got the helper, will be useful in other cases as well. 2012-01-24 22:56:17 +00:00
eina_module.c eina: fix system header usage. 2011-12-06 16:57:28 +00:00
eina_object.c Eina: Groups shouldn't be inside themselves, and both groups 2011-07-15 18:37:44 +00:00
eina_prefix.c Eina: update alloca() declaration from latest autoconf doc. 2012-01-24 07:21:33 +00:00
eina_private.h Eina "Fix" printf conversion format on Windows. printf family on Windows is just plain weirdness 2012-01-22 08:55:02 +00:00
eina_quadtree.c make eina compile again on Windows CE 2011-01-04 18:09:22 +00:00
eina_rbtree.c eina: applied eina_array_count_get -> eina_array_count api change. 2012-01-10 15:34:48 +00:00
eina_rectangle.c doxy -> .h 2011-04-07 13:01:48 +00:00
eina_safety_checks.c doxy -> .h 2011-04-07 13:05:05 +00:00
eina_sched.c Eina : eina_sched.c : simpler code on Windows 2011-06-01 06:12:55 +00:00
eina_share_common.c eina share log refactor. 2012-01-21 07:21:23 +00:00
eina_share_common.h eina share log refactor. 2012-01-21 07:21:23 +00:00
eina_simple_xml_parser.c eina: fix system header usage. 2011-12-06 16:57:28 +00:00
eina_str.c guys...null checks are not the end of the world. 2011-08-11 21:26:46 +00:00
eina_strbuf.c From: Joerg Sonnenberger <joerg@britannica.bec.de> 2011-12-05 10:17:57 +00:00
eina_strbuf_common.c eina: eina_strbuf_append_length(sb, s, 0) is possible 2011-10-04 20:47:15 +00:00
eina_strbuf_common.h Eina (u)strbuf: Added eina_(u)strbuf_manage_new. 2011-09-06 10:58:53 +00:00
eina_strbuf_template_c.x Eina (u)strbuf: Added eina_(u)strbuf_manage_new. 2011-09-06 10:58:53 +00:00
eina_stringshare.c eina share log refactor. 2012-01-21 07:21:23 +00:00
eina_tiler.c move docs to .h 2011-04-07 10:26:38 +00:00
eina_unicode.c eina_unicode: add safety checks. 2012-01-20 13:00:01 +00:00
eina_ustrbuf.c doxy -> .h 2011-04-07 13:17:25 +00:00
eina_ustringshare.c eina share log refactor. 2012-01-21 07:21:23 +00:00
eina_value.c Eina "Fix" printf conversion format on Windows. printf family on Windows is just plain weirdness 2012-01-22 08:55:02 +00:00
eina_xattr.c eina: fix build without Xattr. 2012-01-04 09:41:15 +00:00