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
/
InlineLinkedList.h
Age
Commit message (
Expand
)
Author
2021-05-16
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
Nicholas Baron
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-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2020-12-02
AK: Add insert_before/insert_after to InlineLinkedList
Tom
2020-09-27
AK: Clear previous/next link in InlineLinkList::remove
Tom
2020-09-25
Meta+AK: Make clang-format-10 clean
Ben Wiederhake
2020-08-05
AK: Use AK relative include style for InlineLinkedList.h
Brian Gianforcaro
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-22
AK: InlineLinkedListIterator operator-> should return m_node directly
Andrew Kaster
2019-08-08
AK: Add an iterator class for InlineLinkedList
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-05-07
AK: Add InlineLinkedList::remove_tail().
Andreas Kling
2018-12-21
Yet another pass of style fixes.
Andreas Kling
2018-12-03
Move InlineLinkedList to AK.
Andreas Kling