Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-06 | AK: Add missing headers | Ben Wiederhake | |
Example failure: IDAllocator.h only pulls in AK/Hashtable.h, so any compilation unit that includes AK/IDAllocator.h without including AK/Traits.h before it used to be doomed to fail with the cryptic error message "In instantiation of 'AK::HashTable<T, TraitsForT, IsOrdered>::Iterator AK::HashTable<T, TraitsForT, IsOrdered>::find(const T&) [with T = int; TraitsForT = AK::Traits: incomplete type 'AK::Traits<int>' used in nested name specifier". | |||
2021-09-08 | AK: Make IntrusiveRedBlackTree capable of holding non-raw pointers | Idan Horowitz | |
This is completely based on e4412f1f599bea034dea608b8c7dcc4408d90066 and will allow us to convert some AK::HashMap users in the kernel. |