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
/
RedBlackTree.h
Age
Commit message (
Expand
)
Author
2021-08-06
Kernel: Rename Kernel/VM/ to Kernel/Memory/
Andreas Kling
2021-07-17
AK: Mark RedBlackTree functions as [[nodiscard]]
Brian Gianforcaro
2021-07-17
AK: Mark RedBlackTree as final
Brian Gianforcaro
2021-07-17
AK: Mark RedBlackTree find APIs as [[nodiscard]]
Brian Gianforcaro
2021-07-15
AK: Allow getting the key from a RedBlackTree iterator
Andreas Kling
2021-07-15
AK: Make RedBlackTree non-copyable and non-movable
Andreas Kling
2021-07-15
AK: Expose RedBlackTree allocation failures via try_insert
Idan Horowitz
2021-06-19
AK: Add RedBlackTree::find_largest_not_above_iterator
Itamar
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-18
Everywhere: Fix a bunch of typos
Linus Groh
2021-04-12
AK: Implement RedBlackTree container
Idan Horowitz