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.h
Age
Commit message (
Expand
)
Author
2022-10-19
Properly compare against current log level
Ty Lamontagne
2022-09-29
Clarify `cubeb_log_get_{log,callback}()` declaration.
Matthew Gregan
2022-09-22
Make the log callback and level atomic
Paul Adenot
2022-07-19
Don't print the file name and \n twice when logging asynchronously (#715)
Paul Adenot
2022-07-18
Check log level in asynchronous logging macros before printing (#714)
az
2022-06-30
Clarify `cubeb_async_log_reset_threads` declaration.
Matthew Gregan
2021-07-28
Run .clang-format
Chun-Min Chang
2020-10-28
AAudio: Address first review comments
nyorain
2020-04-09
Only print the filename when logging (#581)
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-14
Add a way to log messages asynchronously.
Paul Adenot
2016-10-28
Add __attribute__((format)) to log_callback on GCC and Clang.
Matthew Gregan
2016-10-12
Simplfy LOG*() macros and pass valist through to log callback.
Matthew Gregan
2016-10-12
Replace autotools build system with CMake.
Matthew Gregan
2016-10-11
Don't clobber common variable in LOG_INTERNAL macro.
Matthew Gregan
2016-10-10
Reverse the log level comparison so that it works.
Paul Adenot
2016-10-10
Address review comments.
Paul Adenot
2016-10-10
Implement the logging system
Paul Adenot