index
:
sbc-harness
lukeshu/9p-L
lukeshu/9p-containers
lukeshu/9p-read-multi-iovec
lukeshu/clang-format
lukeshu/dhcp
lukeshu/libobj
lukeshu/macros
lukeshu/measurestack-refactor
lukeshu/no-pico_time
lukeshu/patch-typeshed
lukeshu/picolibc
lukeshu/promise
lukeshu/safe-conversion
lukeshu/uf2
lukeshu/vid-scratch
lukeshu/waitgroup
lukeshu/wrap-foreach
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
/
idl
/
__init__.py
Age
Commit message (
Expand
)
Author
2025-04-14
lib9p_core: Integrate linux-errno.h into 2010-9P2000.L.9p
Luke T. Shumaker
2025-04-14
lib9p_idl: parser: Tidy regex group names
Luke T. Shumaker
2025-03-29
lib9p: idl: Rework bitfields, allow full exprs more places
Luke T. Shumaker
2025-03-29
lib9p: idl: In bitfields, explicitly say "bit" or "alias"
Luke T. Shumaker
2025-03-28
lib9p: idl: Allow Numbers to have ,val= or ,max=
Luke T. Shumaker
2025-03-28
lib9p: idl: Allow for const .cnt
Luke T. Shumaker
2025-03-22
Python: Clean up f-strings
Luke T. Shumaker
2025-03-22
lib9p: idl: Have bitfield bit names be less heuristic
Luke T. Shumaker
2025-03-22
lib9p: idl.gen: Have a separate type that excludes idl.Primitive
Luke T. Shumaker
2025-03-22
make lint/python3: Use pylint
Luke T. Shumaker
2025-02-03
lib9p: idl.gen: Have pretty and informative error messages
Luke T. Shumaker
2025-02-03
lib9p: idl.gen: Check for duplicate names and msg type ids
Luke T. Shumaker
2025-01-25
lib9p: idl.gen: Detect when we try to import a sym that doesn't exist
Luke T. Shumaker
2025-01-23
lib9p: idl.gen: Validate that member types exist
Luke T. Shumaker
2025-01-19
lib9p: idl.gen: Track min and max object sizes
Luke T. Shumaker
2025-01-14
lib9p: idl: Add numeric constants
Luke T. Shumaker
2025-01-14
lib9p: Limit count and offset to INT{32,64}_MAX
Luke T. Shumaker
2025-01-14
lib9p: idl: Parser: Fix an error message
Luke T. Shumaker
2025-01-14
lib9p: idl: Parser: Use Python 3.13 type aliases
Luke T. Shumaker
2024-12-26
lib9p: Pull the IDL parser into a separate file
Luke T. Shumaker