summaryrefslogtreecommitdiff
path: root/libmisc/tests
AgeCommit message (Collapse)Author
7 daysMore GCC 15 fixesLuke T. Shumaker
13 daysMerge libobj into libmiscLuke T. Shumaker
13 daysUse C23Luke T. Shumaker
This gives us: - [[maybe_unused]] instead of [[gnu::unused]] - bool/true/false are predefined, so no need for <stdbool.h>
13 dayslibmisc: log.h: Add a "log_" prefix to errorf/infof/debugfLuke T. Shumaker
2025-04-12Replace lib9p map with a libmisc heap-allocated mapLuke T. Shumaker
Turns out using static buffers makes it hard to detect "use-after-free" problems and leaks.
2025-04-07fixup! libobj, libmisc/private.h: Allow+force semicolonsLuke T. Shumaker
2025-04-05SYSTEM headers don't get strict GCC checks, so change them to PUBLICLuke T. Shumaker
2025-04-05libobj, libmisc/private.h: Allow+force semicolonsLuke T. Shumaker
2025-04-02Add libfmt to bypass output buffering for libmisc:assertLuke T. Shumaker
2025-02-26libmisc: macro.h: Add LM_FLOORLOG2Luke T. Shumaker
2025-02-09libmisc: Drop vcall.hLuke T. Shumaker
2025-01-19libmisc: endian.h: Add 64-bit versionsLuke T. Shumaker
2024-12-26Build the full matrix of CMAKE_BUILD_TYPELuke T. Shumaker
2024-12-26libmisc: test_rand: Avoid divide-by-zero, even if its result is ignoredLuke T. Shumaker
2024-12-26libmisc: Rework how test-intercepts workLuke T. Shumaker
2024-12-26libmisc: Check that assert.h has no depsLuke T. Shumaker
2024-12-13Add some tests for LM_NEXT_POWER_OF_2Luke T. Shumaker
2024-12-13Gather macros into libmisc/macro.hLuke T. Shumaker
2024-11-23Use C23 (C++11) attribute syntax instead of __attribute__Luke T. Shumaker
2024-11-23libmisc: Logging/assert fixesLuke T. Shumaker
2024-11-15Add tests to libmiscLuke T. Shumaker