summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/SharedCircularQueue.h
AgeCommit message (Expand)Author
2023-01-28LibCore: Remove `try_` prefix from fallible SharedCircularQueue methodsLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-03Everywhere: Remove 'clang-format off' comments that are no longer neededLinus Groh
2022-08-23LibCore: Fix deadlock in SharedSingleProducerCircularQueuekleines Filmröllchen
2022-08-01AK: Prefix CACHE_ALIGNED & SYSTEM_CACHE_ALIGNMENT_SIZEBrian Gianforcaro
2022-07-12Everywhere: Split Error::from_string_literal and Error::from_string_viewsin-ack
2022-04-29LibCore: Simplify conditional logic in SharedCircularQueueJelle Raaijmakers
2022-04-21LibCore: Introduce SharedSingleProducerCircularQueuekleines Filmröllchen