• Home
Name Date Size #Lines LOC

..--

.github/workflows/04-Jul-2025-202187

benchmark/04-Jul-2025-3929

doc/04-Jul-2025-2,7102,149

example/04-Jul-2025-381223

include/boost/04-Jul-2025-3,0002,010

meta/04-Jul-2025-1817

test/04-Jul-2025-8,5816,863

.gitattributesD04-Jul-20253.8 KiB9791

.travis.ymlD04-Jul-202510.4 KiB406353

CMakeLists.txtD04-Jul-2025628 2718

README.mdD04-Jul-2025574 2114

appveyor.ymlD04-Jul-20252 KiB6756

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