Commit Graph

11 Commits

Author SHA1 Message Date
Glen Fernandes
7e9a89d2df Drop dependency on MPL and use TypeTraits 2018-09-14 22:12:41 -04:00
Glen Fernandes
df6b257cea Use Lightweight_test instead of Test for unit tests 2018-09-14 22:12:22 -04:00
Glen Fernandes
f3090f1eaa Use correct Predef header for Endian in unit test 2018-09-14 22:11:06 -04:00
Steven Watanabe
a8dd485837 Fix crc on msvc
[SVN r83212]
2013-02-28 22:38:48 +00:00
Daryle Walker
d60f9c7824 Re-did the compile-time reflection and CRC-table systems, making CRC configurations with mixed-reflection parameters and sub-byte width work, and doubling the speed\!
[SVN r76197]
2011-12-27 00:39:25 +00:00
Daryle Walker
328bf50f66 Added new example CRC computer types to correct the mistaken ones; added test cases for those new types.
[SVN r76104]
2011-12-22 12:07:23 +00:00
Daryle Walker
929cf0f97f Changed some copyright blocks.
[SVN r76101]
2011-12-22 11:33:14 +00:00
Daryle Walker
6da2cbe97b Finally added test cases where the two reflection parameters differ. Conditionally excluded one of the new cases when it discovered a fundamental flaw in the library\!
[SVN r76047]
2011-12-18 18:04:03 +00:00
Daryle Walker
3c5a9af963 Changed expressions of bit-mask constants to use Boost.MPL.
[SVN r75982]
2011-12-16 09:10:13 +00:00
Daryle Walker
9e1d81971d Added unit-test for a bug that I can't activate.
[SVN r75981]
2011-12-16 02:18:09 +00:00
Daryle Walker
a85dcc45b5 Added modernized version of the Boost.CRC test as an unit-test.
[SVN r75959]
2011-12-15 11:07:27 +00:00