summaryrefslogtreecommitdiff
path: root/AK/Endian.h
AgeCommit message (Expand)Author
2021-08-02AK: Add formatters for BigEndian and LittleEndiansin-ack
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12AK: Simplify constructors and conversions from nullptr_tLenny Maiorani
2020-12-31Everywhere: Re-format with clang-format-11Linus Groh
2020-12-28AK/Userland: Use AK/Endian.h for portable byte swapping in ntpqueryAndrew Kaster
2020-10-08Endian: constexpr constructors and conversion operatorsLenny Maiorani
2020-08-29AK: Don't swap endianness when writing endian wrappers to stream.asynts
2020-08-25AK: Add Endian.h header to replace NetworkOrdered.h.asynts