efl/legacy
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
..
ecore formatting 2009-09-05 08:52:41 +00:00
edje Formatting. 2009-09-02 15:48:34 +00:00
eet et_init should fail if eina_init fails 2009-09-04 05:03:47 +00:00
efreet formatting 2009-08-29 05:29:05 +00:00
eina EINA API BREAK: no more individual modules init/shutdown. 2009-09-06 22:21:56 +00:00
embryo back to pre ver's 2009-07-29 08:19:34 +00:00
emotion * emotion: Remove Evas_Bool. 2009-06-18 08:01:23 +00:00
ethumb loggify ethumb. 2009-09-04 19:27:12 +00:00
evas fix build when async events are not enabled 2009-09-05 07:56:03 +00:00
evil * src/lib/dlfcn/dlfcn.c: 2009-08-27 08:19:06 +00:00