Commit Graph

467 Commits

Author SHA1 Message Date
Beman
345e13e2fb Remove support files no longer used. 2013-05-29 08:08:38 -04:00
Beman
530dbb679b Fix broken links, tweak content. 2013-05-28 21:33:07 -04:00
Beman
d188b81207 Spacing and minor content tweak. 2013-05-28 21:11:18 -04:00
Beman
4ed706be76 FAQ corrections. 2013-05-28 20:52:42 -04:00
Beman
e6ca50a6a7 Switch to inline style sheet 2013-05-28 17:06:32 -04:00
Beman
6c7e94ad15 Add a bit more explanation of examples. Add Release history. 2013-05-28 16:33:59 -04:00
Beman
b541dfb790 Last pass through docs 2013-05-28 11:04:03 -04:00
Beman
9c25d54d38 Finalize index.html discussion. 2013-05-28 09:42:04 -04:00
Beman
01eba9b491 Add timing tables. 2013-05-28 08:02:56 -04:00
Beman
a55a44c67b Loop test time work in progress. 2013-05-28 07:37:52 -04:00
Beman
50b5488997 loop_time_test current work-in-progress 2013-05-27 08:53:18 -04:00
Beman
32b04869e8 Initial commit loop_time_test.cpp and its infrastructure. 2013-05-27 07:44:29 -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
f8f8d90b1f Eliminate addition as not adding any useful information. 2013-05-24 13:22:48 -04:00
Beman
77520edff1 Change speed_test.cpp output to HTML 2013-05-24 11:28:26 -04:00
Beman
2f85e370b6 Add 16 and 64 bit varieties 2013-05-23 10:19:56 -04:00
Beman
8f55000f6f Finally getting useful speed_test results from both GCC and VC++ 2013-05-23 10:11:29 -04:00
Beman
319572d721 Punctuation in comment. 2013-05-23 07:33:06 -04:00
Beman
2623b1cfaa Initial commit - Jamfile for speed_test 2013-05-22 14:12:17 -04:00
Beman
41f0c15844 Initial done_list.html. Improve general FAQ. Update example. Add BOOST_NOEXCEPT to types.hpp and cover_operators.hpp. 2013-05-22 13:26:51 -04:00
Beman
c7beb10785 Add alignment test cases for aligned endian types. 2013-05-22 08:46:56 -04:00
Beman
6f84684e9e Add separate big and little specializations for aligned case; the attempt to combine into a single specialization was selecting the unaligned specialization. Rework speed_test to try to get more meaningful results and cover more test cases. 2013-05-22 08:14:51 -04:00
Beman
a855a35c57 align::yes specialization working, using ::boost::endian::convert_value<...>(T). 2013-05-21 17:31:08 -04:00
Beman
50e389f63c Preliminary work on align::yes specialization. 2013-05-21 17:03:07 -04:00
Beman
4d6f7001fa Create separate synopsis section 2013-05-21 08:38:24 -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
c1dff8958c Continue doc refinement. 2013-05-20 15:04:33 -04:00
Beman
ecaabbeba4 Rename integers.html to types.html, mimicing the rename of the header. 2013-05-20 09:12:00 -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
ee750c0ec8 Minor edits to conversion docs. Edits plus add Advantages table to index.html. 2013-05-20 08:47:38 -04:00
Beman
6130c5f84c Continue refinement of specs. Add to FAQ. Create function group bookmarks and link to them. 2013-05-19 17:08:42 -04:00
Beman
29d65d2e2f Add FAQ. Update Acknowledgments. Supply ReversibleValue and Reversible requirements. 2013-05-19 11:07:33 -04:00
Beman
e4a92a56b0 Semantics complete. 2013-05-19 08:26:09 -04:00
Beman
1fc19c5a27 Rename actual_order to effective_order. We don't know the actual order. Simplify an expression. 2013-05-19 07:15:09 -04:00
Beman
0eb9d41ab6 Complete synopsis update. 2013-05-18 17:10:00 -04:00
Beman
ac46dae0cc Start rework of synopsis. 2013-05-18 16:53:27 -04:00
Beman
9089eb037b Rename header converters.hpp back to conversion.hpp. Clean up infrastructure. 2013-05-18 16:14:30 -04:00
Beman
de91bcd571 Cleanup residue from prior changes. 2013-05-18 15:09:51 -04:00
Beman
c0fc4cdf8c Somewhat more interesting results after redoing loop based on iteration count rather than time. Release builds particularly interesting. 2013-05-18 10:27:18 -04:00
Beman
2b18459db0 Speed_test working, although not yielding useful results. 2013-05-18 08:28:27 -04:00
Beman
90eea0566c Fix misplaced namespace endian 2013-05-18 08:27:37 -04:00
Beman
b587bab1db Add speed_test infrastructure. 2013-05-17 13:19:45 -04:00
Beman
4a2ccdcfc8 Fix failure to define BOOST_ENDIAN_INTRINSIC_MSG when user defines BOOST_ENDIAN_NO_INTRINSICS 2013-05-16 17:48:47 -04:00
Beman
9a1d520572 Use a more robust detection of __builtin_bswap funtions for Clang. Fix Clang lack of __builtin_bswap16 in some releases. To be conservative only, fallback to byteswap.h if __linux__ is defined. Fix intrinsic_test so that <cstdint> isn't required. 2013-05-16 17:22:38 -04:00
Beman
4066443d89 Rework intrinsic.hpp to handle GCC and Clang __builtin_bswap* if available. Add test program. 2013-05-16 10:40:18 -04:00
Beman
88268249a9 Remove inclusion of unreferenced headers. Add comment about Microsoft/Visual Studio availability of intrinsics. 2013-05-15 15:38:34 -04:00
Beman
8b4bd2adfc Add synonyms based on names popularized by BSD, e.g. OS X, Linux. 2013-05-15 08:51:05 -04:00