summaryrefslogtreecommitdiff
path: root/python_modules/codegen.py
AgeCommit message (Expand)AuthorFilesLines
2016-03-10Revert "Remove files moved to spice-protocol"Marc-André Lureau1-0/+380
2015-08-11Remove files moved to spice-protocolFrediano Ziglio1-380/+0
2015-07-23codegen: Allow to specify C type for index variableFrediano Ziglio1-1/+3
2015-07-23codegen: Check we don't pop too many indexesFrediano Ziglio1-0/+1
2015-07-23codegen: Optimize code indentation and avoid a loopFrediano Ziglio1-2/+1
2015-07-23codegen: Fix typo in variable nameFrediano Ziglio1-1/+1
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-12/+16
2012-03-20spice_codegen: Always write a channels entry for an ifdef-ed channelHans de Goede1-0/+6
2012-03-20add ifdef/endif methods to spice code generatorChristophe Fergeau1-0/+12
2012-03-20python: remove c-ism trailing ;Marc-André Lureau1-3/+3
2012-03-20python_modules/codegen.py: fix indent error in an unused functionAlon Levy1-1/+1
2012-03-20support python 2.5.4+ for marshaller/demarshallersAlon Levy1-0/+1
2012-03-20Support extra prefix in code generatorsAlexander Larsson1-0/+1
2012-03-20Initial import of spice protocol description and demarshall generatorAlexander Larsson1-0/+354