]> sigrok.org Git - libsigrok.git/history - log.c
build: Portability fixes.
[libsigrok.git] / log.c
2014-05-04 Uwe Hermannlog.c: Avoid using the same name for a variable and...
2014-05-04 Uwe HermannAdd/update Doxygen @since tags.
2014-05-04 Uwe HermannDon't define names ending with _t (POSIX reserved).
2014-04-25 Uwe HermannDon't include NO_LOG_WRAPPERS in the Doxygen output.
2013-12-27 Martin LingCentralise duplicated logging helper defines.
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2013-04-16 Uwe HermannDoxygen: Add @since markers.
2012-10-22 Uwe HermannDoxygen: Add @file items for the relevant files.
2012-10-22 Uwe HermannDoxygen: Initial groups and topic short descriptions.
2012-10-22 Uwe HermannDoxygen: Mark non-public stuff for exclusion.
2012-07-04 Bert Vermeulensr: moved sigrok.h so libsigrok/libsigrok.h
2012-03-04 Uwe Hermannsr/srd: s/handler/callback/.
2012-03-02 Uwe Hermannsr: Name all callback data 'cb_data'.
2012-02-17 Uwe Hermannsr: Random cosmetics, fix/amend Doxygen comments.
2012-02-10 Uwe Hermannsr: Implement proper logging framework.
2012-02-01 Uwe Hermannsr: Mark API functions with SR_API/SR_PRIV.
2011-12-28 Uwe Hermannlibsigrok: Fix #includes.
2011-05-08 Uwe HermannAdd sr_spew/SR_LOG_SPEW for even more debug output.
2011-05-05 Uwe Hermannlibsigrok/cli: Implement loglevel support.
2011-04-14 Uwe Hermannlibsigrok: Introduce sr_dbg/sr_info/sr_warn/sr_err.