index
:
cubeb
384khz
aaudio-buffering
aaudio-by-default
aaudio-input-processing
aaudio-interpolation-and-latency
aaudio-reinit
aaudio-reset-params
aaudio-timeout-restart
android-fixes
buffer-count-opensl
const-fixes
crash-bluetooth
cubeb-log-atomic
cubeb_audio_client_3_CI
devchg_docs
firefox-100
fix-negative-latency
fix-negative-latency-aaudio
fix-tests
fix-warnings
get_max_req_size
higher-rate
master
no-exception-no-rtti
no-unlock
null-check
nullcheck-log
opensl-check-rv
opensl-float-conversion
opensl-record-return
opensl_asserts
processing-params
pulse-get-server-info-null
reclock
reclock-param
record-audio
register_cubeb_thread
resampler-rate-conversion-fix
resize-buf-aaudio
set-processing-params-none
test-multichannel
tsan-fixes
update-submodules
wasapi-no-direct-avrt
wasapi_render_loop_lifecycle
wasapi_render_loop_lifecycle_rebase
winmm-prefill
Cross platform audio library
mozilla
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
cubeb_log.cpp
Age
Commit message (
Expand
)
Author
2023-07-26
Fix clang-tidy warnings in cubeb_log.cpp
Paul Adenot
2022-12-12
Allow the asynchronous logging system to safely delete its storage.
Paul Adenot
2022-12-02
Allow dynamic enabling and disabling of the log, add tests for the logging sy...
Paul Adenot
2022-09-22
Make the log callback and level atomic
Paul Adenot
2022-07-21
Add a header to be able to use a frame profiler in cubeb
Paul Adenot
2022-07-19
Don't print the file name and \n twice when logging asynchronously (#715)
Paul Adenot
2022-06-30
Clarify `cubeb_async_log_reset_threads` declaration.
Matthew Gregan
2021-07-28
Run .clang-format
Chun-Min Chang
2017-08-29
Add a thread reset API for the ring buffer class.
Paul Adenot
2017-04-18
Rename g_log_... to g_cubeb_log_...
Dan Glastonbury
2017-03-29
Bug 1349527 - Remove an extra +1 in cubeb_log_message::cubeb_log_message()
Tristan Bourvon
2017-03-15
Avoid std::thread:sleep_for since we can't use it in Gecko.
Randell Jesup
2017-03-14
Add a way to log messages asynchronously.
Paul Adenot