summaryrefslogtreecommitdiffstats
path: root/python_modules
Commit message (Expand)AuthorAgeFilesLines
* add check for pyparsingChristophe Fergeau2011-07-211-3/+8
* python_modules/codegen.py: fix indent error in an unused functionAlon Levy2011-07-211-1/+1
* demarshaller/marshaller fix gcc 4.6.0Alon Levy2011-01-272-9/+21
* codegen: avoid creating out if not used (fix gcc 4.6.0 warning)Alon Levy2011-01-271-3/+5
* spice codegen: fix copy-o, no such variable valueAlon Levy2010-12-061-1/+1
* support python 2.5.4+ for marshaller/demarshallersAlon Levy2010-08-173-0/+3
* 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-193-4/+7
* codegen: Allow @to_ptr to make inline structs demarshal as pointersAlexander Larsson2010-07-193-9/+37
* codegen: Various cleanupsAlexander Larsson2010-07-192-58/+44
* codegen: Pass member to SubMarshallingSource rather than nameAlexander Larsson2010-07-191-9/+10
* codegen: Remove unused methos has_pointer()Alexander Larsson2010-07-191-27/+0
* Make distcheck workAlexander Larsson2010-07-081-1/+1
* 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-082-19/+12
* Properly parse QXLImage to the new-world SpiceImageGerd Hoffmann2010-07-073-10/+27
* codegen: support @chunk on non-pointer arraysAlexander Larsson2010-07-072-5/+29
* Add support for @chunkAlexander Larsson2010-07-071-2/+18
* marshaller: Make get_nw_offset() handle deep member referencesAlexander Larsson2010-07-071-7/+32
* 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-053-6/+3
* marshaller: Make @c_ptr a propagated attributeAlexander Larsson2010-07-052-17/+18
* marshaller: Add generic way to handle propagating attributesAlexander Larsson2010-07-053-11/+18
* Properly parse and marshall SpiceStringGerd Hoffmann2010-07-023-11/+61
* Fix 32bit failure in demarshallerAlexander Larsson2010-07-011-2/+2
* Simplify SpiceLineAttr by removing unsed stuffAlexander Larsson2010-06-302-5/+21
* Support @marshall to automatically marshall pointersAlexander Larsson2010-06-302-28/+40
* Store SpicePath segment count rather than sizeAlexander Larsson2010-06-303-12/+33
* demarshaller: Support @c_ptr attributes for pointersAlexander Larsson2010-06-301-7/+16
* demarshaller: Don't parse @zero membersAlexander Larsson2010-06-301-1/+4
* 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-233-12/+11
* marshaller: Correctly determine if switches are fixed sizeAlexander Larsson2010-06-231-1/+9
* Fix handling of @ptr32 network sizeAlexander Larsson2010-06-231-4/+10
* Add support for @virtual markup in spice protocolAlexander Larsson2010-06-223-0/+14
* Make internal generated marshaller functions staticAlexander Larsson2010-06-222-4/+4
* Support extra prefix in code generatorsAlexander Larsson2010-06-223-6/+7
* Support creating marshallers that are called indirectlyAlexander Larsson2010-06-221-6/+25
* Add destructor for demarshalled messagesAlexander Larsson2010-06-221-7/+18
* Make generated marshallers build on win32Alexander Larsson2010-06-181-0/+1
* Support @as_ptr in demarshaller to avoid copying data unnecessaryAlexander Larsson2010-06-181-1/+13
* Add support for generating message and structure marshallersAlexander Larsson2010-06-181-0/+357
* Add python code to automake systemAlexander Larsson2010-06-181-0/+6
* Initial import of spice protocol description and demarshall generatorAlexander Larsson2010-06-185-0/+2509