spice-common/python_modules
Alexander Larsson bdcfb2c83d codegen: Various cleanups
Remove all uses of @end in the marshaller, instead just using
the C struct array-at-end-of-struct. To make this work we also remove
all use of @end for switches (making them C unions).

We drop the zero member of the notify message so that we can avoid this
use of @end for a primitive in the marshaller (plus its useless to send
over the wire).

We change the offsets and stuff in the migration messages to real pointers.
2012-03-20 15:25:48 +01:00
..
__init__.py Initial import of spice protocol description and demarshall generator 2012-03-20 15:25:43 +01:00
codegen.py Support extra prefix in code generators 2012-03-20 15:25:44 +01:00
demarshal.py codegen: Various cleanups 2012-03-20 15:25:48 +01:00
Makefile.am Make distcheck work 2012-03-20 15:25:48 +01:00
marshal.py codegen: Various cleanups 2012-03-20 15:25:48 +01:00
ptypes.py codegen: Remove unused methos has_pointer() 2012-03-20 15:25:48 +01:00
spice_parser.py Properly parse QXLImage to the new-world SpiceImage 2012-03-20 15:25:47 +01:00