efl/legacy/eina/src/include
Vincent Torri 31f60da46e debug--
SVN revision: 59505
2011-05-18 13:17:54 +00:00
..
.cvsignore Add .cvsignore. 2008-07-30 13:09:03 +00:00
Eina.h Eina binbuf: Added eina_binbuff an auto resizing binary buffer. 2011-05-17 15:45:39 +00:00
Makefile.am Eina binbuf: Added eina_binbuff an auto resizing binary buffer. 2011-05-17 15:45:39 +00:00
eina_accessor.h remove shadow var 2011-04-27 15:50:12 +00:00
eina_array.h more docs to headers. 2011-04-07 11:12:45 +00:00
eina_benchmark.h more docs to .h files. 2011-04-07 11:16:30 +00:00
eina_binbuf.h Eina binbuf: Fix compilation and correct the mistakes. 2011-05-18 11:45:32 +00:00
eina_binshare.h more doc to h files 2011-04-07 11:30:22 +00:00
eina_config.h.in eina: add back threads on/off support. 2011-05-02 13:40:28 +00:00
eina_convert.h more doxy -> h 2011-04-07 11:39:20 +00:00
eina_counter.h more doxy -> .h 2011-04-07 11:40:55 +00:00
eina_cpu.h uncrustify eina. 2010-07-28 02:37:05 +00:00
eina_error.h more dox -> .h 2011-04-07 12:57:44 +00:00
eina_file.h time.h should be sufficient 2011-05-02 07:04:24 +00:00
eina_fp.h ecrustify testing: looked good so I'm committing for other people to review as well 2010-10-23 06:41:45 +00:00
eina_hamster.h more doc to h files 2011-04-07 11:30:22 +00:00
eina_hash.h eina: improve hash documentation on free_cb 2011-05-14 14:39:25 +00:00
eina_inline_array.x * eina: eina_array_clean should be inlined from the beginning. 2010-11-29 18:32:30 +00:00
eina_inline_f8p24.x explicit cast 2010-04-10 23:23:26 +00:00
eina_inline_f16p16.x explicit cast 2010-04-10 23:23:26 +00:00
eina_inline_f32p32.x constants should be unsigned 2010-02-12 07:27:27 +00:00
eina_inline_fp.x * eina: fix rounding issue with different size of fixed point. 2010-04-16 14:32:18 +00:00
eina_inline_hash.x eina-hash: improve documentation + indent + wibble 2011-03-28 21:37:35 +00:00
eina_inline_list.x Fix common misspellings 2010-09-08 03:21:16 +00:00
eina_inline_lock_posix.x eina: check condition is still alive when debugging threads. 2011-05-09 14:41:39 +00:00
eina_inline_lock_void.x fix eina_inline_lock_void.x 2011-05-16 17:37:51 +00:00
eina_inline_lock_win32.x debug-- 2011-05-18 13:17:54 +00:00
eina_inline_lock_wince.x Eina : eina_lock : make it compile on Windows 2011-05-14 21:19:36 +00:00
eina_inline_log.x eina log level utilities. 2010-02-09 01:43:58 +00:00
eina_inline_mempool.x eina: alloc ABI2 to reduce risk for futur ABI change. 2011-04-12 08:52:59 +00:00
eina_inline_rbtree.x initial doxy patch for rbtree from vtorri 2010-09-12 19:28:18 +00:00
eina_inline_rectangle.x more doxy from vtorri 2010-09-12 08:03:21 +00:00
eina_inline_str.x * eina: attempt to improve a little bit more the header. 2010-08-16 15:02:37 +00:00
eina_inline_stringshare.x Eina: Add Eina_UStringshare and Eina_Binshare. 2010-07-27 08:55:23 +00:00
eina_inline_tiler.x more doxy from vtorri 2010-09-12 08:03:21 +00:00
eina_inline_trash.x Revert and re-apply badnull patch 2010-08-26 01:34:13 +00:00
eina_inline_ustringshare.x some doc fixes 2010-08-17 06:58:26 +00:00
eina_inlist.h eina: add eina_inlist_sort (merge sort based on eina_list code). 2011-04-11 09:55:27 +00:00
eina_iterator.h more doxy -> .h 2011-04-07 12:23:22 +00:00
eina_lalloc.h ecrustify testing: looked good so I'm committing for other people to review as well 2010-10-23 06:41:45 +00:00
eina_list.h more doxy -> .h 2011-04-07 12:26:24 +00:00
eina_lock.h eina: add Eina_Condition. 2011-05-09 10:32:56 +00:00
eina_log.h more doxy to .h 2011-04-07 12:31:57 +00:00
eina_magic.h fix misuse of EINA_PURE 2011-02-02 17:07:49 +00:00
eina_main.h eina: make sure eina_threads_init/eina_threads_shutdown are correctly called. 2011-05-02 11:20:00 +00:00
eina_matrixsparse.h doxy -> .h 2011-04-07 12:44:02 +00:00
eina_mempool.h eina: add eina_mempool_repack. 2011-04-11 14:07:42 +00:00
eina_module.h more dox -> .h 2011-04-07 12:57:44 +00:00
eina_object.h class is a reserved word. SPANK SPANK SPANK cedric!!! 2011-04-13 03:08:58 +00:00
eina_prefix.h make docs right 2011-04-24 09:32:16 +00:00
eina_quadtree.h ecrustify testing: looked good so I'm committing for other people to review as well 2010-10-23 06:41:45 +00:00
eina_rbtree.h doxy -> .h 2011-04-07 13:00:10 +00:00
eina_rectangle.h doxy -> .h 2011-04-07 13:01:48 +00:00
eina_refcount.h Eina refcount: Wrap EINA_REFCOUNT_UNREF with do {} while(0). 2011-04-29 18:54:29 +00:00
eina_safety_checks.h doxy -> .h 2011-04-07 13:05:05 +00:00
eina_sched.h doxy -> .h 2011-04-07 13:05:05 +00:00
eina_simple_xml_parser.h more doc -> header. 2011-04-07 11:22:34 +00:00
eina_str.h doxy -> .h 2011-04-07 13:11:27 +00:00
eina_strbuf.h more doxy -> .h 2011-04-07 13:08:48 +00:00
eina_stringshare.h doxy -> .h 2011-04-07 13:13:11 +00:00
eina_tiler.h move docs to .h 2011-04-07 10:26:38 +00:00
eina_trash.h * eina: fix typo. 2010-10-05 11:32:12 +00:00
eina_types.h ecrustify testing: looked good so I'm committing for other people to review as well 2010-10-23 06:41:45 +00:00
eina_unicode.h doxy->h 2011-04-07 13:15:31 +00:00
eina_ustrbuf.h doxy -> .h 2011-04-07 13:17:25 +00:00
eina_ustringshare.h doxy -> .h 2011-04-07 13:17:25 +00:00