summaryrefslogtreecommitdiff
path: root/python_modules
AgeCommit message (Expand)AuthorFilesLines
2015-10-02build-sys: Use $datadir for .proto files/codegen scriptsHEADmasterChristophe Fergeau1-1/+1
2015-08-07build-sys: Install code generation data/scriptsChristophe Fergeau1-9/+8
2015-08-04codegen: ptypes.py: keep attribute names in setsUri Lublin1-4/+4
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: Remove old ptr32 attributeFrediano Ziglio1-4/+0
2015-07-23codegen: Do some checks on attributesFrediano Ziglio1-0/+72
2015-07-23codegen: Reuse code to fix attribute from prototype fileFrediano Ziglio1-16/+16
2015-07-23codegen: Remove duplicate variable initializationFrediano Ziglio1-1/+0
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-07-23codegen: Simplify if/else blocksFrediano Ziglio1-18/+11
2015-07-23codegen: Import six module before first useFrediano Ziglio1-1/+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 Wauck5-66/+71
2014-09-18python: Fix -Wsign-compareFabiano Fidêncio1-3/+3
2014-09-18python: Fix -Wunused-parameterFabiano Fidêncio2-7/+7
2014-05-15demarshal: prefix variable name with parent namesMarc-André Lureau1-17/+30
2014-04-16marshaller: Use #include <> for headers in $srcdir/commonChristophe Fergeau1-1/+1
2014-04-16Use #include "common/..." in (de)marshallersChristophe Fergeau2-3/+3
2013-10-23codegen: Add a --generate-wireshark-dissector optionJonathon Jongsma1-0/+17
2012-06-14python_modules/ptypes.py/EnumBaseType.c_enumname: add missing return to fix b...Alon Levy1-1/+1
2012-04-06demarshall: add missing parens in BE read_xxx functionsChristophe Fergeau1-1/+1
2012-03-22build-sys: make it a seperately buildable spice-common libraryMarc-André Lureau1-1/+12
2012-03-21codegen: ifdef/endif function declaration tooMarc-André Lureau1-0/+2
2012-03-21codegen: include headers locallyMarc-André Lureau1-2/+2
2012-03-21codegen: struct marshallers are not current function helperMarc-André Lureau1-2/+3
2012-03-20spice_codegen: Always write a channels entry for an ifdef-ed channelHans de Goede2-0/+11
2012-03-20handle @ifdef on messages and channelsChristophe Fergeau2-7/+43
2012-03-20allow attributes on channel elements in .proto filesChristophe Fergeau2-2/+4
2012-03-20add ifdef/endif methods to spice code generatorChristophe Fergeau1-0/+12
2012-03-20fix copy & paste error in ptypes.pyChristophe Fergeau1-3/+1
2012-03-20demarshal: fixed-size array are missing __nelementsMarc-André Lureau1-1/+1
2012-03-20Remove trailing blank linesDaniel P. Berrange2-2/+0
2012-03-20codegen: Fix enums.h generationHans de Goede1-1/+3
2012-03-20add check for pyparsingChristophe Fergeau1-3/+8
2012-03-20python: remove c-ism trailing ;Marc-André Lureau4-23/+23
2012-03-20codegen: typedef the protocol enumsMarc-André Lureau1-4/+12
2012-03-20python_modules/codegen.py: fix indent error in an unused functionAlon Levy1-1/+1
2012-03-20demarshaller/marshaller fix gcc 4.6.0Alon Levy2-9/+21
2012-03-20codegen: avoid creating out if not used (fix gcc 4.6.0 warning)Alon Levy1-3/+5
2012-03-20mingw32 build: python_modules/marshal: use unsigned for for_loop index variableAlon Levy1-1/+1
2012-03-20spice codegen: fix copy-o, no such variable valueAlon Levy1-1/+1
2012-03-20support python 2.5.4+ for marshaller/demarshallersAlon Levy3-0/+3
2012-03-20demarshaller: Fix palette marshallingAlexander Larsson1-14/+32
2012-03-20Fix uninitialized variable warningsAlexander Larsson1-1/+1
2012-03-20Don't send CursorHeader if cursor_flags is NONEAlexander Larsson3-4/+7
2012-03-20codegen: Allow @to_ptr to make inline structs demarshal as pointersAlexander Larsson3-9/+37
2012-03-20codegen: Various cleanupsAlexander Larsson2-58/+44
2012-03-20codegen: Pass member to SubMarshallingSource rather than nameAlexander Larsson1-9/+10