aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_log.cpp
AgeCommit message (Expand)Author
2023-07-26Fix clang-tidy warnings in cubeb_log.cppPaul Adenot
2022-12-12Allow the asynchronous logging system to safely delete its storage.Paul Adenot
2022-12-02Allow dynamic enabling and disabling of the log, add tests for the logging sy...Paul Adenot
2022-09-22Make the log callback and level atomicPaul Adenot
2022-07-21Add a header to be able to use a frame profiler in cubebPaul Adenot
2022-07-19Don't print the file name and \n twice when logging asynchronously (#715)Paul Adenot
2022-06-30Clarify `cubeb_async_log_reset_threads` declaration.Matthew Gregan
2021-07-28Run .clang-formatChun-Min Chang
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-29Bug 1349527 - Remove an extra +1 in cubeb_log_message::cubeb_log_message()Tristan Bourvon
2017-03-15Avoid std::thread:sleep_for since we can't use it in Gecko.Randell Jesup
2017-03-14Add a way to log messages asynchronously.Paul Adenot