summaryrefslogtreecommitdiff
path: root/src/lib/eina_log.c
Commit message (Expand)AuthorAgeFilesLines
* ops, last minute api change was not updated...Gustavo Sverzut Barbieri2012-08-011-1/+4
* eina log: expose cross platform way to set console colors.Gustavo Sverzut Barbieri2012-08-011-59/+126
* Eina Log: don't remove a domain from env var list on the first registerBruno Dilly2012-07-051-3/+0
* eina: add backtrace support to eina.Cedric BAIL2012-04-261-2/+0
* eina: completly disable backtrace.Cedric BAIL2012-04-191-1/+3
* eina: disable log backtracking.Cedric BAIL2012-04-191-0/+2
* eina: little improvement for EINA_LOG_BACKTRACE.Cedric BAIL2012-04-191-50/+34
* eina: add backtrace to Eina_Log.Cedric BAIL2012-04-181-0/+53
* eina: disable log if fnmatch is not present.Cedric BAIL2011-12-051-2/+143
* more doxy to .hCarsten Haitzler2011-04-071-666/+0
* Better headers check.Vincent Torri2011-02-171-1/+1
* we null check right before this. seriously.Mike Blumenkrantz2011-01-141-15/+6
* hve to revert these commits. they hve created a whole chunk of 64bitCarsten Haitzler2011-01-071-1/+1
* use configure-time headers checks instead of compiler onesVincent Torri2011-01-071-1/+1
* make eina compile again on Windows CEVincent Torri2011-01-041-3/+12
* closes ticket 634Mike Blumenkrantz2010-11-291-1/+1
* auto-init threads and fix spinlock initialization checks.Gustavo Sverzut Barbieri2010-10-071-4/+23
* add pid to eina log.Carsten Haitzler2010-10-061-33/+49
* Fix typos in docsLucas De Marchi2010-09-101-4/+4
* Evil patch from Evil vtorri. Some improvements to Eina docs.Iván Briano2010-09-081-99/+120
* Fix common misspellingsLucas De Marchi2010-09-081-1/+1
* leak-- in win32 code.Carsten Haitzler2010-08-221-1/+4
* oops - formatting at start too - not just endCarsten Haitzler2010-08-221-38/+38
* fmtingCarsten Haitzler2010-08-221-27/+26
* From: Joerg Sonnenberger <joerg@britannica.bec.de>Joerg Sonnenberger2010-08-221-13/+16
* Convert (hopefully) all comparisons to NULLLucas De Marchi2010-08-211-6/+6
* uncrustify eina.Carsten Haitzler2010-07-281-524/+740
* leak--, thanks cedricVincent Torri2010-07-131-0/+1
* use Win32 native mutex on Windows. To use it, pass the following optionVincent Torri2010-07-131-108/+105
* fix pthread support with mingwVincent Torri2010-05-281-10/+83
* indentation and commentsVincent Torri2010-05-011-23/+31
* add colored log on Windows with the DOS console and MSYSVincent Torri2010-03-261-1/+233
* fix most compilation errors with vc++ (there are still aVincent Torri2010-03-231-6/+12
* doc improvements.Gustavo Sverzut Barbieri2010-02-281-42/+38
* minor documentation fixes.Gustavo Sverzut Barbieri2010-02-261-2/+2
* delete trailing whitespace.Gustavo Sverzut Barbieri2010-02-091-9/+9
* apply global log level if global domain exists.Gustavo Sverzut Barbieri2010-02-091-0/+3
* minor matching speedups.Gustavo Sverzut Barbieri2010-02-091-14/+28
* just try fnmatch (glob) if no specific level was set.Gustavo Sverzut Barbieri2010-02-091-8/+12
* eina log level utilities.Gustavo Sverzut Barbieri2010-02-091-16/+14
* eina log parameters getters and setters.Gustavo Sverzut Barbieri2010-02-091-3/+324
* disable color based on $TERM and isatty().Gustavo Sverzut Barbieri2010-02-081-4/+78
* * fix compilation when iconv.h is detected but libiconv is notVincent Torri2010-02-071-0/+2
* fix header inclusionVincent Torri2010-01-281-3/+5
* * finish benchmark tutorialVincent Torri2009-12-271-149/+148
* minor fixesVincent Torri2009-12-251-2/+5
* use new spinlock detectionVincent Torri2009-12-251-1/+1
* * eina: Now it's possible set a level when eina should abort on log.Cedric BAIL2009-11-131-1/+6
* function defined as void, don't return a valueSebastian Dransfeld2009-11-081-1/+1
* Eina log : check main thread in eina_log_threads_shutdownJonathan Atton2009-11-021-2/+1