Beman
|
016d3b2e7c
|
Rename the endian typedefs. Rationale: Subjective - during three months working on the B-tree library, the *un_t names were a constant source of irritation. Objective - the new scheme, which reverts the *un_t names to having no alignment decoration, provides consistent *_align* decoration for both FP and integer types. Also, the library now provides conversion functions which may reduce use of aligned endian types.
|
2013-09-01 08:40:32 -04:00 |
|
Beman
|
74b122c581
|
Alignment of 64-bit integers on a 32-bit system may be to a 32-bit boundary!
|
2013-05-30 10:07:16 -04:00 |
|
Beman
|
db3864b3d4
|
Fix boo boos detected by inspect program.
|
2013-05-29 09:40:35 -04:00 |
|
Beman
|
7f9d91e6d2
|
Rename unaligned integers to fit the floating point pattern. Unifies the naming pattern, deliberately makes the unaligned type names a bit uglier.
|
2013-05-26 12:05:33 -04:00 |
|
Beman
|
dff7c1254e
|
Add unaligned floating point types and supporting infrastructure.
|
2013-05-26 08:25:10 -04:00 |
|
Beman
|
a7ba65f830
|
Implement, test, float and double endian types.
|
2013-05-25 12:16:32 -04:00 |
|
Beman
|
c7beb10785
|
Add alignment test cases for aligned endian types.
|
2013-05-22 08:46:56 -04:00 |
|
Beman
|
ddb5936b68
|
Yet another naming scheme for type synonyms. Aligned type names now exactly follow the <cstdint> pattern, while the unaligned names elide "int".
|
2013-05-21 07:56:27 -04:00 |
|
Beman
|
870b542456
|
Rename endian types to a scheme that mimics cstdint.hpp. Change test and example code accordingly.
|
2013-05-20 17:03:12 -04:00 |
|
Beman
|
f13a9cd6a4
|
Rename integers.hpp to types.hpp in case floating point is someday supported.
|
2013-05-20 09:07:01 -04:00 |
|
Beman
|
db2f30b77c
|
Better fix that works with more compilers, old and new, VC++ and GCC.
|
2013-05-13 11:05:31 -04:00 |
|
Beman
|
4c0bd87c18
|
Tweaks to get tests running with various compilers.
|
2013-05-12 17:42:48 -04:00 |
|
Beman
|
3877219925
|
Remove spurious semi-colon.
|
2013-05-12 07:21:37 -04:00 |
|
Beman
|
553d6a2426
|
Work in progress. Detect wrong endianness reported by boost/detail/endian.hpp. Add intrinsic timing to benchmark.cpp. Add boost/endian/detail/intrinsic.hpp. Use intrinsics in converters when available. Begin adding convert_bytes tests to converter_test.cpp.
|
2013-05-10 16:51:24 -04:00 |
|
Beman
|
736d9cce09
|
Change name of endianness enum to order. This is often used with namespace qualifier, and endian::order is shorter and reads better than endian::endianness.
Continue infrastructure and test updates.
|
2013-03-19 09:28:22 -04:00 |
|
Beman
|
8782df3ab5
|
Get VC++ solution working with new directory structure (Except benchmark link errors).
|
2013-03-18 15:53:49 -04:00 |
|
Beman
|
d131123327
|
Directory reorg to follow Boost Git practice.
|
2013-03-18 14:57:23 -04:00 |
|