summaryrefslogtreecommitdiff
path: root/AK/Concepts.h
AgeCommit message (Expand)Author
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