aboutsummaryrefslogtreecommitdiff
path: root/c
AgeCommit message (Expand)Author
2023-12-02build(CMake): Require C99 modeHenrik S. Gaßmann
2023-11-05Fix CMake target include directories if library is used with add_subdirectory...Viacheslav H
2023-11-05Fix Windows build with clang-clRui Ueyama
2023-10-31style: Remove trailing whitespace in CMakeLists.txtHenrik Gaßmann
2023-10-31build(CMake): Provide NEON cflags for ARMv8 32bitHenrik Gaßmann
2023-10-02build(CMake): Apply PP definitions to all sourcesHenrik Gaßmann
2023-09-20version 1.5.01.5.0Jack O'Connor
2023-09-19c/blake3_impl.h: don't try to do NEON on big-endian aarch64.Havard Eidnes
2023-09-10fix a build break in the blake3_c testsJack O'Connor
2023-09-10update dev-dependenciesJack O'Connor
2023-07-21blake3_dispatch: Fix race condition initializing g_cpu_features.Javier Blazquez
2023-07-06version 1.4.11.4.1Jack O'Connor
2023-07-05retain the old NEON rotations in inline commentsJack O'Connor
2023-07-05NEON rot7/rot12 use shl+srisdlyyxy
2023-07-05NEON: only use __builtin_shufflevector on clangsdlyyxy
2023-07-05Improve NEON rot16/rot8sdlyyxy
2023-06-27Fix typo exendable -> extendable1f604
2023-06-17build(CMake): Rework NEON detectionHenrik S. Gaßmann
2023-06-17correct the VERSION in CMakeLists.txtJack O'Connor
2023-06-17build(CMake): Fix pkg-config directory specificationHenrik S. Gaßmann
2023-06-08version 1.4.01.4.0Jack O'Connor
2023-05-24build(cmake): Print the active SIMD configurationHenrik S. Gaßmann
2023-05-24build(cmake): Properly configure dispatcher for no SIMDHenrik S. Gaßmann
2023-05-24build(cmake): Correctly detect x86 and arm64 WindowsHenrik S. Gaßmann
2023-05-23Update c/CMakeLists.txtJack O'Connor
2023-05-23Update c/CMakeLists.txtJack O'Connor
2023-05-23Explicitly specify C symbol visibilityHenrik S. Gaßmann
2023-05-23Refactor CMake buildsystem to be portable and modernHenrik S. Gaßmann
2023-05-23Fix typosJoel Rosdahl
2023-05-01Minor changes to CMake, added SSE support. Added options to only make either ...SteveGremory
2023-05-01Fixed on macOSSteveGremory
2023-05-01Hotfix CMakeLists.txtSteveGremory
2023-05-01Added CMake support, CMakeLists.txt taken from issue 102SteveGremory
2023-04-21correct SSSE3 detection; fixes #300Samuel Neves
2023-03-25upgrade all Cargo.toml files to edition=2021Jack O'Connor
2023-01-23Correct section names on Windows GNU assemblynamazso
2023-01-19Make sign conversion explicit. Fix #287.Alberto González Palomo
2022-11-26version 1.3.31.3.3Jack O'Connor
2022-11-23fix incorrect output from AVX-512 intrinsics in debug mode under GCC 5.4 and 6.1Jack O'Connor
2022-11-22test multiple initial counter values for hash_manyJack O'Connor
2022-11-20version 1.3.2:1.3.2Jack O'Connor
2022-10-03Support portable build without intrinsicswargio
2022-07-28fix another instance of the same typoJack O'Connor
2022-07-22replace a copy-pasted Rust API reference in the C docsJack O'Connor
2022-04-09add prototypes to fix -Wstrict-prototypes warningsFangrui Song
2022-03-04add "(if any)" regarding keying in the security notesJack O'Connor
2022-03-03correct the security notes for the C APIJack O'Connor
2022-03-03simplify a bit moreJack O'Connor
2022-03-02simplify the security notes, avoid referring to entropyJack O'Connor
2022-03-02copy the same notes to the C docsJack O'Connor