This website requires JavaScript.
Explore
Help
Sign In
boostorg
/
endian
Watch
1
Star
0
Fork
1
You've already forked endian
mirror of
https://github.com/boostorg/endian.git
synced
2026-07-05 16:10:56 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
boost-1.63.0
endian
/
example
T
History
niXman
55714f0d0a
typo fixed
2015-04-16 14:18:59 +03:00
..
conversion_use_case.cpp
typo fixed
2015-04-16 14:18:59 +03:00
endian_example.cpp
Revert the default (*_t) types to unaligned, and used *_at to identify the aligned types. See mini-review thread for rationale.
2015-02-23 07:24:17 -05:00
third_party_format.hpp
Add conversion_use_case
2014-12-05 09:01:59 -05:00
udt_conversion_example.cpp
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
use_cases.cpp
Do not define _SCL_SECURE_NO_WARNINGS or _CRT_SECURE_NO_WARNINGS if already defined (such as on the command line), plus related cleanups.
2014-12-10 10:26:49 -05:00