summaryrefslogtreecommitdiffstats
path: root/python_modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* codegen: Various cleanupsAlexander Larsson2012-03-202-58/+44
* codegen: Pass member to SubMarshallingSource rather than nameAlexander Larsson2012-03-201-9/+10
* codegen: Remove unused methos has_pointer()Alexander Larsson2012-03-201-27/+0
* Make distcheck workAlexander Larsson2012-03-201-1/+1
* Fix inclusion of common files, no need for common/ partAlexander Larsson2012-03-201-1/+1
* codegen: No SPICE_ADDRESS types left, drop @c_ptrAlexander Larsson2012-03-202-19/+12
* Properly parse QXLImage to the new-world SpiceImageGerd Hoffmann2012-03-203-10/+27
* codegen: support @chunk on non-pointer arraysAlexander Larsson2012-03-202-5/+29
* Add support for @chunkAlexander Larsson2012-03-201-2/+18
* marshaller: Make get_nw_offset() handle deep member referencesAlexander Larsson2012-03-201-7/+32
* Convert SpicePath.segments to a pointer arrayAlexander Larsson2012-03-201-23/+28
* Handle extra size for switch and array the right wayAlexander Larsson2012-03-201-23/+20
* marshaller: Add some docs describing the types of sizesAlexander Larsson2012-03-201-0/+29
* marshaller: Make @nonnull a propagated attributeAlexander Larsson2012-03-203-6/+3
* marshaller: Make @c_ptr a propagated attributeAlexander Larsson2012-03-202-17/+18
* marshaller: Add generic way to handle propagating attributesAlexander Larsson2012-03-203-11/+18
* Properly parse and marshall SpiceStringGerd Hoffmann2012-03-203-11/+61
* Fix 32bit failure in demarshallerAlexander Larsson2012-03-201-2/+2
* Simplify SpiceLineAttr by removing unsed stuffAlexander Larsson2012-03-202-5/+21
* Support @marshall to automatically marshall pointersAlexander Larsson2012-03-202-28/+40