Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-22 | AK: InlineLinkedListIterator operator-> should return m_node directly | Andrew Kaster | |
Little typo here. Don't think many people use this iterator :) | |||
2019-08-08 | AK: Add an iterator class for InlineLinkedList | Andreas Kling | |
This makes it possible to iterate over these with range-for. :^) | |||
2019-05-28 | Add clang-format file | Robin 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-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 | |