Age | Commit message (Expand) | Author |
---|---|---|
2021-06-24 | AK: Rename downcast<T> => verify_cast<T> | Andreas Kling |
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-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-10 | AK: TypeCasts.h should include Assertions.h | Andreas Kling |
2021-01-17 | AK: Make is<T>(input) use input.fast_is<T>() if available | Andreas Kling |
2021-01-01 | AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers | Andreas Kling |
2020-07-26 | AK: Add global is<T>() and downcast<T>() | Andreas Kling |