index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
UUID.cpp
Age
Commit message (
Expand
)
Author
2022-12-20
AK: Stop using `DeprecatedString` in `UUID`
Jelle Raaijmakers
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-06
Everywhere: Remove redundant inequality comparison operators
Daniel Bertalan
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