summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Expand)Author
2024-08-19delete the guts crate for nowJack O'Connor
2024-08-18make xof_many fall back to compress_xof instead of portable codeJack O'Connor
2024-07-09bump the MSRV in CIJack O'Connor
2024-07-09bump the MSRV to 1.67.1Jack O'Connor
2024-03-12version 1.5.11.5.1Jack O'Connor
2024-03-10test_miri_smoketestJack O'Connor
2024-01-21add guts testing to CIJack O'Connor
2023-12-30replace unmaintained actions-rs/toolchain action in CIDirk Stolle
2023-12-28update actions/checkout in GitHub Actions to v4Dirk Stolle
2023-11-05add the compiler name to CMake CI jobsJack O'Connor
2023-09-19add a test for the new serde featureJack O'Connor
2023-09-16replace the new file module with inherent methods on HasherJack O'Connor
2023-09-10stop using MIPS for big-endian testingJack O'Connor
2023-09-10update the MSRV for b3sum to 1.70.0Jack O'Connor
2023-07-16Add tests for ZeroizeElichai Turkel
2023-07-06update constant_time_eq to v0.3.0Jack O'Connor
2023-06-08factor out b3sum tests in ci.yml, to support a different MSRVJack O'Connor
2023-05-23Refactor CMake buildsystem to be portable and modernHenrik S. Gaßmann
2023-05-01Fixed CI for CMake.SteveGremory
2023-05-01Added CI Support for the CMake build, Linux/macOS only (for now)SteveGremory
2022-11-22add GCC 5.4 to CIJack O'Connor
2022-11-20add another retry loop to upload_github_release_asset.pyJack O'Connor
2022-11-20add the MSRV toolchain (currently 1.60.0) to CIJack O'Connor
2022-10-12Add missing sudo in ci.ymlGiovanni
2022-10-03Support portable build without intrinsicswargio
2022-01-18add a RAYON_NUM_THREADS=1 run to CIJack O'Connor
2021-10-21add aarch64-apple-darwin builds to GitHub CIJack O'Connor
2021-10-12Disable no_neon feature for C bindings as we can't propagate from cargo buildrsdy
2021-10-08Add no_neon feature tests to CIrsdy
2021-03-21get rid of the standalone "*_rayon" functionsJack O'Connor
2021-03-21gate digest and crypto-mac implementations behind "traits-preview"Jack O'Connor
2020-10-20include example.cJack O'Connor
2020-09-29add cross_test.sh for the C bindingsJack O'Connor
2020-09-02cover the no_sse2 flags in CI testingJack O'Connor
2020-08-31add i586-unknown-linux-musl as a test targetJack O'Connor
2020-08-31fix a build break on x86 targets without guaranteed SSE2 supportJack O'Connor
2020-07-20rename the C Makefile to Makefile.testingJack O'Connor
2020-05-05add newline and backslash escaping to b3sum outputJack O'Connor
2020-04-28build b3sum binaries in CI for new tagsJack O'Connor
2020-04-11print the compiler version in CI, for help with debuggingJack O'Connor
2020-04-02only run CI on branches and PRs, not tagsJack O'Connor
2020-04-01automatically fall back to the pure Rust buildJack O'Connor
2020-03-31turn all compiler warnings into errors in CIJack O'Connor
2020-03-29add testing-only flags to disable individual instruction setsJack O'Connor
2020-03-29refactor the Cargo feature setJack O'Connor
2020-03-29add more --release mode testingJack O'Connor
2020-03-28print instruction set support quietlyJack O'Connor
2020-03-28print out instruction set support in CIJack O'Connor
2020-03-28add release assembly testsJack O'Connor
2020-03-24disable fail-fast for cross tests tooJack O'Connor