summaryrefslogtreecommitdiff
path: root/AK/InlineLinkedList.h
AgeCommit message (Expand)Author
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12AK: Simplify constructors and conversions from nullptr_tLenny Maiorani
2020-12-02AK: Add insert_before/insert_after to InlineLinkedListTom
2020-09-27AK: Clear previous/next link in InlineLinkList::removeTom
2020-09-25Meta+AK: Make clang-format-10 cleanBen Wiederhake
2020-08-05AK: Use AK relative include style for InlineLinkedList.hBrian Gianforcaro
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-22AK: InlineLinkedListIterator operator-> should return m_node directlyAndrew Kaster
2019-08-08AK: Add an iterator class for InlineLinkedListAndreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-05-07AK: Add InlineLinkedList::remove_tail().Andreas Kling
2018-12-21Yet another pass of style fixes.Andreas Kling
2018-12-03Move InlineLinkedList to AK.Andreas Kling