summaryrefslogtreecommitdiffstats
path: root/python_modules
Commit message (Collapse)AuthorAgeFilesLines
* Support @as_ptr in demarshaller to avoid copying data unnecessaryAlexander Larsson2010-06-181-1/+13
|
* Add support for generating message and structure marshallersAlexander Larsson2010-06-181-0/+357
|
* Add python code to automake systemAlexander Larsson2010-06-181-0/+6
|
* Initial import of spice protocol description and demarshall generatorAlexander Larsson2010-06-185-0/+2509
The "spice.proto" file describes in detail the networking prototcol that spice uses and spice_codegen.py can parse this and generate demarshallers for such network messages.