Age | Commit message (Expand) | Author |
---|---|---|
2021-07-16 | AK+Kernel: Implement and use EnumBits has_any_flag() | Timothy |
2021-07-16 | AK: Change EnumBits has_flag() to check all flags in mask are present | Timothy |
2021-04-22 | Everywhere: Use bgianf@serenityos.org for my copyright attribution | Brian Gianforcaro |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-21 | Everywhere: Remove redundant inline keyword with constexpr | Lenny Maiorani |
2021-04-10 | AK+Everywhere: Make StdLibExtras templates less wrapper-y | AnotherTest |
2021-03-08 | AK: Add AK_ENUM_BITWISE_OPERATORS(..) to enable type-safe enum bitwise operat... | Brian Gianforcaro |