aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_log.h
AgeCommit message (Expand)Author
2017-08-29Add a thread reset API for the ring buffer class.Paul Adenot
2017-04-18Rename g_log_... to g_cubeb_log_...Dan Glastonbury
2017-03-14Add a way to log messages asynchronously.Paul Adenot
2016-10-28Add __attribute__((format)) to log_callback on GCC and Clang.Matthew Gregan
2016-10-12Simplfy LOG*() macros and pass valist through to log callback.Matthew Gregan
2016-10-12Replace autotools build system with CMake.Matthew Gregan
2016-10-11Don't clobber common variable in LOG_INTERNAL macro.Matthew Gregan
2016-10-10Reverse the log level comparison so that it works.Paul Adenot
2016-10-10Address review comments.Paul Adenot
2016-10-10Implement the logging systemPaul Adenot