index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
IntrusiveRedBlackTree.h
Age
Commit message (
Expand
)
Author
2022-12-09
Everywhere: Remove unnecessary AK and Detail namespace scoping
Moustafa Raafat
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-26
AK: Make it possible to not `using` AK classes into the global namespace
Andreas Kling
2022-10-04
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
Nico Weber
2022-04-21
AK: Expose RedBlackTree::find_smallest_not_below()
Tim Schumacher
2022-04-04
AK: Add begin_from(V&) APIs to IntrusiveRedBlackTree
Idan Horowitz
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-09-10
AK+Kernel: Reduce the number of template parameters of IntrusiveRBTree
Ali Mohammad Pur
2021-09-08
AK: Add key getter to IntrusiveRedBlackTreeNode
Idan Horowitz
2021-09-08
AK: Set IntrusiveRBTree Node key on insertion instead of construction
Idan Horowitz
2021-09-08
AK: Make IntrusiveRedBlackTree capable of holding non-raw pointers
Idan Horowitz
2021-08-13
IntrusiveRedBlackTree: Remove redundant subtraction of 0
Lenny Maiorani
2021-07-17
AK: Mark RedBlackTree functions as [[nodiscard]]
Brian Gianforcaro
2021-07-17
AK: Mark AK::IntrusiveRedBlackTree as final
Brian Gianforcaro
2021-04-23
Revert "AK: Remove virtual destructors from non-virtual classes"
Idan Horowitz
2021-04-23
AK: Remove virtual destructors from non-virtual classes
Lenny Maiorani
2021-04-22
AK+Userland: Use idan.horowitz@serenityos.org for my copyright headers
Idan Horowitz
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-12
AK: Implement IntrusiveRedBlackTree container
Idan Horowitz