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
/
Trie.h
Age
Commit message (
Expand
)
Author
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-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-16
AK+Kernel: Specialize Trie for NNOP<KString> and use it in UnveilNode
Idan Horowitz
2022-02-15
AK+Kernel: OOM-harden most parts of Trie
Ali Mohammad Pur
2022-02-03
AK: Stop using the make<T> factory function in Trie
Idan Horowitz
2022-01-05
AK: Use MUST + try_empend so AK::Trie continues to compile in the kernel
Brian Gianforcaro
2021-06-08
AK: Add children() accessor to Trie
Max Wipfli
2021-05-19
Everywhere: Add missing includes for <AK/OwnPtr.h>
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-11
AK: Annotate Trie functions as [[nodiscard]]
Brian Gianforcaro
2021-04-10
AK+Everywhere: Make StdLibExtras templates less wrapper-y
AnotherTest
2020-12-30
AK: Replace some SFINAE with requires clauses, clean up existing ones
Andrew Kaster
2020-12-26
AK: Fix busted Trie test
AnotherTest
2020-12-26
AK: Add a prefix tree implementation
AnotherTest