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
/
Concepts.h
Age
Commit message (
Expand
)
Author
2022-04-20
AK: Add a OneOfIgnoringCV concept
Ali Mohammad Pur
2022-03-28
AK: Add a 'OneOf' concept
Ali Mohammad Pur
2022-02-23
AK: Add the Fundamental concept
kleines Filmröllchen
2022-02-15
AK: Add a 'SpecializationOf' concept
Ali Mohammad Pur
2022-01-28
AK: Introduce the ArrayLike concept
kleines Filmröllchen
2022-01-27
AK: Export the SameAs concept
Timothy Flynn
2021-12-15
AK: Add the concept of hash-compatible types
Hendiadyoin1
2021-12-15
AK: Add a Concept for any String type
Hendiadyoin1
2021-07-22
AK: Add a concept for iterable containers
Ali Mohammad Pur
2021-07-04
AK+LibIPC: Make all enums codable
Timothy
2021-06-24
AK: Make C++ concepts support mandatory for compilers
Daniel Bertalan
2021-05-16
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
Nicholas Baron
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
2021-03-28
AK: Add Signed/Unsigned concepts.
Michel Hermier
2021-03-28
AK: Make Concepts.h and StdLibExtras.h properly alias their own sumbols.
Michel Hermier
2021-03-27
AK: Add complex number library
Cesar Torres
2020-12-05
AK: Pull Is{Integral,FloatingPoint} into the global namespace
Linus Groh
2020-08-17
AK: Add SFINAE fallback for AK C++ concepts use, for Coverity compiler
Brian Gianforcaro
2020-08-07
AK: Remove unnecessary clang-format off comments.
asynts
2020-08-06
AK: Add Integral and FloatingPoint concepts.
asynts