summaryrefslogtreecommitdiff
path: root/AK/Concepts.h
AgeCommit message (Expand)Author
2022-04-20AK: Add a OneOfIgnoringCV conceptAli Mohammad Pur
2022-03-28AK: Add a 'OneOf' conceptAli Mohammad Pur
2022-02-23AK: Add the Fundamental conceptkleines Filmröllchen
2022-02-15AK: Add a 'SpecializationOf' conceptAli Mohammad Pur
2022-01-28AK: Introduce the ArrayLike conceptkleines Filmröllchen
2022-01-27AK: Export the SameAs conceptTimothy Flynn
2021-12-15AK: Add the concept of hash-compatible typesHendiadyoin1
2021-12-15AK: Add a Concept for any String typeHendiadyoin1
2021-07-22AK: Add a concept for iterable containersAli Mohammad Pur
2021-07-04AK+LibIPC: Make all enums codableTimothy
2021-06-24AK: Make C++ concepts support mandatory for compilersDaniel Bertalan
2021-05-16AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`Nicholas Baron
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-10AK+Everywhere: Make StdLibExtras templates less wrapper-yAnotherTest
2021-03-28AK: Add Signed/Unsigned concepts.Michel Hermier
2021-03-28AK: Make Concepts.h and StdLibExtras.h properly alias their own sumbols.Michel Hermier
2021-03-27AK: Add complex number libraryCesar Torres
2020-12-05AK: Pull Is{Integral,FloatingPoint} into the global namespaceLinus Groh
2020-08-17AK: Add SFINAE fallback for AK C++ concepts use, for Coverity compilerBrian Gianforcaro
2020-08-07AK: Remove unnecessary clang-format off comments.asynts
2020-08-06AK: Add Integral and FloatingPoint concepts.asynts