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
/
StdLibExtraDetails.h
Age
Commit message (
Expand
)
Author
2022-04-20
AK: Add a OneOfIgnoringCV concept
Ali Mohammad Pur
2022-04-04
AK: Allow Optional<T&> to exist
Ali Mohammad Pur
2022-03-28
AK: Add a 'OneOf' concept
Ali Mohammad Pur
2022-03-17
Everywhere: Switch from EnableIf to requires
Lenny Maiorani
2021-12-15
AK: Add the concept of hash-compatible types
Hendiadyoin1
2021-12-15
AK: Add helper to test for pointer and cv-pointer at the same time
Hendiadyoin1
2021-12-15
AK: Add a Decay helper for Concepts
Hendiadyoin1
2021-10-21
AK: Add IsPOD<T> template to StdLibExtras
Linus Groh
2021-09-05
AK: Add AssertSize utility template to provide rich type size assertions
Brian Gianforcaro
2021-08-12
AK: Add a IsSpecializationOf<T, Template> type trait
Ali Mohammad Pur
2021-07-22
AK: Add a CommonType<Ts...> type trait
Ali Mohammad Pur
2021-07-04
AK: Add type traits describing supported operations
Daniel Bertalan
2021-07-03
AK: Make smart pointer factories work with aggregates
Daniel Bertalan
2021-06-28
AK: Add and use the RemoveCVReference<T> type trait
Ali Mohammad Pur
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-05-26
AK: Define MakeSigned<...>::Type as void in the base struct
Ali Mohammad Pur
2021-04-22
AK+Userland: Use mpfard@serenityos.org for my copyright headers
Ali Mohammad Pur
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-10
AK+Everywhere: Make StdLibExtras templates less wrapper-y
AnotherTest