Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.github/workflows/ | 25-Apr-2025 | - | 202 | 187 | ||
benchmark/ | 25-Apr-2025 | - | 39 | 29 | ||
doc/ | 25-Apr-2025 | - | 2,710 | 2,149 | ||
example/ | 25-Apr-2025 | - | 381 | 223 | ||
include/boost/ | 25-Apr-2025 | - | 3,000 | 2,010 | ||
meta/ | 25-Apr-2025 | - | 18 | 17 | ||
test/ | 25-Apr-2025 | - | 8,581 | 6,863 | ||
.gitattributes | D | 25-Apr-2025 | 3.8 KiB | 97 | 91 | |
.travis.yml | D | 25-Apr-2025 | 10.4 KiB | 406 | 353 | |
CMakeLists.txt | D | 25-Apr-2025 | 628 | 27 | 18 | |
README.md | D | 25-Apr-2025 | 574 | 21 | 14 | |
appveyor.yml | D | 25-Apr-2025 | 2 KiB | 67 | 56 |
README.md
1# Boost.Endian 2 3The Endian library provides facilities for dealing with 4[endianness](https://en.wikipedia.org/wiki/Endianness). 5It's part of Boost since release 1.58.0. See 6[the documentation](http://boost.org/libs/endian) for more information. 7 8## Supported compilers 9 10* g++ 4.4 or later 11* clang++ 3.3 or later 12* Visual Studio 2008 or later 13 14Tested on [Travis](https://travis-ci.org/boostorg/endian/) and 15[Appveyor](https://ci.appveyor.com/project/pdimov/endian/). 16 17## License 18 19Distributed under the 20[Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt). 21