Age | Commit message (Expand) | Author |
---|---|---|
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-02-16 | AK: Return KString instead of String from encode_hex in the Kernel | Idan Horowitz |
2022-02-16 | AK+Kernel: Return KString from UUID::to_string() in the Kernel | Idan Horowitz |
2022-01-29 | AK+Kernel: Implement UUID mixed endianness support | Liav A |
2022-01-24 | AK+Userland: Make AK::decode_hex() return ErrorOr | Sam Atkins |
2021-11-11 | Everywhere: Pass AK::StringView by value | Andreas Kling |
2021-09-16 | AK: Use default constructor/destructor instead of declaring an empty one | Brian Gianforcaro |
2021-08-03 | Everywhere: Make use of container version of all_of | Lenny Maiorani |
2021-05-16 | AK+Userland: Fix some compiler warnings and make variables const-ref | Gunnar Beutner |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-01-01 | AK: Add the UUID container | Liav A |