Commit Graph

5 Commits

Author SHA1 Message Date
Marc-André Lureau
5ec91855d8 python: remove c-ism trailing ; 2011-06-21 13:20:33 +02:00
Alon Levy
127f83afc2 python_modules/codegen.py: fix indent error in an unused function 2011-03-22 09:44:52 +02:00
Alon Levy
6e454248cc support python 2.5.4+ for marshaller/demarshallers
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)
2010-08-17 16:56:47 +02:00
Alexander Larsson
c621b2bdf1 Support extra prefix in code generators
This is require when we add a new spice.proto for the old (major 1)
protocol description.
2010-06-22 16:01:57 +02:00
Alexander Larsson
0366e7395c Initial import of spice protocol description and demarshall generator
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.
2010-06-18 16:32:10 +02:00