spice/python_modules
Alexander Larsson 12b08f2c3e 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.
2010-07-19 16:28:22 +02:00
..
__init__.py Initial import of spice protocol description and demarshall generator 2010-06-18 16:32:10 +02:00
codegen.py Support extra prefix in code generators 2010-06-22 16:01:57 +02:00
demarshal.py codegen: Various cleanups 2010-07-19 16:28:22 +02:00
Makefile.am Make distcheck work 2010-07-08 20:20:35 +02:00
marshal.py codegen: Various cleanups 2010-07-19 16:28:22 +02:00
ptypes.py codegen: Remove unused methos has_pointer() 2010-07-19 16:28:20 +02:00
spice_parser.py Properly parse QXLImage to the new-world SpiceImage 2010-07-07 23:58:33 +02:00