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

CLI love

Choose a tag to compare

@rr- rr- released this 20 Jun 15:00
  • Restored support for CRC16CCITT and CRC16IBM in CLI
  • Restored support for calculating CRCs in CLI
  • Fixed CLI --help returning 1 instead of 0
  • Added optimization flags to build script
  • Removed test binaries from distribution in build script
  • Further code cleanup:
    • CRC32, CRC16IBM and CRC16CCITT implementations merged into common code
    • Improved CLI error handling
    • Improved progress handling
    • Removed stdin/stdout support leftovers
    • Replaced exit() calls with return statements