1. 1d009c2 libweston: fix typos by Maxime Roussin-Bélanger · 4 years, 8 months ago
  2. d65483e weston-log-wayland: make stream_destroy() use weston_log_subscriber_release() by Leandro Ribeiro · 5 years ago
  3. 97d2d69 weston-log: share code between weston_log_scope_destroy() and weston_log_subscriber_release() by Leandro Ribeiro · 5 years ago
  4. 23491cd weston-log: destroy subscriptions with destruction of subscribers by Leandro Ribeiro · 5 years ago
  5. 1ded661 weston-log: merge functions that destroy different types of subscribers by Leandro Ribeiro · 5 years ago
  6. 8c02ea1 weston-log: rename weston_log_subscriber::destroy to destroy_subscription by Leandro Ribeiro · 5 years ago
  7. 4ec38d1 weston-log: replace weston_log_ctx_compositor_destroy() by weston_log_ctx_destroy() by Leandro Ribeiro · 6 years ago
  8. 4f13595 weston-log: rename weston_log_ctx_compositor_create() to weston_log_ctx_create() by Leandro Ribeiro · 6 years ago
  9. bd9c0a6 weston-log: fold weston_log_ctx_compositor_setup() into weston_compositor_create() by Leandro Ribeiro · 6 years ago
  10. f66685d weston-log: add function to avoid direct access to compositor members in non-core code by Leandro Ribeiro · 6 years ago
  11. ac691a8 weston-log: rename the confusing function name weston_compositor_add_log_scope() by Leandro Ribeiro · 6 years ago
  12. f014964 weston-log: rename the confusing function name weston_compositor_log_scope_destroy() by Leandro Ribeiro · 6 years ago
  13. 5976dbb weston-log: rename the confusing function name weston_compositor_add_log_scope() by Leandro Ribeiro · 6 years ago
  14. f68ee07 weston-log: Avoid prefix-matching the scope name when checking for a by Marius Vlad · 6 years ago
  15. d0d89d0 weston-log: Add a subscription iterator by Marius Vlad · 6 years ago
  16. 410d0bc weston-log-internal: Allow to hang-off data over the subscription by Marius Vlad · 6 years ago
  17. 9bb1c3a weston-log: Add 'destroy_subscription' callback for the subscription by Marius Vlad · 6 years ago
  18. 0c7beb0 weston-log: 'new_subscriber' is actually 'new_subscription' by Marius Vlad · 6 years ago
  19. c232f8d Unify the include style of shared/ headers by Pekka Paalanen · 6 years ago
  20. 843b238 weston-log: Return bytes written for 'printf()' and 'vprintf()' functions by Marius Vlad · 6 years ago
  21. 8b8b803 weston-log: Start adding documentation for the logging/debugging framework by Marius Vlad · 6 years ago
  22. 3d3ba95 weston-log: Removed compositor_destroy_listener from the log context by Marius Vlad · 6 years ago
  23. ef4c268 weston-log: Remove weston_log() calls from weston-log by Marius Vlad · 6 years ago
  24. dad882a weston-log: Rename scope's 'begin_cb' callback to 'new_subscriber' by Marius Vlad · 6 years ago
  25. 5ae0e62 weston-log/weston-log-wayland: Inline private subscription functions by Marius Vlad · 6 years ago
  26. 9f71a4a weston-log: Introduce subscribe functionality by Marius Vlad · 6 years ago
  27. c901e89 weston-debug: Rename weston-debug to weston-log to better reflect its purpose by Marius Vlad · 6 years ago[Renamed (99%) from libweston/weston-debug.c]
  28. 69e7571 weston-debug: Migrate weston_debug_stream to weston_log_wayland file by Marius Vlad · 6 years ago
  29. 8f329e2 weston-debug: Make it easier to separate weston_debug_stream by Marius Vlad · 6 years ago
  30. 7814f30 weston-debug: Convert weston_debug_stream to use the subscriber base class by Marius Vlad · 6 years ago
  31. e0a858a weston-debug: Introduce weston_log_subscription and weston_log_subscriber objects by Marius Vlad · 6 years ago
  32. a2dace2 libweston: Fix/clean-up doxygen warnings by Marius Vlad · 6 years ago
  33. f4f4c2b libweston: Add weston-debug header to libweston by Marius Vlad · 6 years ago
  34. 6f09866 weston-debug: Remove weston_compositor from weston_log_context by Marius Vlad · 6 years ago
  35. 7e4db95 libweston: Rename weston_debug_scope_ to weston_log_scope_ by Marius Vlad · 6 years ago
  36. 5d5e335 libweston: Rename weston_debug_scope to weston_log_scope by Marius Vlad · 6 years ago
  37. 3d7d978 libweston: Rename weston_debug_compositor to weston_log_context by Marius Vlad · 6 years ago
  38. 1e2fda2 compositor: Convert weston-debug framework to use weston_debug_compositor by Marius Vlad · 6 years ago
  39. 880b485 libweston: Decouple weston_debug_compositor from weston_compositor by Marius Vlad · 6 years ago
  40. 3d5d947 Rename compositor.h to libweston/libweston.h by Pekka Paalanen · 6 years ago
  41. 426c246 Fix typos all around (thanks codespell!) by Emmanuel Gil Peyrot · 6 years ago
  42. d9bcc0b libweston/weston-debug: Add a easy way to determine if the debug protocol has been enabled by Marius Vlad · 7 years ago
  43. a5630ea libweston: add weston_debug API and implementation by Pekka Paalanen · 8 years ago