summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Expand)Author
2020-02-12more file renaming, use underscores more consistentlyJack O'Connor
2020-02-12Rename assembly files (blake3-* -> blake3_*)Erik Johansson
2020-02-12add test_asm to the C MakefileJack O'Connor
2020-02-12integrate assembly implementations into blake3_c_rust_bindingsJack O'Connor
2020-02-12integrate assembly implementations into the blake3 crateJack O'Connor
2020-02-11add cross testing on i686 to CIJack O'Connor
2020-02-07add the Windows GNU toolchain to CIJack O'Connor
2020-02-06stop skipping all other builds when one CI build failsJack O'Connor
2020-01-20add the reference impl doc test to CIJack O'Connor
2020-01-20test the BLAKE3_NO_* vars in CIJack O'Connor
2020-01-16add blake3_c_rust_bindings for testing and benchmarkingJack O'Connor
2020-01-10enable CI on pull requestsJack O'Connor
2020-01-09merge the C code's ci.yml into the top level oneJack O'Connor
2019-12-13test release mode in CIJack O'Connor
2019-12-12make the "c_avx512" feature a no-op on non-x86Jack O'Connor
2019-12-12initial version of b3sumJack O'Connor
2019-12-11fix syntax errors in ci.ymlJack O'Connor
2019-12-11run the test vectors on cross tests (ARM, MIPS) on CIJack O'Connor
2019-12-11fix bench tests running in the wrong directoryJack O'Connor
2019-12-11run test vectors and bench tests in the regular CI test matrixJack O'Connor
2019-12-11test against test_vectors.json in CIJack O'Connor
2019-12-10add `cargo +nightly test --benches` to CIJack O'Connor
2019-12-09typo in ci.ymlJack O'Connor
2019-12-09set ARMv7 NEON compiler flags automaticallyJack O'Connor
2019-12-09fix a syntax error in ci.ymlJack O'Connor
2019-12-09add ci.ymlJack O'Connor