efl/legacy/eina/src/lib
Gustavo Sverzut Barbieri e4af7c100c EINA API BREAK: no more individual modules init/shutdown.
Being able to indivually initialize individual modules was initially
"good", but at end it's putting complexities on users that would try
to "optimize" by doing just what they used, but in the end most people
would get them wrong, users would have to do lots of code and etc. At
the end it does not worth.

Most module init just register handful errors and log domains, so are
cheap. The exception is mempool users, that would dlopen() stuff, but
people that are concerned (embedded) can just compile those statically
in eina.

Since at the end any real application would use most of modules, we
actually end saving lots of function calls that would do nothing other
than increment a global counter.

I also did the init/shutdown use an array, making it easier to
maintain. The inital dependencies were analysed by a script I wrote, I
hope it's all right.

Please fix any breakages you find!



SVN revision: 42300
2009-09-06 22:21:56 +00:00
..
.cvsignore Don't display gcov file. 2008-08-01 12:24:53 +00:00
Makefile.am eina_log uses pthreads now (if enabled), so link libeina against pthread 2009-09-04 16:25:18 +00:00
eina_accessor.c EINA API BREAK: no more individual modules init/shutdown. 2009-09-06 22:21:56 +00:00
eina_array.c EINA API BREAK: no more individual modules init/shutdown. 2009-09-06 22:21:56 +00:00
eina_benchmark.c EINA API BREAK: no more individual modules init/shutdown. 2009-09-06 22:21:56 +00:00
eina_convert.c EINA API BREAK: no more individual modules init/shutdown. 2009-09-06 22:21:56 +00:00
eina_counter.c EINA API BREAK: no more individual modules init/shutdown. 2009-09-06 22:21:56 +00:00
eina_cpu.c typo 2009-08-29 20:53:12 +00:00
eina_error.c EINA API BREAK: no more individual modules init/shutdown. 2009-09-06 22:21:56 +00:00
eina_file.c EINA API BREAK: no more individual modules init/shutdown. 2009-09-06 22:21:56 +00:00
eina_hamster.c * add eina_config.h in all source files. Fix linking with Visual Studio 2009-08-28 12:03:34 +00:00
eina_hash.c EINA API BREAK: no more individual modules init/shutdown. 2009-09-06 22:21:56 +00:00
eina_inlist.c EINA API BREAK: no more individual modules init/shutdown. 2009-09-06 22:21:56 +00:00
eina_iterator.c EINA API BREAK: no more individual modules init/shutdown. 2009-09-06 22:21:56 +00:00
eina_lalloc.c EINA API BREAK: no more individual modules init/shutdown. 2009-09-06 22:21:56 +00:00
eina_list.c EINA API BREAK: no more individual modules init/shutdown. 2009-09-06 22:21:56 +00:00
eina_log.c EINA API BREAK: no more individual modules init/shutdown. 2009-09-06 22:21:56 +00:00
eina_magic.c EINA API BREAK: no more individual modules init/shutdown. 2009-09-06 22:21:56 +00:00
eina_main.c EINA API BREAK: no more individual modules init/shutdown. 2009-09-06 22:21:56 +00:00
eina_matrixsparse.c EINA API BREAK: no more individual modules init/shutdown. 2009-09-06 22:21:56 +00:00
eina_mempool.c EINA API BREAK: no more individual modules init/shutdown. 2009-09-06 22:21:56 +00:00
eina_module.c EINA API BREAK: no more individual modules init/shutdown. 2009-09-06 22:21:56 +00:00
eina_rbtree.c EINA API BREAK: no more individual modules init/shutdown. 2009-09-06 22:21:56 +00:00
eina_rectangle.c EINA API BREAK: no more individual modules init/shutdown. 2009-09-06 22:21:56 +00:00
eina_safety_checks.c EINA API BREAK: no more individual modules init/shutdown. 2009-09-06 22:21:56 +00:00
eina_stringshare.c EINA API BREAK: no more individual modules init/shutdown. 2009-09-06 22:21:56 +00:00
eina_tiler.c * add eina_config.h in all source files. Fix linking with Visual Studio 2009-08-28 12:03:34 +00:00
eina_value.c * add eina_config.h in all source files. Fix linking with Visual Studio 2009-08-28 12:03:34 +00:00