index
:
~lvenhoda/spice-protocol
master
seamless-mode
Seamless mode fork of git://anongit.freedesktop.org/spice/spice-protocol
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python_modules
/
demarshal.py
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-01
Make spice_codegen.py work on both Python 2 and 3
Alexander Wauck
1
-6
/
+6
2014-09-18
python: Fix -Wunused-parameter
Fabiano Fidêncio
1
-6
/
+6
2014-05-15
demarshal: prefix variable name with parent names
Marc-André Lureau
1
-17
/
+30
2014-04-16
marshaller: Use #include <> for headers in $srcdir/common
Christophe Fergeau
1
-1
/
+1
2014-04-16
Use #include "common/..." in (de)marshallers
Christophe Fergeau
1
-1
/
+1
2012-04-06
demarshall: add missing parens in BE read_xxx functions
Christophe Fergeau
1
-1
/
+1
2012-03-20
spice_codegen: Always write a channels entry for an ifdef-ed channel
Hans de Goede
1
-0
/
+5
2012-03-20
handle @ifdef on messages and channels
Christophe Fergeau
1
-4
/
+18
2012-03-20
demarshal: fixed-size array are missing __nelements
Marc-André Lureau
1
-1
/
+1
2012-03-20
python: remove c-ism trailing ;
Marc-André Lureau
1
-16
/
+16
2012-03-20
demarshaller/marshaller fix gcc 4.6.0
Alon Levy
1
-6
/
+16
2012-03-20
codegen: avoid creating out if not used (fix gcc 4.6.0 warning)
Alon Levy
1
-3
/
+5
2012-03-20
support python 2.5.4+ for marshaller/demarshallers
Alon Levy
1
-0
/
+1
2012-03-20
demarshaller: Fix palette marshalling
Alexander Larsson
1
-14
/
+32
2012-03-20
Fix uninitialized variable warnings
Alexander Larsson
1
-1
/
+1
2012-03-20
Don't send CursorHeader if cursor_flags is NONE
Alexander Larsson
1
-1
/
+4
2012-03-20
codegen: Allow @to_ptr to make inline structs demarshal as pointers
Alexander Larsson
1
-6
/
+26
2012-03-20
codegen: Various cleanups
Alexander Larsson
1
-13
/
+21
2012-03-20
Fix inclusion of common files, no need for common/ part
Alexander Larsson
1
-1
/
+1
2012-03-20
codegen: No SPICE_ADDRESS types left, drop @c_ptr
Alexander Larsson
1
-17
/
+7
2012-03-20
Properly parse QXLImage to the new-world SpiceImage
Gerd Hoffmann
1
-2
/
+2
2012-03-20
codegen: support @chunk on non-pointer arrays
Alexander Larsson
1
-3
/
+27
2012-03-20
Add support for @chunk
Alexander Larsson
1
-2
/
+18
2012-03-20
Convert SpicePath.segments to a pointer array
Alexander Larsson
1
-23
/
+28
2012-03-20
Handle extra size for switch and array the right way
Alexander Larsson
1
-23
/
+20
2012-03-20
marshaller: Add some docs describing the types of sizes
Alexander Larsson
1
-0
/
+29
2012-03-20
marshaller: Make @nonnull a propagated attribute
Alexander Larsson
1
-4
/
+1
2012-03-20
marshaller: Make @c_ptr a propagated attribute
Alexander Larsson
1
-16
/
+17
2012-03-20
marshaller: Add generic way to handle propagating attributes
Alexander Larsson
1
-5
/
+5
2012-03-20
Properly parse and marshall SpiceString
Gerd Hoffmann
1
-7
/
+37
2012-03-20
Fix 32bit failure in demarshaller
Alexander Larsson
1
-2
/
+2
2012-03-20
Simplify SpiceLineAttr by removing unsed stuff
Alexander Larsson
1
-4
/
+7
2012-03-20
Store SpicePath segment count rather than size
Alexander Larsson
1
-2
/
+14
2012-03-20
demarshaller: Support @c_ptr attributes for pointers
Alexander Larsson
1
-7
/
+16
2012-03-20
demarshaller: Don't parse @zero members
Alexander Larsson
1
-1
/
+4
2012-03-20
Make pointers 32bit in new protocol format
Alexander Larsson
1
-9
/
+6
2012-03-20
Add support for @virtual markup in spice protocol
Alexander Larsson
1
-0
/
+7
2012-03-20
Make internal generated marshaller functions static
Alexander Larsson
1
-3
/
+3
2012-03-20
Support extra prefix in code generators
Alexander Larsson
1
-5
/
+5
2012-03-20
Add destructor for demarshalled messages
Alexander Larsson
1
-7
/
+18
2012-03-20
Support @as_ptr in demarshaller to avoid copying data unnecessary
Alexander Larsson
1
-1
/
+13
2012-03-20
Initial import of spice protocol description and demarshall generator
Alexander Larsson
1
-0
/
+1033