Commit Graph

  • 345e13e2fb Remove support files no longer used. Beman 2013-05-29 08:08:38 -0400
  • 530dbb679b Fix broken links, tweak content. Beman 2013-05-28 21:33:07 -0400
  • d188b81207 Spacing and minor content tweak. Beman 2013-05-28 21:11:18 -0400
  • 4ed706be76 FAQ corrections. Beman 2013-05-28 20:52:42 -0400
  • e6ca50a6a7 Switch to inline style sheet Beman 2013-05-28 17:06:32 -0400
  • 6c7e94ad15 Add a bit more explanation of examples. Add Release history. Beman 2013-05-28 16:33:59 -0400
  • b541dfb790 Last pass through docs Beman 2013-05-28 11:04:03 -0400
  • 9c25d54d38 Finalize index.html discussion. Beman 2013-05-28 09:42:04 -0400
  • 01eba9b491 Add timing tables. Beman 2013-05-28 08:02:56 -0400
  • a55a44c67b Loop test time work in progress. Beman 2013-05-28 07:37:52 -0400
  • 50b5488997 loop_time_test current work-in-progress Beman 2013-05-27 08:53:18 -0400
  • 32b04869e8 Initial commit loop_time_test.cpp and its infrastructure. Beman 2013-05-27 07:44:29 -0400
  • 7f9d91e6d2 Rename unaligned integers to fit the floating point pattern. Unifies the naming pattern, deliberately makes the unaligned type names a bit uglier. Beman 2013-05-26 12:05:33 -0400
  • dff7c1254e Add unaligned floating point types and supporting infrastructure. Beman 2013-05-26 08:25:10 -0400
  • a7ba65f830 Implement, test, float and double endian types. Beman 2013-05-25 12:16:32 -0400
  • f8f8d90b1f Eliminate addition as not adding any useful information. Beman 2013-05-24 13:22:48 -0400
  • 77520edff1 Change speed_test.cpp output to HTML Beman 2013-05-24 11:28:26 -0400
  • 2f85e370b6 Add 16 and 64 bit varieties Beman 2013-05-23 10:19:56 -0400
  • 8f55000f6f Finally getting useful speed_test results from both GCC and VC++ Beman 2013-05-23 10:11:29 -0400
  • 319572d721 Punctuation in comment. Beman 2013-05-23 07:33:06 -0400
  • 2623b1cfaa Initial commit - Jamfile for speed_test Beman 2013-05-22 14:12:17 -0400
  • 41f0c15844 Initial done_list.html. Improve general FAQ. Update example. Add BOOST_NOEXCEPT to types.hpp and cover_operators.hpp. Beman 2013-05-22 13:26:51 -0400
  • c7beb10785 Add alignment test cases for aligned endian types. Beman 2013-05-22 08:46:56 -0400
  • 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. Beman 2013-05-22 08:14:51 -0400
  • a855a35c57 align::yes specialization working, using ::boost::endian::convert_value<...>(T). Beman 2013-05-21 17:31:08 -0400
  • 50e389f63c Preliminary work on align::yes specialization. Beman 2013-05-21 17:03:07 -0400
  • 4d6f7001fa Create separate synopsis section Beman 2013-05-21 08:38:24 -0400
  • ddb5936b68 Yet another naming scheme for type synonyms. Aligned type names now exactly follow the <cstdint> pattern, while the unaligned names elide "int". Beman 2013-05-21 07:56:27 -0400
  • 870b542456 Rename endian types to a scheme that mimics cstdint.hpp. Change test and example code accordingly. Beman 2013-05-20 17:03:12 -0400
  • c1dff8958c Continue doc refinement. Beman 2013-05-20 15:04:33 -0400
  • ecaabbeba4 Rename integers.html to types.html, mimicing the rename of the header. Beman 2013-05-20 09:12:00 -0400
  • f13a9cd6a4 Rename integers.hpp to types.hpp in case floating point is someday supported. Beman 2013-05-20 09:07:01 -0400
  • ee750c0ec8 Minor edits to conversion docs. Edits plus add Advantages table to index.html. Beman 2013-05-20 08:47:38 -0400
  • 6130c5f84c Continue refinement of specs. Add to FAQ. Create function group bookmarks and link to them. Beman 2013-05-19 17:08:42 -0400
  • 29d65d2e2f Add FAQ. Update Acknowledgments. Supply ReversibleValue and Reversible requirements. Beman 2013-05-19 11:07:33 -0400
  • e4a92a56b0 Semantics complete. Beman 2013-05-19 08:26:09 -0400
  • 1fc19c5a27 Rename actual_order to effective_order. We don't know the actual order. Simplify an expression. Beman 2013-05-19 07:15:09 -0400
  • 0eb9d41ab6 Complete synopsis update. Beman 2013-05-18 17:10:00 -0400
  • ac46dae0cc Start rework of synopsis. Beman 2013-05-18 16:53:27 -0400
  • 9089eb037b Rename header converters.hpp back to conversion.hpp. Clean up infrastructure. Beman 2013-05-18 16:14:30 -0400
  • de91bcd571 Cleanup residue from prior changes. Beman 2013-05-18 15:09:51 -0400
  • c0fc4cdf8c Somewhat more interesting results after redoing loop based on iteration count rather than time. Release builds particularly interesting. Beman 2013-05-18 10:27:18 -0400
  • 2b18459db0 Speed_test working, although not yielding useful results. Beman 2013-05-18 08:28:27 -0400
  • 90eea0566c Fix misplaced namespace endian Beman 2013-05-18 08:27:37 -0400
  • b587bab1db Add speed_test infrastructure. Beman 2013-05-17 13:19:45 -0400
  • 4a2ccdcfc8 Fix failure to define BOOST_ENDIAN_INTRINSIC_MSG when user defines BOOST_ENDIAN_NO_INTRINSICS Beman 2013-05-16 17:48:47 -0400
  • 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. Beman 2013-05-16 17:22:38 -0400
  • 4066443d89 Rework intrinsic.hpp to handle GCC and Clang __builtin_bswap* if available. Add test program. Beman 2013-05-16 10:40:18 -0400
  • 88268249a9 Remove inclusion of unreferenced headers. Add comment about Microsoft/Visual Studio availability of intrinsics. Beman 2013-05-15 15:38:34 -0400
  • 8b4bd2adfc Add synonyms based on names popularized by BSD, e.g. OS X, Linux. Beman 2013-05-15 08:51:05 -0400
  • 09b361e161 Simulated function template partial specialization working. converter_test and pair_test passing. Beman 2013-05-14 17:59:50 -0400
  • 72880a1416 Initial commit udt_conversion_example.cpp Beman 2013-05-14 14:54:11 -0400
  • c16fd1384f Teaks Beman 2013-05-14 10:32:51 -0400
  • 1a496f277e Signs of life Beman 2013-05-14 09:59:18 -0400
  • e7c14b9ff2 pair_test infrastructure initial commit. Beman 2013-05-14 07:20:53 -0400
  • c407260b51 Initial commit Beman 2013-05-13 16:00:56 -0400
  • 6cf5464cd2 Distinguish between ReversibleValue and Reversible in both name and behavior. Beman 2013-05-13 14:16:54 -0400
  • db2f30b77c Better fix that works with more compilers, old and new, VC++ and GCC. Beman 2013-05-13 11:05:31 -0400
  • 62915438e3 Fix converter_test cases. converter_test now passes on big-endian mac. Beman 2013-05-13 10:43:56 -0400
  • 2f6dba3ab6 Fixes for older gcc. Fixes for big endian machines. Beman 2013-05-13 10:09:25 -0400
  • 4c0bd87c18 Tweaks to get tests running with various compilers. Beman 2013-05-12 17:42:48 -0400
  • a7475d0f63 Really fix the bug this time. Add TODO list. Beman 2013-05-12 14:28:20 -0400
  • ccc71a9ec8 Change T to Reversible to indicate requirement on template parameters. Fix bug in big_endian. Beman 2013-05-12 11:45:04 -0400
  • 6c00b65eb4 Add light test of modify-in-place interface Beman 2013-05-12 11:31:32 -0400
  • ec3aacd132 Remove cruft left over from refactoring. Beman 2013-05-12 10:55:18 -0400
  • 89d13e9d02 Add modify in place interface, implementation. No tests yet. Beman 2013-05-12 10:16:35 -0400
  • 0fef88ab3f Change names to make room for modify-in-place names. Beman 2013-05-12 08:58:44 -0400
  • 854c27939a Change name of conditional conversion functions to big_endian and little_endian. Beman 2013-05-12 07:52:42 -0400
  • 50c1a27386 Change name convert_bytes to convert. Given the namespace, template parameters, and function arguments, it is obvious what is being converted, and "bytes" is too low level for this function. Beman 2013-05-12 07:25:12 -0400
  • 3877219925 Remove spurious semi-colon. Beman 2013-05-12 07:21:37 -0400
  • 2794810b29 converter_test.cpp refactoring complete Beman 2013-05-11 17:41:06 -0400
  • 97b024bcf6 Continue refactoring converter_test.cpp. Beman 2013-05-11 17:18:17 -0400
  • c349e35e91 Enable double, fix bug in generic reverse_bytes implementation. Begin refactoring converter_test code. Beman 2013-05-11 16:08:15 -0400
  • 9e96faf4c1 float showing signs of life. Beman 2013-05-11 08:13:55 -0400
  • e4d65805a6 Add tests for runtime convert_bytes Beman 2013-05-10 18:07:48 -0400
  • 6af16cc339 compile-time convert_bytes working, all signed and unsigned integer cases being tested. Beman 2013-05-10 17:51:58 -0400
  • 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. Beman 2013-05-10 16:51:24 -0400
  • fcb5386537 All tests passing, all VC++ projects consistent Beman 2013-05-10 11:26:17 -0400
  • 6f496a40cd Unstable work-in-progress. Define order enum in either header. Add runtime function implementations. Beman 2013-05-10 08:56:14 -0400
  • cd9117941f Unstable work in progress. Change names to reverse_bytes and convert_bytes. Add runtime convert_bytes function. compile-time generic byte order conversion. Beman 2013-05-10 07:36:21 -0400
  • 803bd72f68 Add VC++ setup note Beman 2013-05-09 15:41:52 -0400
  • a9dc71f5f0 Endian not embedded in Boost tree working all VC++ 2012 tests. Beman 2013-05-09 10:34:35 -0400
  • 304ad2ad90 Remove requirement that endian files be embedded in the boost directory hierarchy. Begin conversion to msvc2012. Beman 2013-05-09 08:46:02 -0400
  • 28c5869fa7 Add do-list item fixing <boost/detail/endian.hpp> licensing issue. Beman 2013-03-25 08:27:37 -0400
  • 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. Beman 2013-03-19 09:28:22 -0400
  • 35a3fcb709 Set up infrastructure, change to new names, clean up comments. Beman 2013-03-18 20:39:21 -0400
  • d7120e6fac Delete the original conversion.hpp. Rename conversion2.hpp to converters.hpp. Adjust infrastructure accordingly. Beman 2013-03-18 20:12:41 -0400
  • c177062bf5 Delete some obsolete files, cleanup the Jamefile. Beman 2013-03-18 19:38:25 -0400
  • 8782df3ab5 Get VC++ solution working with new directory structure (Except benchmark link errors). Beman 2013-03-18 15:53:49 -0400
  • 8b25b2148c Directory reorg to follow Boost Git practice. Beman 2013-03-18 15:02:04 -0400
  • d131123327 Directory reorg to follow Boost Git practice. Beman 2013-03-18 14:57:23 -0400
  • d549e3bdd3 Revise Executive summary. bemandawes 2011-09-30 12:35:55 +0000
  • 59a89e4cac work-in-progress bemandawes 2011-09-29 12:31:09 +0000
  • a45d4f24c5 Initial commit bemandawes 2011-09-29 10:50:10 +0000
  • 818041254d Add check_udt() test bemandawes 2011-09-28 19:13:12 +0000
  • fb1c319b89 For now, revert to the general reorder template. Think about ways to make it safe and efficient. bemandawes 2011-09-11 20:20:33 +0000
  • 7e604c4776 Remove general reorder template. It doesn't work for classes with more than one member; each member must be reordered individually. bemandawes 2011-09-10 19:56:10 +0000
  • 53bdb6cd58 Test complete for [u]int16_t[n]_t overloads bemandawes 2011-09-09 20:03:13 +0000
  • 25f177eabf Work in progress bemandawes 2011-09-09 16:38:27 +0000
  • e8f24ff471 Initial commit bemandawes 2011-09-09 16:00:42 +0000