index
:
sbc-harness
lukeshu/9p-containers
lukeshu/9p-read-multi-iovec
lukeshu/clang-format
lukeshu/dhcp
lukeshu/libobj
lukeshu/no-pico_time
lukeshu/patch-typeshed
lukeshu/picolibc
lukeshu/promise
lukeshu/vid
lukeshu/vid2
lukeshu/waitgroup
main
Unnamed repository; edit this file 'description' to name the repository.
Luke T. Shumaker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libmisc
/
tests
Age
Commit message (
Collapse
)
Author
7 days
More GCC 15 fixes
Luke T. Shumaker
13 days
Merge libobj into libmisc
Luke T. Shumaker
13 days
Use C23
Luke T. Shumaker
This gives us: - [[maybe_unused]] instead of [[gnu::unused]] - bool/true/false are predefined, so no need for <stdbool.h>
13 days
libmisc: log.h: Add a "log_" prefix to errorf/infof/debugf
Luke T. Shumaker
2025-04-12
Replace lib9p map with a libmisc heap-allocated map
Luke T. Shumaker
Turns out using static buffers makes it hard to detect "use-after-free" problems and leaks.
2025-04-07
fixup! libobj, libmisc/private.h: Allow+force semicolons
Luke T. Shumaker
2025-04-05
SYSTEM headers don't get strict GCC checks, so change them to PUBLIC
Luke T. Shumaker
2025-04-05
libobj, libmisc/private.h: Allow+force semicolons
Luke T. Shumaker
2025-04-02
Add libfmt to bypass output buffering for libmisc:assert
Luke T. Shumaker
2025-02-26
libmisc: macro.h: Add LM_FLOORLOG2
Luke T. Shumaker
2025-02-09
libmisc: Drop vcall.h
Luke T. Shumaker
2025-01-19
libmisc: endian.h: Add 64-bit versions
Luke T. Shumaker
2024-12-26
Build the full matrix of CMAKE_BUILD_TYPE
Luke T. Shumaker
2024-12-26
libmisc: test_rand: Avoid divide-by-zero, even if its result is ignored
Luke T. Shumaker
2024-12-26
libmisc: Rework how test-intercepts work
Luke T. Shumaker
2024-12-26
libmisc: Check that assert.h has no deps
Luke T. Shumaker
2024-12-13
Add some tests for LM_NEXT_POWER_OF_2
Luke T. Shumaker
2024-12-13
Gather macros into libmisc/macro.h
Luke T. Shumaker
2024-11-23
Use C23 (C++11) attribute syntax instead of __attribute__
Luke T. Shumaker
2024-11-23
libmisc: Logging/assert fixes
Luke T. Shumaker
2024-11-15
Add tests to libmisc
Luke T. Shumaker