efl/legacy/eina/src
Gustavo Sverzut Barbieri b5397eea63 eina_log optimization: allow to compile out some debug messages.
Users may opt to set EINA_LOG_LEVEL_MAXIMUM to some integer and macro
will then evaluate to check for that value before actually call
eina_log_print() macro. By using optimizations compilers will
effectivelly compile out the code if it is never reached, thus saving
the check and function call in possible critical paths.



SVN revision: 42269
2009-09-04 21:28:50 +00:00
..
include eina_log optimization: allow to compile out some debug messages. 2009-09-04 21:28:50 +00:00
lib eina_log uses pthreads now (if enabled), so link libeina against pthread 2009-09-04 16:25:18 +00:00
modules eina_log uses pthreads now (if enabled), so link libeina against pthread 2009-09-04 16:25:18 +00:00
tests eina_matrixsparse: welcome sparse matrix implementation and tests. 2009-09-04 13:43:44 +00:00
.cvsignore Add .cvsignore. 2008-07-30 13:09:03 +00:00
Makefile.am Patch from Vincent Torri that cleanup tests, coverage and benchmark. 2008-09-29 14:35:28 +00:00