..
demo.c
rpcgen: add g_auto function support
2023-11-03 14:06:35 -04:00
demo.h
rpcgen: add g_auto function support
2023-11-03 14:06:35 -04:00
demo.x
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
meson.build
rpcgen: Reformat meson files
2023-12-01 13:50:16 +01:00
simple.x
test_demo_enum_fixed_array.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_enum_pointer_null.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_enum_pointer_set.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_enum_scalar.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_enum_variable_array_empty.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_enum_variable_array_set.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_enum.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_int_fixed_array.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_int_pointer_null.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_int_pointer_set.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_int_scalar.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_int_variable_array_empty.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_int_variable_array_set.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_opaque_fixed_array.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_opaque_variable_array_empty.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_opaque_variable_array_set.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_string_variable_array_empty.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_string_variable_array_set.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_struct_fixed_array.bin
rpcgen: tests: Run cleanly on platforms where char is unsigned
2023-11-29 17:16:45 +01:00
test_demo_struct_pointer_null.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_struct_pointer_set.bin
rpcgen: tests: Run cleanly on platforms where char is unsigned
2023-11-29 17:16:45 +01:00
test_demo_struct_scalar.bin
rpcgen: tests: Run cleanly on platforms where char is unsigned
2023-11-29 17:16:45 +01:00
test_demo_struct_variable_array_empty.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_struct_variable_array_set.bin
rpcgen: tests: Run cleanly on platforms where char is unsigned
2023-11-29 17:16:45 +01:00
test_demo_struct.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_test_struct_all_types.bin
rpcgen: tests: Run cleanly on platforms where char is unsigned
2023-11-29 17:16:45 +01:00
test_demo_union_case.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_union_default.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_union_fixed_array.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_union_no_default_case.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_union_pointer_null.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_union_pointer_set.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_union_scalar.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_union_variable_array_empty.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_union_variable_array_set.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_union_void_default_case.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo_union_void_default_default.bin
rpcgen: add test case for XDR serialization
2023-11-03 14:06:35 -04:00
test_demo.c
scripts/rpcgen: fix 64 unsigned int test on macOS
2023-12-01 13:50:16 +01:00
test_generator.py
rpcgen: add g_auto function support
2023-11-03 14:06:35 -04:00
test_lexer.py
test_parser.py