aboutsummaryrefslogtreecommitdiff
path: root/zencore/iohash.cpp
Commit message (Collapse)AuthorAgeFilesLines
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-87/+0
| | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees
* It's not possible to compile out testsStefan Boberg2021-09-201-1/+1
| | | | 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.
* Mada IoHash::Zero zero initialization explicitStefan Boberg2021-09-031-1/+1
|
* Made IoHash::Zero const, made IoHash alignment explicitStefan Boberg2021-09-021-1/+1
|
* IoHash::HashMemory -> IoHash::HashBuffer for consistency with UE5 codeStefan Boberg2021-09-021-2/+2
|
* Added HashMemory() function accepting CompositeBuffer argumentStefan Boberg2021-09-021-0/+14
|
* Adding zenservice codeStefan Boberg2021-05-111-0/+73