Commit Graph

  • 72880a1416 Initial commit udt_conversion_example.cpp Beman 2013-05-14 14:54:11 -04:00
  • c16fd1384f Teaks Beman 2013-05-14 10:32:51 -04:00
  • 1a496f277e Signs of life Beman 2013-05-14 09:59:18 -04:00
  • e7c14b9ff2 pair_test infrastructure initial commit. Beman 2013-05-14 07:20:53 -04:00
  • c407260b51 Initial commit Beman 2013-05-13 16:00:56 -04:00
  • 6cf5464cd2 Distinguish between ReversibleValue and Reversible in both name and behavior. Beman 2013-05-13 14:16:54 -04:00
  • db2f30b77c Better fix that works with more compilers, old and new, VC++ and GCC. Beman 2013-05-13 11:05:31 -04:00
  • 62915438e3 Fix converter_test cases. converter_test now passes on big-endian mac. Beman 2013-05-13 10:43:56 -04:00
  • 2f6dba3ab6 Fixes for older gcc. Fixes for big endian machines. Beman 2013-05-13 10:09:25 -04:00
  • 4c0bd87c18 Tweaks to get tests running with various compilers. Beman 2013-05-12 17:42:48 -04:00
  • a7475d0f63 Really fix the bug this time. Add TODO list. Beman 2013-05-12 14:28:20 -04:00
  • ccc71a9ec8 Change T to Reversible to indicate requirement on template parameters. Fix bug in big_endian. Beman 2013-05-12 11:45:04 -04:00
  • 6c00b65eb4 Add light test of modify-in-place interface Beman 2013-05-12 11:31:32 -04:00
  • ec3aacd132 Remove cruft left over from refactoring. Beman 2013-05-12 10:55:18 -04:00
  • 89d13e9d02 Add modify in place interface, implementation. No tests yet. Beman 2013-05-12 10:16:35 -04:00
  • 0fef88ab3f Change names to make room for modify-in-place names. Beman 2013-05-12 08:58:44 -04:00
  • 854c27939a Change name of conditional conversion functions to big_endian and little_endian. Beman 2013-05-12 07:52:42 -04:00
  • 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 -04:00
  • 3877219925 Remove spurious semi-colon. Beman 2013-05-12 07:21:37 -04:00
  • 2794810b29 converter_test.cpp refactoring complete Beman 2013-05-11 17:41:06 -04:00
  • 97b024bcf6 Continue refactoring converter_test.cpp. Beman 2013-05-11 17:18:17 -04:00
  • c349e35e91 Enable double, fix bug in generic reverse_bytes implementation. Begin refactoring converter_test code. Beman 2013-05-11 16:08:15 -04:00
  • 9e96faf4c1 float showing signs of life. Beman 2013-05-11 08:13:55 -04:00
  • e4d65805a6 Add tests for runtime convert_bytes Beman 2013-05-10 18:07:48 -04:00
  • 6af16cc339 compile-time convert_bytes working, all signed and unsigned integer cases being tested. Beman 2013-05-10 17:51:58 -04:00
  • 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 -04:00
  • fcb5386537 All tests passing, all VC++ projects consistent Beman 2013-05-10 11:26:17 -04:00
  • 6f496a40cd Unstable work-in-progress. Define order enum in either header. Add runtime function implementations. Beman 2013-05-10 08:56:14 -04:00
  • 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 -04:00
  • 803bd72f68 Add VC++ setup note Beman 2013-05-09 15:41:52 -04:00
  • a9dc71f5f0 Endian not embedded in Boost tree working all VC++ 2012 tests. Beman 2013-05-09 10:34:35 -04:00
  • 304ad2ad90 Remove requirement that endian files be embedded in the boost directory hierarchy. Begin conversion to msvc2012. Beman 2013-05-09 08:46:02 -04:00
  • 28c5869fa7 Add do-list item fixing <boost/detail/endian.hpp> licensing issue. Beman 2013-03-25 08:27:37 -04:00
  • 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 -04:00
  • 35a3fcb709 Set up infrastructure, change to new names, clean up comments. Beman 2013-03-18 20:39:21 -04:00
  • d7120e6fac Delete the original conversion.hpp. Rename conversion2.hpp to converters.hpp. Adjust infrastructure accordingly. Beman 2013-03-18 20:12:41 -04:00
  • c177062bf5 Delete some obsolete files, cleanup the Jamefile. Beman 2013-03-18 19:38:25 -04:00
  • 8782df3ab5 Get VC++ solution working with new directory structure (Except benchmark link errors). Beman 2013-03-18 15:53:49 -04:00
  • 8b25b2148c Directory reorg to follow Boost Git practice. Beman 2013-03-18 15:02:04 -04:00
  • d131123327 Directory reorg to follow Boost Git practice. Beman 2013-03-18 14:57:23 -04:00
  • d549e3bdd3 Revise Executive summary. git-svn bemandawes 2011-09-30 12:35:55 +00:00
  • 59a89e4cac work-in-progress bemandawes 2011-09-29 12:31:09 +00:00
  • a45d4f24c5 Initial commit bemandawes 2011-09-29 10:50:10 +00:00
  • 818041254d Add check_udt() test bemandawes 2011-09-28 19:13:12 +00:00
  • 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 +00:00
  • 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 +00:00
  • 53bdb6cd58 Test complete for [u]int16_t[n]_t overloads bemandawes 2011-09-09 20:03:13 +00:00
  • 25f177eabf Work in progress bemandawes 2011-09-09 16:38:27 +00:00
  • e8f24ff471 Initial commit bemandawes 2011-09-09 16:00:42 +00:00
  • dde3ebf804 Add option to build tests for two argument types bemandawes 2011-09-07 18:43:26 +00:00
  • 14dc87c0fa Further benchmark improvements bemandawes 2011-09-07 16:03:15 +00:00
  • 4955da9ba5 Add benchmark.cpp and timer related support files bemandawes 2011-09-07 13:24:21 +00:00
  • 50f08cac6f Fix integers.html doc mistake, and clarify conversion.html, as reported by Gordon Woodhull. bemandawes 2011-09-06 00:11:27 +00:00
  • cf0a9f22e8 Finalize installation instructions for review candidates bemandawes 2011-09-04 19:33:42 +00:00
  • c0497ea643 Final cleanups; tests now pass on Windows/g++ bemandawes 2011-09-04 18:12:44 +00:00
  • ffec3875be Remove tests and examples not part of proposed library. Also turn off mistaken MSVC warnings. bemandawes 2011-09-04 17:34:53 +00:00
  • 95ccedc67b Continue cleanup bemandawes 2011-09-04 13:51:49 +00:00
  • d04d3b903e Rename types.html to integers.html bemandawes 2011-09-04 12:36:04 +00:00
  • 688735599b Update references types.hpp to integers.hpp bemandawes 2011-09-04 12:22:11 +00:00
  • c8eb7ad4b6 Rename types.hpp to integers.hpp bemandawes 2011-09-04 12:17:29 +00:00
  • 0b4566731a Continue to refine the docs bemandawes 2011-09-03 21:33:34 +00:00
  • f243089ef4 Ha! Replace invert() with reorder(). That finally feels right. bemandawes 2011-09-03 20:42:28 +00:00
  • a114dd72b5 Rename flip() to invert() bemandawes 2011-09-03 17:50:46 +00:00
  • 29e67189d5 Change to more explicit conversion names bemandawes 2011-09-03 15:14:53 +00:00
  • 3d7cc6c291 Rename msvc10 directory and solution. bemandawes 2011-09-03 12:27:03 +00:00
  • ba62f16897 Rename msvc10 directory and solution. bemandawes 2011-09-03 12:16:43 +00:00
  • 50b8885d88 Docs work in process, including getting started on conversion.html bemandawes 2011-05-27 20:18:13 +00:00
  • d55c958ca5 Start work on docs bemandawes 2011-05-27 19:37:11 +00:00
  • d240940770 Get tests running again after various renaming and moving of files bemandawes 2011-05-27 15:53:09 +00:00
  • 5e802bea7f Rename boost/endian/integers.hpp to boost/endian/types.hpp for clarity and in case some non-integer types get added in the future. Fix include in bin_manip_example.cpp bemandawes 2011-05-27 15:23:23 +00:00
  • 5d906e49f7 Get test going, start on docs bemandawes 2011-05-26 19:19:04 +00:00
  • 64e8d41732 Complete move of bin_manip files from endian to io library bemandawes 2011-05-26 17:36:32 +00:00
  • 52dceb4159 Add io library directories prior to moving bin_manip file to io bemandawes 2011-05-26 17:28:08 +00:00
  • baff6999b7 Rename binary_stream files to bin_manip bemandawes 2011-05-26 15:21:26 +00:00
  • 5632555aa4 Remove the endian (operator <= and >=) stream operations as just too kinky and likely to cause confusion and misuse. Adjust uses accordingly. Clear more VC++ warnings. bemandawes 2011-05-24 13:21:53 +00:00
  • ff52508b6f Clarify INSTALL bemandawes 2011-05-24 12:16:50 +00:00
  • 34867639ea fix big endian machine typo bemandawes 2011-05-24 11:25:19 +00:00
  • 286130ba03 Add test_copying_conditional_flip() bemandawes 2011-05-24 10:45:46 +00:00
  • ac3ebc1905 Cleared all warning messages from bjam compiles. All tests passing all compilers, except endian_in_union_test fails in gcc 4.5 only. bemandawes 2011-05-23 18:07:00 +00:00
  • 977da76150 Eliminate warnings bemandawes 2011-05-23 16:32:15 +00:00
  • 20b8bd58f8 Add install instructions bemandawes 2011-05-23 13:38:45 +00:00
  • ce427e1ba7 No longer needed as install procedure is changing bemandawes 2011-05-23 12:48:36 +00:00
  • 6caf65d0dd conversion_test coverage improvement + other work-in-progress bemandawes 2011-05-23 12:40:59 +00:00
  • ec7ba6c93b Rename bemandawes 2011-05-22 21:07:40 +00:00
  • 89beec5205 Reflect renaming and path changes bemandawes 2011-05-22 20:33:28 +00:00
  • e5146579a4 Rename to match test rename bemandawes 2011-05-22 20:07:05 +00:00
  • 41e1f371db Rename doc and test files to match header renaming bemandawes 2011-05-22 20:04:06 +00:00
  • 631579a974 Rename libs/integer to libs/endian bemandawes 2011-05-22 19:57:42 +00:00
  • 3e89d24a71 rename boost/integer to boost/endian bemandawes 2011-05-22 19:53:53 +00:00
  • a7aca3ad9b Inexplicably, SVN renamed these files but failed to remove them under the original names. bemandawes 2011-05-22 19:50:31 +00:00
  • 2d4dd6c5dd Rename endian.hpp to integers.hpp bemandawes 2011-05-22 19:30:45 +00:00
  • 9b6c747e2a Rename endian_flip.hpp to conversion.hpp bemandawes 2011-05-22 19:27:57 +00:00
  • a67b53f9cc Add changes from conversion.hpp, providing synopsis with in-place and non-modifying operations, unconditional and conditional. bemandawes 2011-05-22 19:25:03 +00:00
  • 69e61c03d8 Delete conversion.hpp. Instead, apply changes to endian_flip.hpp, then rename, thus preserving history. bemandawes 2011-05-22 19:20:07 +00:00
  • 2b4bfe4ec1 Quiet compiler warnings bemandawes 2011-05-22 19:15:56 +00:00
  • f4da7e7d02 Initial commit bemandawes 2011-05-21 21:09:29 +00:00
  • c3d5f2e2f8 Add binary_stream_example.cpp. Improve docs. bemandawes 2011-04-24 10:59:20 +00:00
  • 793e21594c A fresh approach for binary_stream.hpp bemandawes 2011-04-22 20:34:30 +00:00
  • 2165d7908d make inline bemandawes 2010-08-27 14:49:42 +00:00
  • 1713348f8d Add endian_flip.hpp, with tests. Upgrade VC++ to 2010 bemandawes 2010-08-27 14:09:04 +00:00