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
/
lib9p
/
tests
/
test_compile.c
Age
Commit message (
Collapse
)
Author
2025-05-06
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>
2025-04-19
lib9p: Don't require that CONFIG_9P_ENABLE_9P2000
Luke T. Shumaker
2025-04-19
lib9p: test_compile: Deduplicate
Luke T. Shumaker
2025-04-17
lib9p: Check that we compile for the whole the matrix of "enable"-toggles
Luke T. Shumaker
2025-04-14
lib9p_core: Integrate linux-errno.h into 2010-9P2000.L.9p
Luke T. Shumaker
2025-04-14
lib9p_core: Redefine topo_sort() to be stable and prettier
Luke T. Shumaker
2025-04-14
Split lib9p into lib9p_core and lib9p_srv
Luke T. Shumaker
2025-03-29
lib9p: idl: Rework bitfields, allow full exprs more places
Luke T. Shumaker
2025-03-28
lib9p: idl: Touch up the *.9p files
Luke T. Shumaker
2025-03-22
lib9p: idl: 9P2000.L: Document all the bitfields and enums
Luke T. Shumaker
2025-03-22
lib9p: idl: Create an 'errno' type
Luke T. Shumaker
2025-03-22
lib9p: idl: Have bitfield bit names be less heuristic
Luke T. Shumaker
2025-03-22
lib9p: Add a test that generated macros compile
Luke T. Shumaker