summaryrefslogtreecommitdiff
path: root/spice_codegen.py
AgeCommit message (Expand)AuthorFilesLines
2015-07-23codegen: Fix enums.h generation with python3Christophe Fergeau1-2/+2
2015-04-14codegen: Use six.PY3 rather than six.PY2Christophe Fergeau1-3/+3
2015-04-01Make spice_codegen.py work on both Python 2 and 3Alexander Wauck1-3/+7
2014-04-16marshaller: Use #include <> for headers in $srcdir/commonChristophe Fergeau1-2/+2
2013-10-23Be explicit about spice-common licenseJonathon Jongsma1-2/+21
2013-10-23codegen: Add a --generate-wireshark-dissector optionJonathon Jongsma1-32/+65
2012-03-21codegen: include headers locallyMarc-André Lureau1-0/+1
2012-03-21codegen: struct marshallers are not current function helperMarc-André Lureau1-1/+1
2012-03-20don't #include config.h in generated header filesChristophe Fergeau1-3/+4
2012-03-20python: remove c-ism trailing ;Marc-André Lureau1-2/+2
2012-03-20add comment to beginning of autogenerated filesChristophe Fergeau1-0/+2
2012-03-20add config.h to autogenerated files tooChristophe Fergeau1-0/+4
2012-03-20Make pointers 32bit in new protocol formatAlexander Larsson1-0/+4
2012-03-20Support extra prefix in code generatorsAlexander Larsson1-0/+4
2012-03-20Support creating marshallers that are called indirectlyAlexander Larsson1-2/+5
2012-03-20Allow multiple --include argsAlexander Larsson1-3/+4
2012-03-20Add support for generating message and structure marshallersAlexander Larsson1-1/+35
2012-03-20Add python code to automake systemAlexander Larsson1-0/+165