efl/legacy/eina/src/include
Gustavo Sverzut Barbieri 66ff799e5e Fix other EINA_PURE/EINA_CONST.
Some of them were working because they were inline, so the compiler
would know an just ignore the flag.

For lists and rbtree there is no problem as after each operation we
must change the pointer to the new head, thus the compiler will
consider it changed.



SVN revision: 46583
2010-02-27 15:17:15 +00:00
..
.cvsignore Add .cvsignore. 2008-07-30 13:09:03 +00:00
Eina.h minor documentation fixes. 2010-02-26 00:57:20 +00:00
Makefile.am eina_str speedups. 2010-02-27 03:42:27 +00:00
eina_accessor.h fix a bit the documentation, but there are still 2009-06-22 20:03:58 +00:00
eina_array.h Fix other EINA_PURE/EINA_CONST. 2010-02-27 15:17:15 +00:00
eina_benchmark.h EINA API BREAK: no more individual modules init/shutdown. 2009-09-06 22:21:56 +00:00
eina_config.h.in * modify the way eina_config.h is built (see eina_config.h.in 2009-06-08 08:27:33 +00:00
eina_convert.h * eina: Cleanup Eina fixed point implementation. 2009-09-29 12:04:50 +00:00
eina_counter.h EINA API BREAK: no more individual modules init/shutdown. 2009-09-06 22:21:56 +00:00
eina_cpu.h * eina: Add eina_cpu_count. 2009-07-30 16:45:15 +00:00
eina_error.h Remove eina_error deprecated functions. 2010-02-26 00:28:58 +00:00
eina_file.h fix a bit the documentation, but there are still 2009-06-22 20:03:58 +00:00
eina_fp.h * eina: Improve precision of f32p32 sinus/cosinus. 2009-12-09 13:03:23 +00:00
eina_hamster.h minor fixes 2009-12-25 16:22:13 +00:00
eina_hash.h Fix other EINA_PURE/EINA_CONST. 2010-02-27 15:17:15 +00:00
eina_inline_array.x * eina: Allow compilation with -Wshadow. 2010-01-23 19:53:27 +00:00
eina_inline_f8p24.x * eina_fp: Fix rounding with Eina_F32p32 multiplaction, add 2009-12-07 09:27:53 +00:00
eina_inline_f16p16.x * eina_fp: Fix rounding with Eina_F32p32 multiplaction, add 2009-12-07 09:27:53 +00:00
eina_inline_f32p32.x constants should be unsigned 2010-02-12 07:27:27 +00:00
eina_inline_fp.x * eina_fp: Fix rounding with Eina_F32p32 multiplaction, add 2009-12-07 09:27:53 +00:00
eina_inline_hash.x constness++ 2009-03-20 01:00:04 +00:00
eina_inline_list.x Patch from quarium. 2008-09-25 14:46:16 +00:00
eina_inline_log.x eina log level utilities. 2010-02-09 01:43:58 +00:00
eina_inline_mempool.x API BREAK: fix Eina API so that it is more consistent with the other EFL 2009-06-24 16:56:49 +00:00
eina_inline_rbtree.x Fix some constness. 2008-11-10 16:23:56 +00:00
eina_inline_rectangle.x eina gets lots of gcc attributes to its api. 2008-12-26 13:17:51 +00:00
eina_inline_str.x eina_str speedups. 2010-02-27 03:42:27 +00:00
eina_inline_stringshare.x new -> news. people with g++ using eina in their c++ stuff will be most 2009-04-09 05:55:51 +00:00
eina_inline_tiler.x Fix eina_tile_grid_slicer_setup when a 0x0 rectangle was given as argument. 2009-09-28 20:03:56 +00:00
eina_inline_trash.x cast. c++ doesn't like the implied void * -> struct * cast. 2009-07-16 03:04:56 +00:00
eina_inlist.h * finish benchmark tutorial 2009-12-27 08:45:30 +00:00
eina_iterator.h * finish benchmark tutorial 2009-12-27 08:45:30 +00:00
eina_lalloc.h API BREAK: fix Eina API so that it is more consistent with the other EFL 2009-06-24 16:56:49 +00:00
eina_list.h * finish benchmark tutorial 2009-12-27 08:45:30 +00:00
eina_log.h minor matching speedups. 2010-02-09 02:13:55 +00:00
eina_magic.h Typo 2010-02-09 21:05:56 +00:00
eina_main.h Eina : now eina stringshare is thread safe if eina_threads_init() is called. Eina log which was thread safe is now thread safe only if the previous functions is called 2009-11-01 19:50:18 +00:00
eina_matrixsparse.h EINA API BREAK: no more individual modules init/shutdown. 2009-09-06 22:21:56 +00:00
eina_mempool.h EINA API BREAK: no more individual modules init/shutdown. 2009-09-06 22:21:56 +00:00
eina_module.h Fix other EINA_PURE/EINA_CONST. 2010-02-27 15:17:15 +00:00
eina_private.h Add EINA_MAGIC to strbuf 2010-01-27 20:48:27 +00:00
eina_rbtree.h eina safety checks. 2008-12-26 18:31:14 +00:00
eina_rectangle.h Fix other EINA_PURE/EINA_CONST. 2010-02-27 15:17:15 +00:00
eina_safety_checks.h minor fixes 2009-12-25 16:22:13 +00:00
eina_str.h missing useful warnings for eina_str 2010-02-27 03:49:13 +00:00
eina_strbuf.h ouch, SPANK SPANK SPANK... me :-( wrong function attributes. 2010-02-27 14:51:52 +00:00
eina_stringshare.h news is a valid stringshare 2010-01-13 21:20:32 +00:00
eina_tiler.h * finish benchmark tutorial 2009-12-27 08:45:30 +00:00
eina_trash.h fix a bit the documentation 2009-08-19 07:54:13 +00:00
eina_types.h TRUE/FALSE are gone, use EINA_TRUE/EINA_FALSE instead. 2010-02-26 00:59:11 +00:00