summaryrefslogtreecommitdiff
path: root/AK/CircularQueue.h
AgeCommit message (Expand)Author
2023-01-14AK: Remove `CircularDuplexStream`Tim Schumacher
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-11-26AK: Make it possible to not `using` AK classes into the global namespaceAndreas Kling
2022-04-03AK: Add non-const iterator for CircularQueuekleines Filmröllchen
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-11-14AK: Resolve clang-tidy readability-bool-conversion warningsAndrew Kaster
2021-10-08AK: Calculate CircularQueue::end() correctly (for real this time)Peter Elliott
2021-10-06AK: Calculate CircularQueue::end() correctlyPeter Elliott
2021-09-16AK: Use default constructor/destructor instead of declaring an empty oneBrian Gianforcaro
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-31CircularQueue: Correctly pass args to enqueueLenny Maiorani
2020-08-26AK: Add CircularDuplexStream class.asynts
2020-02-26CircularQueue: Move construct a T object instead of copy constructing ithowar6hill
2020-02-20AK: Use size_t for CircularQueue and CircularDequeAndreas Kling
2020-02-16AK: Add missing include in CircularQueue.hAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-10-23AK: Make it possible to store complex types in a CircularQueueAndreas Kling
2019-10-20AK: Add CircularDeque.Drew Stratford
2019-05-28Add clang-format fileRobin Burchell
2019-04-20Snake: Clear the movement queue on game reset.Andreas Kling
2019-04-20Snake: Use a queue for the movement inputs.Andreas Kling
2019-04-14WindowServer: Move the CPU monitor thingy to its own class.Andreas Kling
2019-03-27WindowServer: Move the CPU usage graph updates to a secondary thread.Andreas Kling
2019-03-15AK: Add CircularQueue::at().Andreas Kling
2019-02-26WindowServer: Add a simple CPU usage graph to the global menu bar.Andreas Kling
2019-01-28Expose the kernel log buffer through /proc/dmesg.Andreas Kling
2018-12-03More coding style changes.Andreas Kling
2018-11-12Add primitive FIFO and hook it up to sys$pipe().Andreas Kling
2018-10-23Lots of hacking:Andreas Kling
2018-10-22Add a CircularQueue template class to AK.Andreas Kling