<feed xmlns='http://www.w3.org/2005/Atom'>
<title>spice.git/python_modules, branch 0.8</title>
<subtitle>Spice</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/'/>
<entry>
<title>add check for pyparsing</title>
<updated>2011-07-21T12:09:28+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@redhat.com</email>
</author>
<published>2011-05-19T13:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=b759a52fcdf18334b03555840fa23e9b7b9d5db5'/>
<id>b759a52fcdf18334b03555840fa23e9b7b9d5db5</id>
<content type='text'>
Check both in configure.ac (after checking if we need to rebuild
the marshalling files) and in the python script using pyparsing
(for people modifying .proto files in tarballs)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Check both in configure.ac (after checking if we need to rebuild
the marshalling files) and in the python script using pyparsing
(for people modifying .proto files in tarballs)
</pre>
</div>
</content>
</entry>
<entry>
<title>python_modules/codegen.py: fix indent error in an unused function</title>
<updated>2011-07-21T12:09:27+00:00</updated>
<author>
<name>Alon Levy</name>
<email>alevy@redhat.com</email>
</author>
<published>2010-12-11T13:55:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=f2bb4cfe621eb53b424555651b3850c882659389'/>
<id>f2bb4cfe621eb53b424555651b3850c882659389</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>demarshaller/marshaller fix gcc 4.6.0</title>
<updated>2011-01-27T10:49:11+00:00</updated>
<author>
<name>Alon Levy</name>
<email>alevy@redhat.com</email>
</author>
<published>2011-01-24T21:32:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=3615be639bd77c2ffd340b622fc253e65d25f0b6'/>
<id>3615be639bd77c2ffd340b622fc253e65d25f0b6</id>
<content type='text'>
python_modules/demarshal.py and marshal.py fixes for gcc 4.6.0
warning about set but unused variables. The fixes disable creating
of variables mem_size when they are not used (demarshall) and
declaring a src variable when the message doesn't use it (marshal).

You need to touch *.proto after applying this (should add a Makefile
dependency).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
python_modules/demarshal.py and marshal.py fixes for gcc 4.6.0
warning about set but unused variables. The fixes disable creating
of variables mem_size when they are not used (demarshall) and
declaring a src variable when the message doesn't use it (marshal).

You need to touch *.proto after applying this (should add a Makefile
dependency).
</pre>
</div>
</content>
</entry>
<entry>
<title>codegen: avoid creating out if not used (fix gcc 4.6.0 warning)</title>
<updated>2011-01-27T10:49:00+00:00</updated>
<author>
<name>Alon Levy</name>
<email>alevy@redhat.com</email>
</author>
<published>2011-01-24T20:07:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=f414992e9bb8f9063f70eed8ea5f13a81632bcd3'/>
<id>f414992e9bb8f9063f70eed8ea5f13a81632bcd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>spice codegen: fix copy-o, no such variable value</title>
<updated>2010-12-06T16:09:15+00:00</updated>
<author>
<name>Alon Levy</name>
<email>alevy@redhat.com</email>
</author>
<published>2010-10-04T20:02:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=beca39aa87e5644c6d8210860037cb2220256b7a'/>
<id>beca39aa87e5644c6d8210860037cb2220256b7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support python 2.5.4+ for marshaller/demarshallers</title>
<updated>2010-08-17T14:56:47+00:00</updated>
<author>
<name>Alon Levy</name>
<email>alevy@redhat.com</email>
</author>
<published>2010-07-29T13:03:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=6e454248cc759bd4a32f0ff767de023836f8417d'/>
<id>6e454248cc759bd4a32f0ff767de023836f8417d</id>
<content type='text'>
Patch adds a "from __future__" import that doesn't affect newer python's but
allows python 2.5.4 to run the code (tested under scratchbox, n900 build environment)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch adds a "from __future__" import that doesn't affect newer python's but
allows python 2.5.4 to run the code (tested under scratchbox, n900 build environment)
</pre>
</div>
</content>
</entry>
<entry>
<title>demarshaller: Fix palette marshalling</title>
<updated>2010-07-20T09:34:23+00:00</updated>
<author>
<name>Alexander Larsson</name>
<email>alexl@redhat.com</email>
</author>
<published>2010-07-20T09:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=2e9604d00d655f276f22b9ad1cce4fb631ac06a8'/>
<id>2e9604d00d655f276f22b9ad1cce4fb631ac06a8</id>
<content type='text'>
It turns out that using base + sizeof(struct) is not a good way to
access an array at the end of a struct. For SpicePalette sizeof is 16, but
offset of ents is 12. Using this calculation in the demarshaller breaks
things badly, so now we use the actual array member.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It turns out that using base + sizeof(struct) is not a good way to
access an array at the end of a struct. For SpicePalette sizeof is 16, but
offset of ents is 12. Using this calculation in the demarshaller breaks
things badly, so now we use the actual array member.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix uninitialized variable warnings</title>
<updated>2010-07-19T18:24:25+00:00</updated>
<author>
<name>Alexander Larsson</name>
<email>alexl@redhat.com</email>
</author>
<published>2010-07-19T18:24:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=74b470eeded366115b0c660288eccdf2f5291336'/>
<id>74b470eeded366115b0c660288eccdf2f5291336</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't send CursorHeader if cursor_flags is NONE</title>
<updated>2010-07-19T14:28:23+00:00</updated>
<author>
<name>Alexander Larsson</name>
<email>alexl@redhat.com</email>
</author>
<published>2010-07-19T14:27:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=e646529d2e72ccd5b25f88adcf2c37f15c601408'/>
<id>e646529d2e72ccd5b25f88adcf2c37f15c601408</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>codegen: Allow @to_ptr to make inline structs demarshal as pointers</title>
<updated>2010-07-19T14:28:22+00:00</updated>
<author>
<name>Alexander Larsson</name>
<email>alexl@redhat.com</email>
</author>
<published>2010-07-19T13:47:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=7690a24acdfba226566773b309bf249627dec784'/>
<id>7690a24acdfba226566773b309bf249627dec784</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
