Commit Graph

  • dde3ebf804 Add option to build tests for two argument types bemandawes 2011-09-07 18:43:26 +0000
  • 14dc87c0fa Further benchmark improvements bemandawes 2011-09-07 16:03:15 +0000
  • 4955da9ba5 Add benchmark.cpp and timer related support files bemandawes 2011-09-07 13:24:21 +0000
  • 50f08cac6f Fix integers.html doc mistake, and clarify conversion.html, as reported by Gordon Woodhull. bemandawes 2011-09-06 00:11:27 +0000
  • cf0a9f22e8 Finalize installation instructions for review candidates bemandawes 2011-09-04 19:33:42 +0000
  • c0497ea643 Final cleanups; tests now pass on Windows/g++ bemandawes 2011-09-04 18:12:44 +0000
  • ffec3875be Remove tests and examples not part of proposed library. Also turn off mistaken MSVC warnings. bemandawes 2011-09-04 17:34:53 +0000
  • 95ccedc67b Continue cleanup bemandawes 2011-09-04 13:51:49 +0000
  • d04d3b903e Rename types.html to integers.html bemandawes 2011-09-04 12:36:04 +0000
  • 688735599b Update references types.hpp to integers.hpp bemandawes 2011-09-04 12:22:11 +0000
  • c8eb7ad4b6 Rename types.hpp to integers.hpp bemandawes 2011-09-04 12:17:29 +0000
  • 0b4566731a Continue to refine the docs bemandawes 2011-09-03 21:33:34 +0000
  • f243089ef4 Ha! Replace invert() with reorder(). That finally feels right. bemandawes 2011-09-03 20:42:28 +0000
  • a114dd72b5 Rename flip() to invert() bemandawes 2011-09-03 17:50:46 +0000
  • 29e67189d5 Change to more explicit conversion names bemandawes 2011-09-03 15:14:53 +0000
  • 3d7cc6c291 Rename msvc10 directory and solution. bemandawes 2011-09-03 12:27:03 +0000
  • ba62f16897 Rename msvc10 directory and solution. bemandawes 2011-09-03 12:16:43 +0000
  • 50b8885d88 Docs work in process, including getting started on conversion.html bemandawes 2011-05-27 20:18:13 +0000
  • d55c958ca5 Start work on docs bemandawes 2011-05-27 19:37:11 +0000
  • d240940770 Get tests running again after various renaming and moving of files bemandawes 2011-05-27 15:53:09 +0000
  • 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 +0000
  • 5d906e49f7 Get test going, start on docs bemandawes 2011-05-26 19:19:04 +0000
  • 64e8d41732 Complete move of bin_manip files from endian to io library bemandawes 2011-05-26 17:36:32 +0000
  • 52dceb4159 Add io library directories prior to moving bin_manip file to io bemandawes 2011-05-26 17:28:08 +0000
  • baff6999b7 Rename binary_stream files to bin_manip bemandawes 2011-05-26 15:21:26 +0000
  • 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 +0000
  • ff52508b6f Clarify INSTALL bemandawes 2011-05-24 12:16:50 +0000
  • 34867639ea fix big endian machine typo bemandawes 2011-05-24 11:25:19 +0000
  • 286130ba03 Add test_copying_conditional_flip() bemandawes 2011-05-24 10:45:46 +0000
  • 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 +0000
  • 977da76150 Eliminate warnings bemandawes 2011-05-23 16:32:15 +0000
  • 20b8bd58f8 Add install instructions bemandawes 2011-05-23 13:38:45 +0000
  • ce427e1ba7 No longer needed as install procedure is changing bemandawes 2011-05-23 12:48:36 +0000
  • 6caf65d0dd conversion_test coverage improvement + other work-in-progress bemandawes 2011-05-23 12:40:59 +0000
  • ec7ba6c93b Rename bemandawes 2011-05-22 21:07:40 +0000
  • 89beec5205 Reflect renaming and path changes bemandawes 2011-05-22 20:33:28 +0000
  • e5146579a4 Rename to match test rename bemandawes 2011-05-22 20:07:05 +0000
  • 41e1f371db Rename doc and test files to match header renaming bemandawes 2011-05-22 20:04:06 +0000
  • 631579a974 Rename libs/integer to libs/endian bemandawes 2011-05-22 19:57:42 +0000
  • 3e89d24a71 rename boost/integer to boost/endian bemandawes 2011-05-22 19:53:53 +0000
  • a7aca3ad9b Inexplicably, SVN renamed these files but failed to remove them under the original names. bemandawes 2011-05-22 19:50:31 +0000
  • 2d4dd6c5dd Rename endian.hpp to integers.hpp bemandawes 2011-05-22 19:30:45 +0000
  • 9b6c747e2a Rename endian_flip.hpp to conversion.hpp bemandawes 2011-05-22 19:27:57 +0000
  • 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 +0000
  • 69e61c03d8 Delete conversion.hpp. Instead, apply changes to endian_flip.hpp, then rename, thus preserving history. bemandawes 2011-05-22 19:20:07 +0000
  • 2b4bfe4ec1 Quiet compiler warnings bemandawes 2011-05-22 19:15:56 +0000
  • f4da7e7d02 Initial commit bemandawes 2011-05-21 21:09:29 +0000
  • c3d5f2e2f8 Add binary_stream_example.cpp. Improve docs. bemandawes 2011-04-24 10:59:20 +0000
  • 793e21594c A fresh approach for binary_stream.hpp bemandawes 2011-04-22 20:34:30 +0000
  • 2165d7908d make inline bemandawes 2010-08-27 14:49:42 +0000
  • 1713348f8d Add endian_flip.hpp, with tests. Upgrade VC++ to 2010 bemandawes 2010-08-27 14:09:04 +0000
  • c60b7d2171 Add data() member bemandawes 2010-06-05 11:45:21 +0000
  • 22ccd7a2e4 Endian: get tests working on more compilers, eliminate compiler warnings bemandawes 2009-03-20 13:40:24 +0000
  • 40fa3beec4 Endian: get ready to test on more compilers bemandawes 2009-03-19 15:38:46 +0000
  • 0f36e2670d Endian: docs and examples improvements bemandawes 2009-03-19 14:33:59 +0000
  • 1218fc6f5c Endian: endian_hello_world tweaks bemandawes 2009-03-15 14:41:41 +0000
  • 8ddc12967c Endian: Rename endian_io.hpp -> endian_binary_stream.hpp for consistency. Add binary_stream_test, miscellaneous polish. bemandawes 2009-03-15 13:28:43 +0000
  • 815bdaabcd Endian: rename endian_io.hpp -> endian_binary_stream.hpp for consistency with binary_stream.hpp bemandawes 2009-03-14 19:32:40 +0000
  • 10e151fd46 Endian: add extractors and many more types to binary_stream.hpp, add binary_stream_test. bemandawes 2009-03-14 13:54:35 +0000
  • f8687695f1 binary_stream.hpp initial commit bemandawes 2009-03-14 01:36:19 +0000
  • f0e141f087 Endian: add endian_io.hpp, endian_hello_world.cpp, scoped_enum_emulation_test.cpp bemandawes 2009-03-12 15:35:35 +0000
  • 7c671f857c Fix endian.hpp copy-and-paste error reported by Vicente Botet. bemandawes 2008-10-01 15:31:55 +0000
  • 862666b854 Add explicit to ctor bemandawes 2008-08-06 18:40:26 +0000
  • f37a6cd5ca Add BOOST_MINIMAL_INTEGER_COVER_OPERATORS to reduce coupling to boost/operators.hpp, make constructor from T explicit to eliminate unintended consequences, add logging feature, extend test coverage. bemandawes 2008-08-06 18:34:15 +0000
  • 5610e8d97b Add endian_in_union_test, endian_operations_test. Disable cover operations for now. bemandawes 2008-06-01 15:01:43 +0000
  • a2f352794a Add ability to compile a version that can be used in C++03 unions if requested and not compiling with C++0x. bemandawes 2008-05-31 19:17:24 +0000
  • 59c79ecb75 Initial commit, corresponding to endian-0.8 bemandawes 2008-05-30 15:26:33 +0000