• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

.github/workflows/25-Apr-2025-202187

benchmark/25-Apr-2025-3929

doc/25-Apr-2025-2,7102,149

example/25-Apr-2025-381223

include/boost/25-Apr-2025-3,0002,010

meta/25-Apr-2025-1817

test/25-Apr-2025-8,5816,863

.gitattributesD25-Apr-20253.8 KiB9791

.travis.ymlD25-Apr-202510.4 KiB406353

CMakeLists.txtD25-Apr-2025628 2718

README.mdD25-Apr-2025574 2114

appveyor.ymlD25-Apr-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