-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This version supports Windows builds via the Visual Studio compiler. To ensure this is indeed working we have added both a set of unit tests, and AppVeyor/Travis build scripts. This version also drops the old consumption method, which read/crc'd/wrote in a tight loop. This was always an experimental feature so there is no harm on taking it out. Signed-off-by: Rodrigo Tobar <[email protected]>
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ | |
author='The ICRAR DIA Team', | ||
url='https://github.com/ICRAR/crc32c', | ||
author_email='[email protected]', | ||
version='1.3', | ||
version='1.4', | ||
license="LGPLv2.1+", | ||
description='A python package exposing the Intel SSE4.2 CRC32C instruction', | ||
classifiers=classifiers, | ||
|