Jelle Raaijmakers
|
4c88c7445c
|
LibCore: Remove EventReceiver's event filter
This went unused.
|
2025-07-14 11:54:57 +01:00 |
|
Timothy Flynn
|
7280ed6312
|
Meta: Enforce newlines around namespaces
This has come up several times during code review, so let's just enforce
it using a new clang-format 20 option.
|
2025-05-14 02:01:59 -06:00 |
|
Andreas Kling
|
4eda7b5646
|
LibCore: Make EventReceiver ref counting use atomics
This removes a race in ImageDecoder's make_decode_image_job(), where the
ref count of `this` is mutated from separate threads in the callbacks.
|
2024-12-26 13:45:10 +01:00 |
|
Pavel Shliak
|
6f81b80114
|
Everywhere: Include HashMap only where it's actually used
|
2024-12-09 12:31:16 +01:00 |
|
Timothy Flynn
|
93712b24bf
|
Everywhere: Hoist the Libraries folder to the top-level
|
2024-11-10 12:50:45 +01:00 |
|