summaryrefslogtreecommitdiff
path: root/AK/InlineLinkedList.h
AgeCommit message (Collapse)Author
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
This is the style that seems to be used in the rest of AK.
2020-01-18Meta: Add license header to source filesAndreas Kling
As suggested by Joshua, this commit adds the 2-clause BSD license as a comment block to the top of every source file. For the first pass, I've just added myself for simplicity. I encourage everyone to add themselves as copyright holders of any file they've added or modified in some significant way. If I've added myself in error somewhere, feel free to replace it with the appropriate copyright holder instead. Going forward, all new source files should include a license header.
2019-12-22AK: InlineLinkedListIterator operator-> should return m_node directlyAndrew Kaster
Little typo here. Don't think many people use this iterator :)
2019-08-08AK: Add an iterator class for InlineLinkedListAndreas Kling
This makes it possible to iterate over these with range-for. :^)
2019-05-28Add clang-format fileRobin Burchell
Also run it across the whole tree to get everything using the One True Style. We don't yet run this in an automated fashion as it's a little slow, but there is a snippet to do so in makeall.sh.
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