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
/
HashFunctions.h
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-07
AK: Use a full-period xorshift PRNG for double_hash
Schlufi
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-08
Everywhere: Fix weird includes
Ben Wiederhake
2020-10-21
HashFunctions: constexpr capability
Lenny Maiorani
2020-10-15
AK: Redesign HashTable to use closed hashing
Andreas Kling
2020-09-25
Meta+AK: Make clang-format-10 clean
Ben Wiederhake
2020-03-08
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Andreas Kling
2020-02-25
AK: Provide a ptr_hash(const void*) overload
Andreas Kling
2020-02-25
AK: Add ptr_hash to use int_hash or u64_hash depending on pointer size
joshua stein
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-05
AK: Add a u64 Trait type
Shannon Booth
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-01-31
Big, possibly complete sweep of naming changes.
Andreas Kling
2018-10-27
Better int hashing. This was going to bite me sooner or later.
Andreas Kling