d04d3b903eRename types.html to integers.html
bemandawes
2011-09-04 12:36:04 +0000
688735599bUpdate references types.hpp to integers.hpp
bemandawes
2011-09-04 12:22:11 +0000
c8eb7ad4b6Rename types.hpp to integers.hpp
bemandawes
2011-09-04 12:17:29 +0000
0b4566731aContinue to refine the docs
bemandawes
2011-09-03 21:33:34 +0000
f243089ef4Ha! Replace invert() with reorder(). That finally feels right.
bemandawes
2011-09-03 20:42:28 +0000
a114dd72b5Rename flip() to invert()
bemandawes
2011-09-03 17:50:46 +0000
29e67189d5Change to more explicit conversion names
bemandawes
2011-09-03 15:14:53 +0000
3d7cc6c291Rename msvc10 directory and solution.
bemandawes
2011-09-03 12:27:03 +0000
ba62f16897Rename msvc10 directory and solution.
bemandawes
2011-09-03 12:16:43 +0000
50b8885d88Docs work in process, including getting started on conversion.html
bemandawes
2011-05-27 20:18:13 +0000
d55c958ca5Start work on docs
bemandawes
2011-05-27 19:37:11 +0000
d240940770Get tests running again after various renaming and moving of files
bemandawes
2011-05-27 15:53:09 +0000
5e802bea7fRename 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
5d906e49f7Get test going, start on docs
bemandawes
2011-05-26 19:19:04 +0000
64e8d41732Complete move of bin_manip files from endian to io library
bemandawes
2011-05-26 17:36:32 +0000
52dceb4159Add io library directories prior to moving bin_manip file to io
bemandawes
2011-05-26 17:28:08 +0000
baff6999b7Rename binary_stream files to bin_manip
bemandawes
2011-05-26 15:21:26 +0000
5632555aa4Remove 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
ac3ebc1905Cleared 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
89beec5205Reflect renaming and path changes
bemandawes
2011-05-22 20:33:28 +0000
e5146579a4Rename to match test rename
bemandawes
2011-05-22 20:07:05 +0000
41e1f371dbRename doc and test files to match header renaming
bemandawes
2011-05-22 20:04:06 +0000
631579a974Rename libs/integer to libs/endian
bemandawes
2011-05-22 19:57:42 +0000
3e89d24a71rename boost/integer to boost/endian
bemandawes
2011-05-22 19:53:53 +0000
a7aca3ad9bInexplicably, SVN renamed these files but failed to remove them under the original names.
bemandawes
2011-05-22 19:50:31 +0000
2d4dd6c5ddRename endian.hpp to integers.hpp
bemandawes
2011-05-22 19:30:45 +0000
9b6c747e2aRename endian_flip.hpp to conversion.hpp
bemandawes
2011-05-22 19:27:57 +0000
a67b53f9ccAdd changes from conversion.hpp, providing synopsis with in-place and non-modifying operations, unconditional and conditional.
bemandawes
2011-05-22 19:25:03 +0000
69e61c03d8Delete conversion.hpp. Instead, apply changes to endian_flip.hpp, then rename, thus preserving history.
bemandawes
2011-05-22 19:20:07 +0000
862666b854Add explicit to ctor
bemandawes
2008-08-06 18:40:26 +0000
f37a6cd5caAdd 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
a2f352794aAdd 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
59c79ecb75Initial commit, corresponding to endian-0.8
bemandawes
2008-05-30 15:26:33 +0000