summaryrefslogtreecommitdiff
path: root/AK/SinglyLinkedList.h
AgeCommit message (Expand)Author
2019-07-08AK: Add some missing includes in SinglyLinkedList.Andreas Kling
2019-06-29AK: Allow HashMap to be used with non-default-constructible values.Andreas Kling
2019-06-29AK: Defer to Traits<T> for equality comparison in container templates.Andreas Kling
2019-06-27AK: Use a SinglyLinkedList<T> as HashTable's bucket chain storage.Andreas Kling
2019-06-15AK: Add a simple Queue<T> class.Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-03-13AK: Fix node leak in SinglyLinkedList::take_first().Andreas Kling
2019-03-11Kernel: Add a NetworkTask and a received network packet queue.Andreas Kling
2019-01-31Big, possibly complete sweep of naming changes.Andreas Kling
2019-01-19Coding style fixes in AK.Andreas Kling
2018-12-21Yet another pass of style fixes.Andreas Kling
2018-10-13Make SinglyLinkedList destruction actually work.Andreas Kling
2018-10-10Import all this stuff into a single repo called Serenity.Andreas Kling