summaryrefslogtreecommitdiff
path: root/AK/UUID.cpp
AgeCommit message (Expand)Author
2022-12-20AK: Stop using `DeprecatedString` in `UUID`Jelle Raaijmakers
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-06Everywhere: Remove redundant inequality comparison operatorsDaniel Bertalan
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-16AK: Return KString instead of String from encode_hex in the KernelIdan Horowitz
2022-02-16AK+Kernel: Return KString from UUID::to_string() in the KernelIdan Horowitz
2022-01-29AK+Kernel: Implement UUID mixed endianness supportLiav A
2022-01-24AK+Userland: Make AK::decode_hex() return ErrorOrSam Atkins
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-09-16AK: Use default constructor/destructor instead of declaring an empty oneBrian Gianforcaro
2021-08-03Everywhere: Make use of container version of all_ofLenny Maiorani
2021-05-16AK+Userland: Fix some compiler warnings and make variables const-refGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-01AK: Add the UUID containerLiav A