aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/intmath.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix zencore bugs and propagate content type through IoBufferBuilder (#783)Stefan Boberg2026-02-241-0/+6
| | | | | | | - Add missing includes in hashutils.h (`<cstddef>`, `<type_traits>`) - Add `ZenContentType` parameter to all `IoBufferBuilder` factory methods so content type is set at buffer creation time - Fix null dereference in `SharedBuffer::GetFileReference()` when buffer is null - Fix out-of-bounds read in trace command-line argument parsing when arg length exactly matches option length - Add unit tests for 32-bit `CountLeadingZeros`
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+65
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees