summaryrefslogtreecommitdiffstats
path: root/python_modules/demarshal.py
Commit message (Expand)AuthorAgeFilesLines
* support python 2.5.4+ for marshaller/demarshallersAlon Levy2010-08-171-0/+1
* demarshaller: Fix palette marshallingAlexander Larsson2010-07-201-14/+32
* Fix uninitialized variable warningsAlexander Larsson2010-07-191-1/+1
* Don't send CursorHeader if cursor_flags is NONEAlexander Larsson2010-07-191-1/+4
* codegen: Allow @to_ptr to make inline structs demarshal as pointersAlexander Larsson2010-07-191-6/+26
* codegen: Various cleanupsAlexander Larsson2010-07-191-13/+21
* Fix inclusion of common files, no need for common/ partAlexander Larsson2010-07-081-1/+1
* codegen: No SPICE_ADDRESS types left, drop @c_ptrAlexander Larsson2010-07-081-17/+7
* Properly parse QXLImage to the new-world SpiceImageGerd Hoffmann2010-07-071-2/+2
* codegen: support @chunk on non-pointer arraysAlexander Larsson2010-07-071-3/+27
* Add support for @chunkAlexander Larsson2010-07-071-2/+18
* Convert SpicePath.segments to a pointer arrayAlexander Larsson2010-07-051-23/+28
* Handle extra size for switch and array the right wayAlexander Larsson2010-07-051-23/+20
* marshaller: Add some docs describing the types of sizesAlexander Larsson2010-07-051-0/+29
* marshaller: Make @nonnull a propagated attributeAlexander Larsson2010-07-051-4/+1
* marshaller: Make @c_ptr a propagated attributeAlexander Larsson2010-07-051-16/+17
* marshaller: Add generic way to handle propagating attributesAlexander Larsson2010-07-051-5/+5
* Properly parse and marshall SpiceStringGerd Hoffmann2010-07-021-7/+37
* Fix 32bit failure in demarshallerAlexander Larsson2010-07-011-2/+2
* Simplify SpiceLineAttr by removing unsed stuffAlexander Larsson2010-06-301-4/+7
* Store SpicePath segment count rather than sizeAlexander Larsson2010-06-301-2/+14
* demarshaller: Support @c_ptr attributes for pointersAlexander Larsson2010-06-301-7/+16
* demarshaller: Don't parse @zero membersAlexander Larsson2010-06-301-1/+4
* Make pointers 32bit in new protocol formatAlexander Larsson2010-06-231-9/+6
* Add support for @virtual markup in spice protocolAlexander Larsson2010-06-221-0/+7
* Make internal generated marshaller functions staticAlexander Larsson2010-06-221-3/+3
* Support extra prefix in code generatorsAlexander Larsson2010-06-221-5/+5
* Add destructor for demarshalled messagesAlexander Larsson2010-06-221-7/+18
* Support @as_ptr in demarshaller to avoid copying data unnecessaryAlexander Larsson2010-06-181-1/+13
* Initial import of spice protocol description and demarshall generatorAlexander Larsson2010-06-181-0/+1033