2
0
mirror of https://github.com/boostorg/crc.git synced 2026-01-19 16:12:18 +00:00

15 Commits

Author SHA1 Message Date
Peter Dimov
f43061dc1e Remove use of Boost.Predef from crc_test2.cpp 2024-04-14 13:58:04 +03:00
Peter Dimov
01e4867cb7 Remove use of Boost.Typeof from crc_test2.cpp 2024-04-14 13:49:58 +03:00
Peter Dimov
4899ff98fa Remove use of Boost.TypeTraits from crc_test2.cpp 2024-04-14 13:47:20 +03:00
Peter Dimov
e173cd45b3 Remove use of Boost.Random in tests 2024-04-14 06:39:39 +03:00
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