summaryrefslogtreecommitdiffstats
path: root/python_modules
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Store SpicePath segment count rather than sizeAlexander Larsson2012-03-203-12/+33
* demarshaller: Support @c_ptr attributes for pointersAlexander Larsson2012-03-201-7/+16
* demarshaller: Don't parse @zero membersAlexander Larsson2012-03-201-1/+4
* Fix build error due to member "SpiceMsgEmpty" same name as typeAlexander Larsson2012-03-201-0/+2
* Make pointers 32bit in new protocol formatAlexander Larsson2012-03-203-12/+11
* 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-203-0/+14
* Make internal generated marshaller functions staticAlexander Larsson2012-03-202-4/+4
* Support extra prefix in code generatorsAlexander Larsson2012-03-203-6/+7
* Support creating marshallers that are called indirectlyAlexander Larsson2012-03-201-6/+25
* Add destructor for demarshalled messagesAlexander Larsson2012-03-201-7/+18
* Make generated marshallers build on win32Alexander Larsson2012-03-201-0/+1
* Support @as_ptr in demarshaller to avoid copying data unnecessaryAlexander Larsson2012-03-201-1/+13
* Add support for generating message and structure marshallersAlexander Larsson2012-03-201-0/+357
* Add python code to automake systemAlexander Larsson2012-03-201-0/+6
* Initial import of spice protocol description and demarshall generatorAlexander Larsson2012-03-205-0/+2509