Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-08-23 | system/ByteOrder: <endian.h> is a non-standard header that only Linux provides. | Thomas Klausner | 1 | -0/+10 | |
2013-11-21 | system/ByteOrder: testing for endianness in a more general way | Florian Schlichting | 1 | -1/+11 | |
Fixes build tests on ia64 and mipsel by testing for endianness in a more general / portable way. | |||||
2013-11-21 | util/ByteOrder: add comments | Max Kellermann | 1 | -0/+2 | |
2013-11-21 | util/ByteOrder: indent the preprocessor directives | Max Kellermann | 1 | -4/+4 | |
Improve readability. | |||||
2013-11-05 | system/ByteOrder: fix big-endian support | Max Kellermann | 1 | -2/+2 | |
D'oh! | |||||
2013-10-16 | system/ByteOrder: new library for byte ordering / endianess | Max Kellermann | 1 | -0/+183 | |
Replacing GLib macros. |