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
/
Endian.h
Age
Commit message (
Expand
)
Author
2023-01-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
2023-01-22
AK: Define is_trivially_serializable trait for Little and BigEndian<>
Karol Kosek
2022-12-28
AK: Make BigEndian<> and LittleEndian<> work with enum classes
Nico Weber
2022-12-10
AK: Add Byte accessors for BigEndian and LittleEndian
Tim Schumacher
2022-11-26
AK: Make it possible to not `using` AK classes into the global namespace
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-08-02
AK: Add formatters for BigEndian and LittleEndian
sin-ack
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
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-12-28
AK/Userland: Use AK/Endian.h for portable byte swapping in ntpquery
Andrew Kaster
2020-10-08
Endian: constexpr constructors and conversion operators
Lenny Maiorani
2020-08-29
AK: Don't swap endianness when writing endian wrappers to stream.
asynts
2020-08-25
AK: Add Endian.h header to replace NetworkOrdered.h.
asynts