a55a44c67bLoop test time work in progress.
Beman
2013-05-28 07:37:52 -0400
50b5488997loop_time_test current work-in-progress
Beman
2013-05-27 08:53:18 -0400
32b04869e8Initial commit loop_time_test.cpp and its infrastructure.
Beman
2013-05-27 07:44:29 -0400
7f9d91e6d2Rename 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
dff7c1254eAdd unaligned floating point types and supporting infrastructure.
Beman
2013-05-26 08:25:10 -0400
f8f8d90b1fEliminate addition as not adding any useful information.
Beman
2013-05-24 13:22:48 -0400
77520edff1Change speed_test.cpp output to HTML
Beman
2013-05-24 11:28:26 -0400
2f85e370b6Add 16 and 64 bit varieties
Beman
2013-05-23 10:19:56 -0400
8f55000f6fFinally getting useful speed_test results from both GCC and VC++
Beman
2013-05-23 10:11:29 -0400
319572d721Punctuation in comment.
Beman
2013-05-23 07:33:06 -0400
2623b1cfaaInitial commit - Jamfile for speed_test
Beman
2013-05-22 14:12:17 -0400
41f0c15844Initial 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
c7beb10785Add alignment test cases for aligned endian types.
Beman
2013-05-22 08:46:56 -0400
6f84684e9eAdd 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
a855a35c57align::yes specialization working, using ::boost::endian::convert_value<...>(T).
Beman
2013-05-21 17:31:08 -0400
50e389f63cPreliminary work on align::yes specialization.
Beman
2013-05-21 17:03:07 -0400
4d6f7001faCreate separate synopsis section
Beman
2013-05-21 08:38:24 -0400
ddb5936b68Yet 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
870b542456Rename endian types to a scheme that mimics cstdint.hpp. Change test and example code accordingly.
Beman
2013-05-20 17:03:12 -0400
ac46dae0ccStart rework of synopsis.
Beman
2013-05-18 16:53:27 -0400
9089eb037bRename header converters.hpp back to conversion.hpp. Clean up infrastructure.
Beman
2013-05-18 16:14:30 -0400
de91bcd571Cleanup residue from prior changes.
Beman
2013-05-18 15:09:51 -0400
c0fc4cdf8cSomewhat 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
2b18459db0Speed_test working, although not yielding useful results.
Beman
2013-05-18 08:28:27 -0400
4a2ccdcfc8Fix failure to define BOOST_ENDIAN_INTRINSIC_MSG when user defines BOOST_ENDIAN_NO_INTRINSICS
Beman
2013-05-16 17:48:47 -0400
9a1d520572Use 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
4066443d89Rework intrinsic.hpp to handle GCC and Clang __builtin_bswap* if available. Add test program.
Beman
2013-05-16 10:40:18 -0400
88268249a9Remove inclusion of unreferenced headers. Add comment about Microsoft/Visual Studio availability of intrinsics.
Beman
2013-05-15 15:38:34 -0400
8b4bd2adfcAdd synonyms based on names popularized by BSD, e.g. OS X, Linux.
Beman
2013-05-15 08:51:05 -0400
09b361e161Simulated function template partial specialization working. converter_test and pair_test passing.
Beman
2013-05-14 17:59:50 -0400
6cf5464cd2Distinguish between ReversibleValue and Reversible in both name and behavior.
Beman
2013-05-13 14:16:54 -0400
db2f30b77cBetter fix that works with more compilers, old and new, VC++ and GCC.
Beman
2013-05-13 11:05:31 -0400
62915438e3Fix converter_test cases. converter_test now passes on big-endian mac.
Beman
2013-05-13 10:43:56 -0400
2f6dba3ab6Fixes for older gcc. Fixes for big endian machines.
Beman
2013-05-13 10:09:25 -0400
4c0bd87c18Tweaks to get tests running with various compilers.
Beman
2013-05-12 17:42:48 -0400
a7475d0f63Really fix the bug this time. Add TODO list.
Beman
2013-05-12 14:28:20 -0400
ccc71a9ec8Change T to Reversible to indicate requirement on template parameters. Fix bug in big_endian.
Beman
2013-05-12 11:45:04 -0400
6c00b65eb4Add light test of modify-in-place interface
Beman
2013-05-12 11:31:32 -0400
ec3aacd132Remove cruft left over from refactoring.
Beman
2013-05-12 10:55:18 -0400
89d13e9d02Add modify in place interface, implementation. No tests yet.
Beman
2013-05-12 10:16:35 -0400
0fef88ab3fChange names to make room for modify-in-place names.
Beman
2013-05-12 08:58:44 -0400
854c27939aChange name of conditional conversion functions to big_endian and little_endian.
Beman
2013-05-12 07:52:42 -0400
50c1a27386Change 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
c349e35e91Enable double, fix bug in generic reverse_bytes implementation. Begin refactoring converter_test code.
Beman
2013-05-11 16:08:15 -0400
9e96faf4c1float showing signs of life.
Beman
2013-05-11 08:13:55 -0400
e4d65805a6Add tests for runtime convert_bytes
Beman
2013-05-10 18:07:48 -0400
6af16cc339compile-time convert_bytes working, all signed and unsigned integer cases being tested.
Beman
2013-05-10 17:51:58 -0400
553d6a2426Work 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
6f496a40cdUnstable work-in-progress. Define order enum in either header. Add runtime function implementations.
Beman
2013-05-10 08:56:14 -0400
cd9117941fUnstable 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
a9dc71f5f0Endian not embedded in Boost tree working all VC++ 2012 tests.
Beman
2013-05-09 10:34:35 -0400
304ad2ad90Remove requirement that endian files be embedded in the boost directory hierarchy. Begin conversion to msvc2012.
Beman
2013-05-09 08:46:02 -0400
736d9cce09Change 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
35a3fcb709Set up infrastructure, change to new names, clean up comments.
Beman
2013-03-18 20:39:21 -0400
d7120e6facDelete the original conversion.hpp. Rename conversion2.hpp to converters.hpp. Adjust infrastructure accordingly.
Beman
2013-03-18 20:12:41 -0400
c177062bf5Delete some obsolete files, cleanup the Jamefile.
Beman
2013-03-18 19:38:25 -0400
8782df3ab5Get VC++ solution working with new directory structure (Except benchmark link errors).
Beman
2013-03-18 15:53:49 -0400
818041254dAdd check_udt() test
bemandawes
2011-09-28 19:13:12 +0000
fb1c319b89For now, revert to the general reorder template. Think about ways to make it safe and efficient.
bemandawes
2011-09-11 20:20:33 +0000
7e604c4776Remove 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
53bdb6cd58Test complete for [u]int16_t[n]_t overloads
bemandawes
2011-09-09 20:03:13 +0000
25f177eabfWork in progress
bemandawes
2011-09-09 16:38:27 +0000