summaryrefslogtreecommitdiffstats
path: root/python_modules/ptypes.py
Commit message (Expand)AuthorAgeFilesLines
* Remove codegenMarc-André Lureau2016-03-101-1138/+0
* codegen: simplify FdTypeMarc-André Lureau2016-01-191-4/+4
* protocol: learn to describe fd passing in messagesMarc-Andre Lureau2016-01-141-0/+9
* codegen: ptypes.py: keep attribute names in setsUri Lublin2015-08-041-4/+4
* 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
* Make spice_codegen.py work on both Python 2 and 3Alexander Wauck2015-04-011-33/+33
* 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
* allow attributes on channel elements in .proto filesChristophe Fergeau2012-03-201-1/+3
* fix copy & paste error in ptypes.pyChristophe Fergeau2012-03-201-3/+1
* codegen: Fix enums.h generationHans de Goede2012-03-201-1/+3
* python: remove c-ism trailing ;Marc-André Lureau2012-03-201-3/+3
* codegen: typedef the protocol enumsMarc-André Lureau2012-03-201-4/+12
* spice codegen: fix copy-o, no such variable valueAlon Levy2012-03-201-1/+1
* Don't send CursorHeader if cursor_flags is NONEAlexander Larsson2012-03-201-2/+2
* codegen: Allow @to_ptr to make inline structs demarshal as pointersAlexander Larsson2012-03-201-1/+3
* codegen: Remove unused methos has_pointer()Alexander Larsson2012-03-201-27/+0
* codegen: No SPICE_ADDRESS types left, drop @c_ptrAlexander Larsson2012-03-201-2/+5
* Properly parse QXLImage to the new-world SpiceImageGerd Hoffmann2012-03-201-7/+24
* codegen: support @chunk on non-pointer arraysAlexander Larsson2012-03-201-2/+2
* marshaller: Make get_nw_offset() handle deep member referencesAlexander Larsson2012-03-201-7/+32
* marshaller: Make @nonnull a propagated attributeAlexander Larsson2012-03-201-1/+1
* marshaller: Make @c_ptr a propagated attributeAlexander Larsson2012-03-201-1/+1
* marshaller: Add generic way to handle propagating attributesAlexander Larsson2012-03-201-4/+11
* Properly parse and marshall SpiceStringGerd Hoffmann2012-03-201-1/+7
* Simplify SpiceLineAttr by removing unsed stuffAlexander Larsson2012-03-201-1/+14
* Support @marshall to automatically marshall pointersAlexander Larsson2012-03-201-13/+16
* Make pointers 32bit in new protocol formatAlexander Larsson2012-03-201-1/+3
* marshaller: Correctly determine if switches are fixed sizeAlexander Larsson2012-03-201-1/+9
* Fix handling of @ptr32 network sizeAlexander Larsson2012-03-201-4/+10
* Add support for @virtual markup in spice protocolAlexander Larsson2012-03-201-0/+4
* Initial import of spice protocol description and demarshall generatorAlexander Larsson2012-03-201-0/+965