summaryrefslogtreecommitdiffstats
path: root/python_modules/marshal.py
Commit message (Expand)AuthorAgeFilesLines
* support python 2.5.4+ for marshaller/demarshallersAlon Levy2010-08-171-0/+1
* codegen: Allow @to_ptr to make inline structs demarshal as pointersAlexander Larsson2010-07-191-2/+8
* codegen: Various cleanupsAlexander Larsson2010-07-191-45/+23
* codegen: Pass member to SubMarshallingSource rather than nameAlexander Larsson2010-07-191-9/+10
* marshaller: Make @nonnull a propagated attributeAlexander Larsson2010-07-051-1/+1
* marshaller: Add generic way to handle propagating attributesAlexander Larsson2010-07-051-2/+2
* Properly parse and marshall SpiceStringGerd Hoffmann2010-07-021-3/+17
* Support @marshall to automatically marshall pointersAlexander Larsson2010-06-301-15/+24
* Store SpicePath segment count rather than sizeAlexander Larsson2010-06-301-9/+18
* Fix build error due to member "SpiceMsgEmpty" same name as typeAlexander Larsson2010-06-281-0/+2
* Make pointers 32bit in new protocol formatAlexander Larsson2010-06-231-2/+2
* Add support for @virtual markup in spice protocolAlexander Larsson2010-06-221-0/+3
* Make internal generated marshaller functions staticAlexander Larsson2010-06-221-1/+1
* Support extra prefix in code generatorsAlexander Larsson2010-06-221-1/+1
* Support creating marshallers that are called indirectlyAlexander Larsson2010-06-221-6/+25
* Make generated marshallers build on win32Alexander Larsson2010-06-181-0/+1
* Add support for generating message and structure marshallersAlexander Larsson2010-06-181-0/+357