summaryrefslogtreecommitdiff
path: root/AK/Stack.h
AgeCommit message (Collapse)Author
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-11-26AK: Make it possible to not `using` AK classes into the global namespaceAndreas Kling
This patch adds the `USING_AK_GLOBALLY` macro which is enabled by default, but can be overridden by build flags. This is a step towards integrating Jakt and AK types.
2022-11-26AK: Add contains_slow method to Stackcflip
2022-01-05AK: Use unchecked_append in AK::Stack, as we always validate the sizeBrian Gianforcaro
This removes one additional usage of Vector::append that stops us from disabling it when compiling the Kernel.
2021-05-26AK: Implement AK::StackJesse Buhagiar