Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-03 | Everywhere: Run clang-format | Linus Groh | |
2022-11-26 | AK: Make it possible to not `using` AK classes into the global namespace | Andreas 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-26 | AK: Add contains_slow method to Stack | cflip | |
2022-01-05 | AK: Use unchecked_append in AK::Stack, as we always validate the size | Brian Gianforcaro | |
This removes one additional usage of Vector::append that stops us from disabling it when compiling the Kernel. | |||
2021-05-26 | AK: Implement AK::Stack | Jesse Buhagiar | |