eina: completly disable backtrace.
[framework/uifw/eina.git] / src / lib / eina_log.c
2012-04-19 cedriceina: completly disable backtrace.
2012-04-19 cedriceina: disable log backtracking.
2012-04-19 cedriceina: little improvement for EINA_LOG_BACKTRACE.
2012-04-18 cedriceina: add backtrace to Eina_Log.
2011-12-05 cedriceina: disable log if fnmatch is not present.
2011-04-07 rastermore doxy to .h
2011-02-17 caroBetter headers check.
2011-01-14 discomfitorwe null check right before this. seriously.
2011-01-07 rasterhve to revert these commits. they hve created a whole...
2011-01-07 carouse configure-time headers checks instead of compiler...
2011-01-04 caromake eina compile again on Windows CE
2010-11-29 discomfitorcloses ticket 634
2010-10-07 barbieriauto-init threads and fix spinlock initialization checks.
2010-10-06 rasteradd pid to eina log.
2010-09-10 lucasFix typos in docs
2010-09-08 sachielEvil patch from Evil vtorri. Some improvements to Eina...
2010-09-08 lucasFix common misspellings
2010-08-22 rasterleak-- in win32 code.
2010-08-22 rasteroops - formatting at start too - not just end
2010-08-22 rasterfmting
2010-08-22 rasterFrom: Joerg Sonnenberger <joerg@britannica.bec.de>
2010-08-21 lucasConvert (hopefully) all comparisons to NULL
2010-07-28 rasteruncrustify eina.
2010-07-13 caroleak--, thanks cedric
2010-07-13 carouse Win32 native mutex on Windows. To use it, pass...
2010-05-28 carofix pthread support with mingw
2010-05-01 caroindentation and comments
2010-03-26 caroadd colored log on Windows with the DOS console and...
2010-03-23 carofix most compilation errors with vc++ (there are still a
2010-02-28 barbieridoc improvements.
2010-02-26 barbieriminor documentation fixes.
2010-02-09 barbieridelete trailing whitespace.
2010-02-09 barbieriapply global log level if global domain exists.
2010-02-09 barbieriminor matching speedups.
2010-02-09 barbierijust try fnmatch (glob) if no specific level was set.
2010-02-09 barbierieina log level utilities.
2010-02-09 barbierieina log parameters getters and setters.
2010-02-08 barbieridisable color based on $TERM and isatty().
2010-02-07 caro * fix compilation when iconv.h is detected but libicon...
2010-01-28 carofix header inclusion
2009-12-27 caro * finish benchmark tutorial
2009-12-25 carominor fixes
2009-12-25 carouse new spinlock detection
2009-11-13 cedric * eina: Now it's possible set a level when eina should...
2009-11-08 englebassfunction defined as void, don't return a value
2009-11-02 watchwolfEina log : check main thread in eina_log_threads_shutdown
2009-11-01 watchwolfEina : add a prefix to STRINGSHARE_LOCK and LOG_LOCK
2009-11-01 watchwolfEina : now eina stringshare is thread safe if eina_thre...
2009-10-28 devilhornsPatch to allow a quieter eina when using eina_log in...
2009-09-14 cedric * eina_log: Fallback to mutex when spinlock doesn...
2009-09-07 diebFix segv reported by Peter Wehrfritz on eina init/shutd...
2009-09-06 barbieriallocate more buckets on init to save couple of realloc...
2009-09-06 barbieriEINA API BREAK: no more individual modules init/shutdown.
2009-09-06 caroshut down safety checks in the log module
2009-09-04 barbierieina_log: be able to disable function or line.
2009-09-04 barbierimake it easier to spot wrong users of eina_log_print()
2009-09-04 barbierieina_log_vprint() for those that want to wrap it in...
2009-09-04 barbierieina_safety_checks_init()
2009-09-03 barbierieina_log: CONVENTION BREAK!!!! automatically adds \n
2009-09-03 barbierieina_log: thread safe logging!
2009-09-03 barbierieina_log: fix error handling and handle deleted domains.
2009-09-03 barbierieina_log: fix stderr, improve log output.
2009-09-02 barbierieina_log improvements: docs, micro optimizations and...
2009-08-28 caro * add eina_config.h in all source files. Fix linking...
2009-08-28 caro * declare variables at the beginning of the block
2009-08-24 diebInitial import of the new eina logging API.