summaryrefslogtreecommitdiff
path: root/AK/Endian.h
AgeCommit message (Expand)Author
2023-01-29AK: Deprecate the old `AK::Stream`Tim Schumacher
2023-01-22AK: Define is_trivially_serializable trait for Little and BigEndian<>Karol Kosek
2022-12-28AK: Make BigEndian<> and LittleEndian<> work with enum classesNico Weber
2022-12-10AK: Add Byte accessors for BigEndian and LittleEndianTim Schumacher
2022-11-26AK: Make it possible to not `using` AK classes into the global namespaceAndreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
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