Skip to content
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.

Commit

Permalink
Updated to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Kurczewski committed Jun 22, 2015
1 parent a108e67 commit 96a0481
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
### 0.5
- Added support for CRC32-POSIX! (`cksum` from GNU coreutils)
- Fixed support for large files (+ added unit tests for file size type)
- Fixed buffer overflow in tests
- Fixed tests depending on each other
- Improved CLI help:
- Fixed algorithm table being printed to stdout rather than stderr on errors
- Changed list of available algorithms to print short info about each one
- Changed usage to be printed only on errors related to input arguments
- Added blank linke between usage and error messages
- Reworded things a little
- Changed strip to strip everything in build script
- Refactoring:
- Replaced CRC class hierarchy with simple factories
- Introduced CRC::Specs that replaces getters and big CRC constructor
- Replaced private methods in CRC with pimpl idiom
- Flattened file hierarchy in lib/
- Fixed file names not following snake case convention
- Fixed test function names not following camelCase convention
- Moved types coupled to CRC inside CRC
- Changed tests to automatically test all future CRCs (by using CRC factory)
- Organized #includes

### 0.4
- Restored support for CRC16CCITT and CRC16IBM in CLI
- Restored support for calculating CRCs in CLI
Expand Down

0 comments on commit 96a0481

Please sign in to comment.