summaryrefslogtreecommitdiffstats
path: root/python_modules/codegen.py
Commit message (Collapse)AuthorAgeFilesLines
* support python 2.5.4+ for marshaller/demarshallersAlon Levy2010-08-171-0/+1
| | | | | Patch adds a "from __future__" import that doesn't affect newer python's but allows python 2.5.4 to run the code (tested under scratchbox, n900 build environment)
* Support extra prefix in code generatorsAlexander Larsson2010-06-221-0/+1
| | | | | This is require when we add a new spice.proto for the old (major 1) protocol description.
* Initial import of spice protocol description and demarshall generatorAlexander Larsson2010-06-181-0/+354
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.