summaryrefslogtreecommitdiff
path: root/libweston/weston-log.c
Commit message (Expand)AuthorAgeFilesLines
* weston-log: Fix documentation for weston_log_subscription_createMarius Vlad2022-07-011-2/+0
* weston-log: Extract helper for generating a time stampMarius Vlad2022-03-101-0/+50
* libweston: fix typosMaxime Roussin-BĂ©langer2021-02-241-2/+2
* weston-log-wayland: make stream_destroy() use weston_log_subscriber_release()Leandro Ribeiro2020-02-101-24/+0
* weston-log: share code between weston_log_scope_destroy() and weston_log_subs...Leandro Ribeiro2020-02-101-13/+5
* weston-log: destroy subscriptions with destruction of subscribersLeandro Ribeiro2020-02-101-0/+15
* weston-log: merge functions that destroy different types of subscribersLeandro Ribeiro2020-02-101-0/+15
* weston-log: rename weston_log_subscriber::destroy to destroy_subscriptionLeandro Ribeiro2020-02-101-2/+2
* weston-log: replace weston_log_ctx_compositor_destroy() by weston_log_ctx_des...Leandro Ribeiro2020-01-291-7/+41
* weston-log: rename weston_log_ctx_compositor_create() to weston_log_ctx_create()Leandro Ribeiro2020-01-291-1/+1
* weston-log: fold weston_log_ctx_compositor_setup() into weston_compositor_cre...Leandro Ribeiro2020-01-291-22/+0
* weston-log: add function to avoid direct access to compositor members in non-...Leandro Ribeiro2020-01-291-4/+42
* weston-log: rename the confusing function name weston_compositor_add_log_scope()Leandro Ribeiro2020-01-291-1/+2
* weston-log: rename the confusing function name weston_compositor_log_scope_de...Leandro Ribeiro2020-01-271-3/+3
* weston-log: rename the confusing function name weston_compositor_add_log_scope()Leandro Ribeiro2020-01-271-10/+10
* weston-log: Avoid prefix-matching the scope name when checking for aMarius Vlad2019-11-051-1/+1
* weston-log: Add a subscription iteratorMarius Vlad2019-10-171-0/+33
* weston-log-internal: Allow to hang-off data over the subscriptionMarius Vlad2019-10-171-0/+16
* weston-log: Add 'destroy_subscription' callback for the subscriptionMarius Vlad2019-10-171-0/+9
* weston-log: 'new_subscriber' is actually 'new_subscription'Marius Vlad2019-10-171-12/+12
* Unify the include style of shared/ headersPekka Paalanen2019-10-041-1/+1
* weston-log: Return bytes written for 'printf()' and 'vprintf()' functionsMarius Vlad2019-08-191-5/+10
* weston-log: Start adding documentation for the logging/debugging frameworkMarius Vlad2019-07-181-10/+41
* weston-log: Removed compositor_destroy_listener from the log contextMarius Vlad2019-07-181-1/+0
* weston-log: Remove weston_log() calls from weston-logMarius Vlad2019-07-181-7/+7
* weston-log: Rename scope's 'begin_cb' callback to 'new_subscriber'Marius Vlad2019-07-181-19/+76
* weston-log/weston-log-wayland: Inline private subscription functionsMarius Vlad2019-07-181-23/+25
* weston-log: Introduce subscribe functionalityMarius Vlad2019-07-181-34/+179
* weston-debug: Rename weston-debug to weston-log to better reflect its purposeMarius Vlad2019-07-181-0/+665