aboutsummaryrefslogtreecommitdiffstats
path: root/src/system/ByteOrder.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-21system/ByteOrder: testing for endianness in a more general wayFlorian Schlichting1-1/+11
Fixes build tests on ia64 and mipsel by testing for endianness in a more general / portable way.
2013-11-21util/ByteOrder: add commentsMax Kellermann1-0/+2
2013-11-21util/ByteOrder: indent the preprocessor directivesMax Kellermann1-4/+4
Improve readability.
2013-11-05system/ByteOrder: fix big-endian supportMax Kellermann1-2/+2
D'oh!
2013-10-16system/ByteOrder: new library for byte ordering / endianessMax Kellermann1-0/+183
Replacing GLib macros.