This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
boost_endian
Watch
1
Star
0
Fork
0
forked from
boostorg/endian
Code
Pull Requests
Activity
Files
51ecbb06e247e7eefd5c299ad98bf141e2644620
boost_endian
/
include
/
boost
/
endian
T
History
Beman
1b0a41e6cb
Add Clang/c2 solution with conversion_test_clang project. Clang/c2 uses the Microsoft rather than GCC intrinsics, so check for defined(_MSC_VER) before defined(__clang__)
2015-12-11 08:15:25 -05:00
..
detail
Add Clang/c2 solution with conversion_test_clang project. Clang/c2 uses the Microsoft rather than GCC intrinsics, so check for defined(_MSC_VER) before defined(__clang__)
2015-12-11 08:15:25 -05:00
arithmetic.hpp
Remove floating point support for boost 1.58.0. As currently implemented, return by value operations are not reliable because normalization and other bit pattern changes can occur. Docs not updated as yet. Floating point support will be corrected and reinstated for boost 1.59.0, based on in-place customization and inplace and/or copy signatures to replace the unsafe (i.e. native_to_big/little ) by value returns. The big/little_to_native return by value functions are safe, but require reimplementation.
2015-03-24 17:24:56 -04:00
buffers.hpp
Update docs to reflect removal of floating point support from 1.58.0
2015-03-25 08:05:49 -04:00
conversion.hpp
Change the specification for native ordering to allow implementations to support orderings in addition to big and little. Thanks to Howard Hinnant for suggesting this change and providing draft wording. Also update headers to reflect actual inclusion hierarchy.
2015-10-16 10:30:34 -04:00
endian.hpp
Add support for deprecated names from pre-review releases.
2015-01-18 19:48:27 -05:00
std_pair.hpp
Rename header converters.hpp back to conversion.hpp. Clean up infrastructure.
2013-05-18 16:14:30 -04:00