spice-common/python_modules
Frediano Ziglio 6838f30079 codegen: Add a check to array type
If the size is not constant the array has to be allocated in some
way in the output and so there must be a specification for the
output (as default is write into the C structure all data).
The only exceptions are when the length is constant (in this case
a constant length array in the C structure is used) or a pointer
(in this case the pointer allocate the array).

Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
Acked-by: Victor Toso <victortoso@redhat.com>
2021-02-22 09:11:28 +00: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: Add a check to array type 2021-02-22 09:11:28 +00:00
spice_parser.py codegen: Remove bytes array length support 2020-10-06 13:09:56 +01:00