spice-common/python_modules
Frediano Ziglio d8fe0cbb84 codegen: Remove bytes array length support
This syntax was only used in protocol 1 which has been removed
time ago.
Beside not being used it's confusing and prone to errors,
array size is specified using 2 identifiers, one reporting
bytes and the other number of items, one used for marshalling,
the other for demarshalling.

Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
2020-10-06 13:09:56 +01:00
..
__init__.py Revert "Remove files moved to spice-protocol" 2016-03-10 16:01:36 +01:00
codegen.py codegen: Rename --prefix parameter to --suffix 2019-03-08 21:22:58 +00:00
demarshal.py codegen: Remove bytes array length support 2020-10-06 13:09:56 +01:00
Makefile.am build: Add __pycache__/*.pyc to DISTCLEANFILES 2018-06-18 14:08:10 +01:00
marshal.py codegen: Remove bytes array length support 2020-10-06 13:09:56 +01:00
meson.build Add support for building with meson/ninja 2018-06-01 21:27:04 +01:00
ptypes.py codegen: Remove bytes array length support 2020-10-06 13:09:56 +01:00
spice_parser.py codegen: Remove bytes array length support 2020-10-06 13:09:56 +01:00