summaryrefslogtreecommitdiff
path: root/libs/crc
Commit message (Expand)AuthorAgeFilesLines
* Update integer, random, utility, functional, config, array, type_traits, iter...Automated Commit2016-10-081-0/+0
* Update crc from develop.Automated Commit2014-08-201-0/+0
* CRC: Remove obsolete MSVC ifdef.Stephen Kelly2013-09-251-0/+0
* CRC: Remove use of BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTSStephen Kelly2013-09-251-0/+0
* Add missing inlineSteven Watanabe2013-06-191-0/+0
* Fix crc on msvcSteven Watanabe2013-02-281-0/+0
* Removed HTML setup files in Boost.CRC docs, since they will be added into the...Daryle Walker2012-01-221-0/+0
* Re-did documentation for Boost.CRC, using QuickBook and such.Daryle Walker2012-01-061-0/+0
* Re-did the compile-time reflection and CRC-table systems, making CRC configur...Daryle Walker2011-12-271-0/+0
* Changed the two internal core CRC routines: made the single-bit version call ...Daryle Walker2011-12-251-0/+0
* Added some optimizations (hopefully) during reflecting when the register size...Daryle Walker2011-12-251-0/+0
* Re-did the code for possibly-reflecting functions that decide at compile-time.Daryle Walker2011-12-251-0/+0
* Added a couple of 'inline' markers to internal functions; added Doxygen notes...Daryle Walker2011-12-251-0/+0
* Corrected a misspelling; renamed a function formal parameter that hid a class...Daryle Walker2011-12-221-0/+0
* Made speed-difference report easier to understand.Daryle Walker2011-12-221-0/+0
* Added new example CRC computer types to correct the mistaken ones; added test...Daryle Walker2011-12-221-0/+0
* Added Doxygen comments; marked some example CRC computer types as not matchin...Daryle Walker2011-12-221-0/+0
* Changed some copyright blocks.Daryle Walker2011-12-221-0/+0
* Folded both versions of boost::augmented_crc into a single one with a default...Daryle Walker2011-12-191-0/+0
* Finally added test cases where the two reflection parameters differ. Conditi...Daryle Walker2011-12-181-0/+0
* Factored CRC-modulo code to dedicated function templates; streamlined reflect...Daryle Walker2011-12-171-0/+0
* Changed reflection routines from a function-containing class template to a bu...Daryle Walker2011-12-161-0/+0
* Changed expressions of bit-mask constants to use Boost.MPL.Daryle Walker2011-12-161-0/+0
* Added unit-test for a bug that I can't activate.Daryle Walker2011-12-161-0/+0
* Use the right librarySteven Watanabe2011-12-151-0/+0
* Fix crc test Jamfile.Steven Watanabe2011-12-151-0/+0
* Added modernized version of the Boost.CRC test as an unit-test.Daryle Walker2011-12-151-0/+0
* Fix link in crc.Daniel James2010-04-051-0/+0
* Update a couple of links to integer documentation.Daniel James2010-01-021-0/+0
* rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the ...Troy D. Straszheim2009-10-171-0/+0
* Copyrights on CMakeLists.txt to keep them from clogging up the inspectTroy D. Straszheim2009-07-261-0/+0
* Workaround gcc problems with -pedantic. Fixes #613Steven Watanabe2009-06-051-0/+0
* Updating dependency information for modularized libraries.Michael A. Jackson2008-11-071-0/+0
* Updating CMake files to latest trunk. Added dependency information for regres...Michael A. Jackson2008-11-071-0/+0
* Continuing merge of CMake build system files into trunk with the encouragemen...Michael A. Jackson2008-11-011-0/+0
* Oops, forgot the important file.Rene Rivera2008-04-131-0/+0
* Move crc test into canonical test subdir structure.Rene Rivera2008-04-131-0/+0
* Point links to the pages that used to be in 'more' to the site.Daniel James2008-02-101-0/+0
* Link to people pages on the website, as they've been removed from the download.Daniel James2008-02-101-0/+0
* Merged from Version_1_33_1Douglas Gregor2005-12-081-0/+0
* Merged from 1.33.0 releaseDouglas Gregor2005-08-121-0/+0
* c++boost.gif -> boost.png replacementAleksey Gurtovoy2004-10-051-0/+0
* Fixed (hopefully) bugs with CRC polymoninals shorter than a byte, with a patc...Daryle Walker2004-08-291-0/+0
* Corrected license statementDaryle Walker2003-11-281-0/+0
* fix broken linkBeman Dawes2003-11-261-0/+0
* Moved some of my stuff to the Boost Software License, Version 1.0Daryle Walker2003-11-051-0/+0
* Merged in fixes from the Boost 1.30.2 release branchDaryle Walker2003-11-021-0/+0
* Adjusted to changes in Boost.TestDaryle Walker2003-08-231-0/+0
* work around peculiar "static const" problem on old EDG-based compilersJens Maurer2003-07-111-0/+0
* DEC/Compaq C++ needs to use unsigned long integral constant arithmeticJens Maurer2003-07-091-0/+0