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
/
Traits.h
Age
Commit message (
Expand
)
Author
2021-08-27
AK: Add Traits for Enums
kleines Filmröllchen
2021-07-12
AK: Make Traits<T*> use ptr_hash() and not assume 32-bit pointers
Ali Mohammad Pur
2021-07-12
AK: Replace all explicit specialisations of Traits with a single one
Ali Mohammad Pur
2021-05-08
AK: Add ConstPeekType to Traits
Itamar
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-11
AK: Find a value in any container offering iterators
Lenny Maiorani
2020-12-19
AK: Add hash implementations for i16 and i64
Sahan Fernando
2020-11-29
AK: Add missing GenericTraits<u8>
devashish
2020-02-16
AK: Add HashMap, HashTable and Traits to Forward.h
Andreas Kling
2020-02-10
AK: Remove bitrotted Traits::dump() mechanism
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-05
AK: Add a u64 Trait type
Shannon Booth
2019-08-14
AK: Make it possible to use HashMap<K, NonnullOwnPtr>::get()
Andreas Kling
2019-08-07
Vector: Use memcmp for comparing two vectors with trivial elements
Andreas Kling
2019-08-07
Vector: Use memmove() for moving trivial types around more
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-29
AK: Defer to Traits<T> for equality comparison in container templates.
Andreas Kling
2019-06-22
LibHTML: Make it possible to build LibHTML on the host.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-03-13
IPv4: Dynamically allocate the UDP source port if needed.
Andreas Kling
2019-01-31
Big, possibly complete sweep of naming changes.
Andreas Kling
2019-01-17
Get rid of #ifdef SERENITY. We're past that phase of bootstrapping.
Andreas Kling
2018-10-29
Fix broken SpinLock.
Andreas Kling
2018-10-27
Better int hashing. This was going to bite me sooner or later.
Andreas Kling
2018-10-17
Integrate ext2 from VFS into Kernel.
Andreas Kling
2018-10-11
Support arbitrary pointer traits.
Andreas Kling
2018-10-10
Import all this stuff into a single repo called Serenity.
Andreas Kling