index
:
~yhalperi/spice
0.8.mig.v2
0.8.mig.v3
0.8.mig.v3.rebase
bitmap-crop.mem-control
bitmap-crop.v2
master
master.mig.v1
mc.v7
qxl-mem-control
seamless-migration.v1
seamless-migration.v2
video.adaptive_bit_rate
video.adaptive_bit_rate.v2
video.sized.v1.clean
Unnamed repository; edit this file to name it for gitweb.
yhalperi
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python_modules
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-17
support python 2.5.4+ for marshaller/demarshallers
Alon Levy
3
-0
/
+3
2010-07-20
demarshaller: Fix palette marshalling
Alexander Larsson
1
-14
/
+32
2010-07-19
Fix uninitialized variable warnings
Alexander Larsson
1
-1
/
+1
2010-07-19
Don't send CursorHeader if cursor_flags is NONE
Alexander Larsson
3
-4
/
+7
2010-07-19
codegen: Allow @to_ptr to make inline structs demarshal as pointers
Alexander Larsson
3
-9
/
+37
2010-07-19
codegen: Various cleanups
Alexander Larsson
2
-58
/
+44
2010-07-19
codegen: Pass member to SubMarshallingSource rather than name
Alexander Larsson
1
-9
/
+10
2010-07-19
codegen: Remove unused methos has_pointer()
Alexander Larsson
1
-27
/
+0
2010-07-08
Make distcheck work
Alexander Larsson
1
-1
/
+1
2010-07-08
Fix inclusion of common files, no need for common/ part
Alexander Larsson
1
-1
/
+1
2010-07-08
codegen: No SPICE_ADDRESS types left, drop @c_ptr
Alexander Larsson
2
-19
/
+12
2010-07-07
Properly parse QXLImage to the new-world SpiceImage
Gerd Hoffmann
3
-10
/
+27
2010-07-07
codegen: support @chunk on non-pointer arrays
Alexander Larsson
2
-5
/
+29
2010-07-07
Add support for @chunk
Alexander Larsson
1
-2
/
+18
2010-07-07
marshaller: Make get_nw_offset() handle deep member references
Alexander Larsson
1
-7
/
+32
2010-07-05
Convert SpicePath.segments to a pointer array
Alexander Larsson
1
-23
/
+28
2010-07-05
Handle extra size for switch and array the right way
Alexander Larsson
1
-23
/
+20
2010-07-05
marshaller: Add some docs describing the types of sizes
Alexander Larsson
1
-0
/
+29
2010-07-05
marshaller: Make @nonnull a propagated attribute
Alexander Larsson
3
-6
/
+3
2010-07-05
marshaller: Make @c_ptr a propagated attribute
Alexander Larsson
2
-17
/
+18
2010-07-05
marshaller: Add generic way to handle propagating attributes
Alexander Larsson
3
-11
/
+18
2010-07-02
Properly parse and marshall SpiceString
Gerd Hoffmann
3
-11
/
+61
2010-07-01
Fix 32bit failure in demarshaller
Alexander Larsson
1
-2
/
+2
2010-06-30
Simplify SpiceLineAttr by removing unsed stuff
Alexander Larsson
2
-5
/
+21
2010-06-30
Support @marshall to automatically marshall pointers
Alexander Larsson
2
-28
/
+40
2010-06-30
Store SpicePath segment count rather than size
Alexander Larsson
3
-12
/
+33
2010-06-30
demarshaller: Support @c_ptr attributes for pointers
Alexander Larsson
1
-7
/
+16
2010-06-30
demarshaller: Don't parse @zero members
Alexander Larsson
1
-1
/
+4
2010-06-28
Fix build error due to member "SpiceMsgEmpty" same name as type
Alexander Larsson
1
-0
/
+2
2010-06-23
Make pointers 32bit in new protocol format
Alexander Larsson
3
-12
/
+11
2010-06-23
marshaller: Correctly determine if switches are fixed size
Alexander Larsson
1
-1
/
+9
2010-06-23
Fix handling of @ptr32 network size
Alexander Larsson
1
-4
/
+10
2010-06-22
Add support for @virtual markup in spice protocol
Alexander Larsson
3
-0
/
+14
2010-06-22
Make internal generated marshaller functions static
Alexander Larsson
2
-4
/
+4
2010-06-22
Support extra prefix in code generators
Alexander Larsson
3
-6
/
+7
2010-06-22
Support creating marshallers that are called indirectly
Alexander Larsson
1
-6
/
+25
2010-06-22
Add destructor for demarshalled messages
Alexander Larsson
1
-7
/
+18
2010-06-18
Make generated marshallers build on win32
Alexander Larsson
1
-0
/
+1
2010-06-18
Support @as_ptr in demarshaller to avoid copying data unnecessary
Alexander Larsson
1
-1
/
+13
2010-06-18
Add support for generating message and structure marshallers
Alexander Larsson
1
-0
/
+357
2010-06-18
Add python code to automake system
Alexander Larsson
1
-0
/
+6
2010-06-18
Initial import of spice protocol description and demarshall generator
Alexander Larsson
5
-0
/
+2509