index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
Queue.h
Age
Commit message (
Expand
)
Author
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-07-14
AK: Avoid pagefaults when repeatedly enqueing/dequeing items in a Queue
Gunnar Beutner
2021-07-14
AK: Avoid allocations for the Queue class
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-31
Queue: Correctly pass args to enqueue
Lenny Maiorani
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2020-09-25
Meta+AK: Make clang-format-10 clean
Ben Wiederhake
2020-02-25
AK: Make Queue use size_t for its size
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-11-03
AK: Allow overriding the Queue segment size with a template parameter
Andreas Kling
2019-11-03
AK: Add Queue::head()
Andreas Kling
2019-07-28
AK: Add Queue::clear() to clear out a Queue.
Andreas Kling
2019-07-13
AK: Add Queue::enqueue(const T&).
Andreas Kling
2019-06-15
AK: Add a simple Queue<T> class.
Andreas Kling