aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/xxhash.cpp
Commit message (Collapse)AuthorAgeFilesLines
* added TEST_SUITE_BEGIN/END around some TEST_CASEs which didn't have them (#809)Stefan Boberg12 days1-0/+4
| | | | | | | * added TEST_SUITE_BEGIN/END around some TEST_CASEs which didn't have them * fixed some stats issues * ScopedSpan should Initialize * annotated classes in stats.h with some documentation comments
* added test verification of XXH3_128Stream vs XXH3_128::HashMemoryStefan Boberg2024-12-131-0/+2
|
* fixed XXH3_128Stream so it initializes the state properlyStefan Boberg2024-12-131-2/+10
| | | | the old version is still present for now, with a _deprecated suffix
* added xxhash unit tests (which currently fail)Stefan Boberg2024-12-131-0/+41
|
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+50
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees