Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-07-04 | AK: Add header for generic shorthands | FrHun | |
These are functions that can be expressed with just normal operators, but would be very repetetive. |