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-04-01 | Everywhere: Run clang-format | Idan Horowitz | |
2021-08-02 | AK: Correct Tuple's constructor signatures | Ali Mohammad Pur | |
Tuple previously required rvalue references, this commit makes it accept forwarding references instead (which was the intention all along). | |||
2021-05-18 | AK: Add deduction guides to Tuple | Ali Mohammad Pur | |
2021-05-11 | AK: Add a Tuple implementation | Ali Mohammad Pur | |
Please don't use this outside of metaprogramming needs, *please*. |