| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | moved source directories into `/src` (#264) | Stefan Boberg | 2023-05-02 | 1 | -175/+0 |
| | | | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees | ||||
| * | Use BLAKE3 port from vcpkg (#141) | Stefan Boberg | 2022-09-20 | 1 | -5/+2 |
| | | | | | use BLAKE3 port from vcpkg instead of in-tree binaries | ||||
| * | Added option to use Catch2 framework for tests | Stefan Boberg | 2022-04-05 | 1 | -8/+8 |
| | | |||||
| * | Merged main | Martin Ridgers | 2021-11-09 | 1 | -1/+1 |
| |\ | |||||
| | * | Renamed 3rdparty -> thirdparty for legal compliance | Stefan Boberg | 2021-11-04 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed signed/unsigned mismatched warnings from GCC | Martin Ridgers | 2021-09-29 | 1 | -1/+3 |
| |/ | |||||
| * | It's not possible to compile out tests | Stefan Boberg | 2021-09-20 | 1 | -1/+5 |
| | | | | | Tests are now compiled in if `ZEN_WITH_TESTS=1`, and compiled out if not. Compiling tests out reduces the footprint of the resulting executables quite significantly. | ||||
| * | clang-format fixups | Stefan Boberg | 2021-05-24 | 1 | -2/+2 |
| | | |||||
| * | Added BLAKE3::HashBuffer for hashing composite buffers | Stefan Boberg | 2021-05-24 | 1 | -1/+20 |
| | | |||||
| * | Adding zenservice code | Stefan Boberg | 2021-05-11 | 1 | -0/+153 |