aboutsummaryrefslogtreecommitdiffstats
path: root/src/system/ByteOrder.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* system/ByteOrder: testing for endianness in a more general wayFlorian Schlichting2013-11-211-1/+11
| | | | | Fixes build tests on ia64 and mipsel by testing for endianness in a more general / portable way.
* util/ByteOrder: add commentsMax Kellermann2013-11-211-0/+2
|
* util/ByteOrder: indent the preprocessor directivesMax Kellermann2013-11-211-4/+4
| | | | Improve readability.
* system/ByteOrder: fix big-endian supportMax Kellermann2013-11-051-2/+2
| | | | D'oh!
* system/ByteOrder: new library for byte ordering / endianessMax Kellermann2013-10-161-0/+183
Replacing GLib macros.