spice-protocol-pxvdi/python_modules
Marc-André Lureau 36ea49b686 demarshal: fixed-size array are missing __nelements
A message with a fixed-size array, such as uint8 uuid[16] will
generate an invalid code, missing the __nelements variable. Make sure
that variable is defined.
2012-03-20 15:25:56 +01:00
..
__init__.py Initial import of spice protocol description and demarshall generator 2012-03-20 15:25:43 +01:00
codegen.py python: remove c-ism trailing ; 2012-03-20 15:25:53 +01:00
demarshal.py demarshal: fixed-size array are missing __nelements 2012-03-20 15:25:56 +01:00
Makefile.am Remove trailing blank lines 2012-03-20 15:25:55 +01:00
marshal.py demarshaller/marshaller fix gcc 4.6.0 2012-03-20 15:25:50 +01:00
ptypes.py codegen: Fix enums.h generation 2012-03-20 15:25:54 +01:00
spice_parser.py Remove trailing blank lines 2012-03-20 15:25:55 +01:00