summaryrefslogtreecommitdiffstats
path: root/python_modules
Commit message (Expand)AuthorAgeFilesLines
* codegen: simplify FdTypeMarc-André Lureau2016-03-101-4/+4
* protocol: learn to describe fd passing in messagesMarc-Andre Lureau2016-03-103-1/+15
* Revert "Remove files moved to spice-protocol"Marc-André Lureau2016-03-107-0/+3377
* Remove files moved to spice-protocolFrediano Ziglio2015-08-117-3377/+0
* codegen: ptypes.py: keep attribute names in setsUri Lublin2015-08-041-4/+4
* codegen: Allow to specify C type for index variableFrediano Ziglio2015-07-231-1/+3
* codegen: Check we don't pop too many indexesFrediano Ziglio2015-07-231-0/+1
* codegen: Remove old ptr32 attributeFrediano Ziglio2015-07-231-4/+0
* codegen: Do some checks on attributesFrediano Ziglio2015-07-231-0/+72
* codegen: Reuse code to fix attribute from prototype fileFrediano Ziglio2015-07-231-16/+16
* codegen: Remove duplicate variable initializationFrediano Ziglio2015-07-231-1/+0
* codegen: Optimize code indentation and avoid a loopFrediano Ziglio2015-07-231-2/+1
* codegen: Fix typo in variable nameFrediano Ziglio2015-07-231-1/+1
* codegen: Simplify if/else blocksFrediano Ziglio2015-07-231-18/+11
* codegen: Import six module before first useFrediano Ziglio2015-07-231-1/+2
* codegen: Use six.PY3 rather than six.PY2Christophe Fergeau2015-04-141-3/+3
* Make spice_codegen.py work on both Python 2 and 3Alexander Wauck2015-04-015-66/+71
* python: Fix -Wsign-compareFabiano Fidêncio2014-09-181-3/+3
* python: Fix -Wunused-parameterFabiano Fidêncio2014-09-182-7/+7
* demarshal: prefix variable name with parent namesMarc-André Lureau2014-05-151-17/+30
* marshaller: Use #include <> for headers in $srcdir/commonChristophe Fergeau2014-04-161-1/+1
* Use #include "common/..." in (de)marshallersChristophe Fergeau2014-04-162-3/+3
* codegen: Add a --generate-wireshark-dissector optionJonathon Jongsma2013-10-231-0/+17
* python_modules/ptypes.py/EnumBaseType.c_enumname: add missing return to fix b...Alon Levy2012-06-141-1/+1
* demarshall: add missing parens in BE read_xxx functionsChristophe Fergeau2012-04-061-1/+1
* build-sys: make it a seperately buildable spice-common libraryMarc-André Lureau2012-03-221-1/+12
* codegen: ifdef/endif function declaration tooMarc-André Lureau2012-03-211-0/+2
* codegen: include headers locallyMarc-André Lureau2012-03-211-2/+2
* codegen: struct marshallers are not current function helperMarc-André Lureau2012-03-211-2/+3
* spice_codegen: Always write a channels entry for an ifdef-ed channelHans de Goede2012-03-202-0/+11
* handle @ifdef on messages and channelsChristophe Fergeau2012-03-202-7/+43
* allow attributes on channel elements in .proto filesChristophe Fergeau2012-03-202-2/+4
* add ifdef/endif methods to spice code generatorChristophe Fergeau2012-03-201-0/+12
* fix copy & paste error in ptypes.pyChristophe Fergeau2012-03-201-3/+1
* demarshal: fixed-size array are missing __nelementsMarc-André Lureau2012-03-201-1/+1
* Remove trailing blank linesDaniel P. Berrange2012-03-202-2/+0
* codegen: Fix enums.h generationHans de Goede2012-03-201-1/+3
* add check for pyparsingChristophe Fergeau2012-03-201-3/+8
* python: remove c-ism trailing ;Marc-André Lureau2012-03-204-23/+23
* codegen: typedef the protocol enumsMarc-André Lureau2012-03-201-4/+12
* python_modules/codegen.py: fix indent error in an unused functionAlon Levy2012-03-201-1/+1
* demarshaller/marshaller fix gcc 4.6.0Alon Levy2012-03-202-9/+21
* codegen: avoid creating out if not used (fix gcc 4.6.0 warning)Alon Levy2012-03-201-3/+5
* mingw32 build: python_modules/marshal: use unsigned for for_loop index variableAlon Levy2012-03-201-1/+1
* spice codegen: fix copy-o, no such variable valueAlon Levy2012-03-201-1/+1
* support python 2.5.4+ for marshaller/demarshallersAlon Levy2012-03-203-0/+3
* demarshaller: Fix palette marshallingAlexander Larsson2012-03-201-14/+32
* Fix uninitialized variable warningsAlexander Larsson2012-03-201-1/+1
* Don't send CursorHeader if cursor_flags is NONEAlexander Larsson2012-03-203-4/+7
* codegen: Allow @to_ptr to make inline structs demarshal as pointersAlexander Larsson2012-03-203-9/+37