generator: support listelement-ref PopcountList-V7
authorChristian Linhart <chris@DemoRecorder.com>
Mon, 3 Nov 2014 08:58:08 +0000 (09:58 +0100)
committerChristian Linhart <chris@demorecorder.com>
Mon, 3 Nov 2014 10:23:17 +0000 (11:23 +0100)
commit912cd97a6dd019e9e7ecf09c82c4577dd2ad7529
tree840ca4673922461a5d76a63dee4fbb862c856239
parent422458b66380e4103c4937f0e2e8bb93e31f273a
generator: support listelement-ref

Support for listelement-ref needs the following three changes
(in the order as they appear in the patch):

* making the current list-element accessible with the variable
  xcb_listelement which is a pointer to the list-element

* supporting lists of simple-type for sumof with a nested expression

* using the variable for resolving a listelement-ref expression

Changes for V2 of this patch:
- adapt to removal of patch "libxcb 2/6" from patchset "ListInputDevices".

Changes for V3 of this patch:
- adapt to V2 of patch "libxcb 5/6" from patchset "ListInputDevices"

Changes for V4 of this patch:
- adapt to revision 2 of the patchset "ListInputDevices"

Message-ID: <545743A0.50907@DemoRecorder.com>
Patch-Thread-Subject: [Xcb] support popcount of a list and associated xml changes
Patch-Set: PopcountList
Patch-Number: libxcb 4/4
Patch-Version: V4
Signed-off-by: Christian Linhart <chris@DemoRecorder.com>
src/c_client.py