Age | Commit message (Expand) | Author |
---|---|---|
2022-12-06 | Everywhere: Rename to_{string => deprecated_string}() where applicable | Linus Groh |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-11-26 | AK: Make it possible to not `using` AK classes into the global namespace | Andreas Kling |
2022-11-06 | Everywhere: Remove redundant inequality comparison operators | Daniel Bertalan |
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 |
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-09-13 | AK: Remove unimplemented method `fill_buffer` from `UUID` | James Puleo |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-01-12 | AK: Simplify constructors and conversions from nullptr_t | Lenny Maiorani |
2021-01-01 | AK: Add the UUID container | Liav A |