Recent Releases of https://github.com/awslabs/aws-checksums
https://github.com/awslabs/aws-checksums - v0.2.5
What's Changed
- Add missing extern c to new header by @DmitriyMusatkin in https://github.com/awslabs/aws-checksums/pull/103
Full Changelog: https://github.com/awslabs/aws-checksums/compare/v0.2.4...v0.2.5
- C
Published by DmitriyMusatkin over 1 year ago
https://github.com/awslabs/aws-checksums - v0.2.4
What's Changed
- Add init functions to support thread safe init of impls by @DmitriyMusatkin in https://github.com/awslabs/aws-checksums/pull/102
Full Changelog: https://github.com/awslabs/aws-checksums/compare/v0.2.3...v0.2.4
- C
Published by DmitriyMusatkin over 1 year ago
https://github.com/awslabs/aws-checksums - v0.2.3
What's Changed
- Switch CI to use roles by @DmitriyMusatkin in https://github.com/awslabs/aws-checksums/pull/100
- A bunch of CMake fixes by @graebm in https://github.com/awslabs/aws-checksums/pull/101
Full Changelog: https://github.com/awslabs/aws-checksums/compare/v0.2.2...v0.2.3
- C
Published by sfod over 1 year ago
https://github.com/awslabs/aws-checksums - v0.2.2
What's Changed
- fix predefines for bswap for old compilers by @DmitriyMusatkin in https://github.com/awslabs/aws-checksums/pull/99
Full Changelog: https://github.com/awslabs/aws-checksums/compare/v0.2.1...v0.2.2
- C
Published by DmitriyMusatkin over 1 year ago
https://github.com/awslabs/aws-checksums - v0.2.1
What's Changed
- chore: Modified bug issue template to add checkbox to report potential regression. by @ashishdhingra in https://github.com/awslabs/aws-checksums/pull/95
- CRC big endian support by @DmitriyMusatkin in https://github.com/awslabs/aws-checksums/pull/97
New Contributors
- @ashishdhingra made their first contribution in https://github.com/awslabs/aws-checksums/pull/95
Full Changelog: https://github.com/awslabs/aws-checksums/compare/v0.2.0...v0.2.1
- C
Published by DmitriyMusatkin over 1 year ago
https://github.com/awslabs/aws-checksums - Update Minimum CMake to 3.9
What's Changed
- Update CMake to 3.9 by @waahm7 in https://github.com/awslabs/aws-checksums/pull/98
Full Changelog: https://github.com/awslabs/aws-checksums/compare/v0.1.20...v0.2.0
- C
Published by waahm7 almost 2 years ago
https://github.com/awslabs/aws-checksums - v0.1.20
What's Changed
- Add crc helpers for writing to large buffers. by @DmitriyMusatkin in https://github.com/awslabs/aws-checksums/pull/93
- Fix builds on clang 16+ by @DmitriyMusatkin in https://github.com/awslabs/aws-checksums/pull/96
New Contributors
- @DmitriyMusatkin made their first contribution in https://github.com/awslabs/aws-checksums/pull/93
Full Changelog: https://github.com/awslabs/aws-checksums/compare/v0.1.19...v0.1.20
- C
Published by DmitriyMusatkin almost 2 years ago
https://github.com/awslabs/aws-checksums - v0.1.19
What's Changed
- rebase CRC32DATA32VALUE by @jmklix in https://github.com/awslabs/aws-checksums/pull/87
- clang-format 18 by @graebm in https://github.com/awslabs/aws-checksums/pull/91
- Update MacOS to arm64 by @waahm7 in https://github.com/awslabs/aws-checksums/pull/92
- Better vectorization and crc64 by @JonathanHenson in https://github.com/awslabs/aws-checksums/pull/79
Full Changelog: https://github.com/awslabs/aws-checksums/compare/v0.1.18...v0.1.19
- C
Published by DmitriyMusatkin almost 2 years ago
https://github.com/awslabs/aws-checksums - v0.1.18
What's Changed
- added workflow for handling answerable discussions by @yasminetalby in https://github.com/awslabs/aws-checksums/pull/75
- Remove unused source/arm/asm directory include by @waahm7 in https://github.com/awslabs/aws-checksums/pull/78
- BUILDER_VERSION: v0.9.55 by @graebm in https://github.com/awslabs/aws-checksums/pull/80
New Contributors
- @yasminetalby made their first contribution in https://github.com/awslabs/aws-checksums/pull/75
Full Changelog: https://github.com/awslabs/aws-checksums/compare/v0.1.17...v0.1.18
- C
Published by TingDaoK over 2 years ago
https://github.com/awslabs/aws-checksums - Fix MSVC with Clang CPU_Extension
What's Changed
- Refactor CPU_EXTENSIONS logic for MSVC with Clang by @waahm7 in https://github.com/awslabs/aws-checksums/pull/69
Full Changelog: https://github.com/awslabs/aws-checksums/compare/v0.1.16...v0.1.17
- C
Published by waahm7 about 3 years ago
https://github.com/awslabs/aws-checksums - Fix use of inline ASM labels
What's Changed
- add github templates and bots by @jmklix in https://github.com/awslabs/aws-checksums/pull/64
- Fix use of inline ASM labels by @jamesbornholt in https://github.com/awslabs/aws-checksums/pull/65
New Contributors
- @jmklix made their first contribution in https://github.com/awslabs/aws-checksums/pull/64
- @jamesbornholt made their first contribution in https://github.com/awslabs/aws-checksums/pull/65
Full Changelog: https://github.com/awslabs/aws-checksums/compare/v0.1.15...v0.1.16
- C
Published by graebm about 3 years ago
https://github.com/awslabs/aws-checksums - v0.1.15
What's Changed
- add to .gitignore by @graebm in https://github.com/awslabs/aws-checksums/pull/62
- Fix warnings in public headers by @waahm7 in https://github.com/awslabs/aws-checksums/pull/63
Full Changelog: https://github.com/awslabs/aws-checksums/compare/v0.1.14...v0.1.15
- C
Published by waahm7 about 3 years ago
https://github.com/awslabs/aws-checksums - Fix GCC and Clang ASM operand constraint
What's Changed
- Add AppVerifier to CI by @TwistedTwigleg in https://github.com/awslabs/aws-checksums/pull/58
- Update CI to fix downstream build by @waahm7 in https://github.com/awslabs/aws-checksums/pull/59
- Fixed gcc and clang constraint error due to improper input operands a… by @JonathanHenson in https://github.com/awslabs/aws-checksums/pull/57
New Contributors
- @TwistedTwigleg made their first contribution in https://github.com/awslabs/aws-checksums/pull/58
- @waahm7 made their first contribution in https://github.com/awslabs/aws-checksums/pull/59
Full Changelog: https://github.com/awslabs/aws-checksums/compare/v0.1.13...v0.1.14
- C
Published by graebm over 3 years ago
https://github.com/awslabs/aws-checksums - Allow mix of static and shared libs
What's Changed
- load cmake target fallback by @TingDaoK in https://github.com/awslabs/aws-checksums/pull/56
New Contributors
- @TingDaoK made their first contribution in https://github.com/awslabs/aws-checksums/pull/53
Full Changelog: https://github.com/awslabs/aws-checksums/compare/v0.1.12...v0.1.13
- C
Published by graebm almost 4 years ago
https://github.com/awslabs/aws-checksums - Support new build flag: USE_CPU_EXTENSIONS
if -DUSE_CPU_EXTENSIONS=OFF then do not use function implementations that are optimized for specific CPU architectures, only use the generic implementation
- C
Published by graebm almost 5 years ago
https://github.com/awslabs/aws-checksums - Improved arm support
- Updated feature test compilation flags to properly detect/fail cortex features
- C
Published by bretambrose over 5 years ago
https://github.com/awslabs/aws-checksums - Removed UNSTABLE from SONAME
- C
Published by JonathanHenson over 5 years ago
https://github.com/awslabs/aws-checksums - Cmake Config Fixes
- updates cmake files to use the local project name, fixing consumers using this as a submodule
- C
Published by bretambrose almost 6 years ago
https://github.com/awslabs/aws-checksums - ARM CRC instructions, cpuid check refactor, and exported symbol changes
- Refactor to run on aws-c-common's cpuid checks and cmake macros. (#31)
- Add support for using Arm CRC instructions (#31)
- Fix exported symbols according to changes in aws-c-common. (#32)
- C
Published by DavidOgunsAWS almost 6 years ago
https://github.com/awslabs/aws-checksums - Fix duplicate symbols in gcc < 4.4
- C
Published by JonathanHenson about 6 years ago
https://github.com/awslabs/aws-checksums - Make sure clang builds use the hw optimized code, disable the asm on assemblers that don't know of clmul's existence.
- C
Published by JonathanHenson about 6 years ago
https://github.com/awslabs/aws-checksums - Android Build Fix
This release fixes conflicting symbols when building for Android.
- C
Published by ColdenCullen almost 7 years ago
https://github.com/awslabs/aws-checksums - fixed mixed static/shared builds.
- C
Published by JonathanHenson almost 7 years ago
https://github.com/awslabs/aws-checksums - Fix MSVC ARM Build
It just forwards to the SW implementation, but it's better than nothing.
- C
Published by ColdenCullen about 7 years ago
https://github.com/awslabs/aws-checksums - Windows build fix patch
- C
Published by david-koenig over 7 years ago
https://github.com/awslabs/aws-checksums - Initial alpha release
- C
Published by david-koenig over 7 years ago