summaryrefslogtreecommitdiff
path: root/log.c
AgeCommit message (Expand)Author
2018-10-16Update a few Doxygen @since tags.Uwe Hermann
2018-08-30log: add a public srd_log_callback_get() API routineGerhard Sittig
2018-04-22log: Move log level check so that it affects all handlers.Uwe Hermann
2018-04-20srd_logv(): Add an explicit fflush().Uwe Hermann
2017-01-07license: remove FSF postal address from boiler plate license textGerhard Sittig
2015-09-13log: Use GLib printf for consistencyDaniel Elstner
2015-09-13Build: Include <config.h> first in all source filesDaniel Elstner
2015-09-13log: Enable varargs format warningsDaniel Elstner
2015-09-13log: Remove srd_log_logdomain_{get,set} from the APIDaniel Elstner
2014-07-08Remove dependency on Python.h from public API headerMarcus Comstedt
2014-05-04log.c: Avoid using the same name for a variable and enum.Uwe Hermann
2014-05-04Update a few Doxygen @since tags.Uwe Hermann
2014-05-03Don't define names ending with _t (POSIX reserved).Uwe Hermann
2013-10-14Code cleanupBert Vermeulen
2013-05-03Main header is <libsigrokdecode/libsigrokdecode.h> now.Uwe Hermann
2013-05-03Doxygen: Add @since markers to API functions.Uwe Hermann
2013-04-23GPL headers: Use correct project name.Uwe Hermann
2013-02-09Doxygen: Initial groups and topic short descriptions.Uwe Hermann
2013-02-09Doxygen: Add @file items for the relevant files.Uwe Hermann
2013-02-09Doxygen: Mark private functions/variables properly.Uwe Hermann
2012-03-04sr/srd: s/handler/callback/.Uwe Hermann
2012-03-02sr: Name all callback data 'cb_data'.Uwe Hermann
2012-02-12srd: last public/private fix, and docs for all publis functions.Bert Vermeulen
2012-02-11Rename 'void *' callback parameters to 'user_data'.Uwe Hermann
2012-02-10srd: Add/use SRD_API/SRD_PRIV macros.Uwe Hermann
2012-02-10srd: More consistent log related function names.Uwe Hermann
2012-01-27srd: use format string where one is expectedBert Vermeulen
2012-01-26srd: Remove manual log domain ("srd: ") prefixes.Uwe Hermann
2012-01-26srd: log: Support for setting a log domain (prefix).Uwe Hermann
2012-01-25srd: Support for registering a custom log handler.Uwe Hermann
2012-01-22srd: make all debugging and error reporting uniformBert Vermeulen
2012-01-05new srd_logic type implementation for PDs to iterate over.Bert Vermeulen
2011-12-22srd: SRD_ERR_ARGS -> SRD_ERR_ARG.Uwe Hermann
2011-12-22srd: Add logging framework.Uwe Hermann