summaryrefslogtreecommitdiff
path: root/AK/IntrusiveRedBlackTree.h
AgeCommit message (Expand)Author
2022-04-04AK: Add begin_from(V&) APIs to IntrusiveRedBlackTreeIdan Horowitz
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-09-10AK+Kernel: Reduce the number of template parameters of IntrusiveRBTreeAli Mohammad Pur
2021-09-08AK: Add key getter to IntrusiveRedBlackTreeNodeIdan Horowitz
2021-09-08AK: Set IntrusiveRBTree Node key on insertion instead of constructionIdan Horowitz
2021-09-08AK: Make IntrusiveRedBlackTree capable of holding non-raw pointersIdan Horowitz
2021-08-13IntrusiveRedBlackTree: Remove redundant subtraction of 0Lenny Maiorani
2021-07-17AK: Mark RedBlackTree functions as [[nodiscard]]Brian Gianforcaro
2021-07-17AK: Mark AK::IntrusiveRedBlackTree as finalBrian Gianforcaro
2021-04-23Revert "AK: Remove virtual destructors from non-virtual classes"Idan Horowitz
2021-04-23AK: Remove virtual destructors from non-virtual classesLenny Maiorani
2021-04-22AK+Userland: Use idan.horowitz@serenityos.org for my copyright headersIdan Horowitz
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-12AK: Implement IntrusiveRedBlackTree containerIdan Horowitz