Age | Commit message (Expand) | Author |
---|---|---|
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 |