summaryrefslogtreecommitdiff
path: root/src/c_client.py
AgeCommit message (Expand)AuthorFilesLines
2012-03-26Allow undocumented code to be builtJulien Danjou1-20/+20
2012-03-26c_client.py: generate manpagesMichael Stapelberg1-4/+596
2011-08-24Keep ALIGNOF definition out of the public namespace.Jamey Sharp1-3/+3
2011-08-24Compute alignment correctlyUli Schlachter1-1/+11
2011-05-12Insert, not append explicit xcbgen dir python pathJames Jones1-1/+1
2011-05-04Add support for building with Python 3David Coles1-19/+20
2011-01-27Don't try to sizeof(void)Peter Harris1-4/+9
2010-09-23Fix _unserialize of reply headersPeter Harris1-2/+3
2010-09-23Clean up a couple of warnings in xprintPeter Harris1-1/+1
2010-09-23Make *_unserialize safe to use on buffers in-placePeter Harris1-4/+5
2010-09-23Fix memory leak in _sizeof implemented with _unserializePeter Harris1-2/+7
2010-09-23Don't emit out-of-module sizeof definitionsPeter Harris1-2/+3
2010-08-16small fix to get rid of some compiler warningsChristoph Reimann1-2/+4
2010-08-16added accessors for special casesChristoph Reimann1-545/+653
2010-08-08special case 'intermixed variable and fixed size fields': fixed reply side, n...Christoph Reimann1-84/+166
2010-08-05renamed most _unserialize() functions to _sizeof() and fixed _unserialize() f...Christoph Reimann1-80/+240
2010-08-02attempt to fix special case: variable fields followed by fixed size fieldsChristoph Reimann1-100/+141
2010-08-01bug fixes for all kinds of 'special cases'Christoph Reimann1-154/+299
2010-07-22partial rewrite of serialize helper functions completed;Christoph Reimann1-317/+211
2010-07-20preliminary handling of further special cases in unserializeChristoph Reimann1-162/+284
2010-07-15added generating code for _serialize() in case of variable sized structs (lar...Christoph Reimann1-103/+166
2010-07-13new and still preliminary functions for switch; feautures includeChristoph Reimann1-26/+668
2010-05-14Add ~ operator support in code generatorMarcin Koƛcielnicki1-1/+3
2009-03-14Avoid name collisions between xidtype and enum.Peter Harris1-2/+18
2009-03-13Revert "Don't use enums in generated C code"Peter Harris1-6/+8
2009-02-26Don't use enums in generated C code - use integer constants instead.Peter Harris1-8/+6
2008-11-19Treat XIDs the same as other cardinal values.Peter Harris1-15/+3
2008-09-09Added generation of extern "C" for compatibility with C++Carsten Meier1-0/+12
2008-09-03fixed overly aggressive warning about fixed field following variableBart Massey1-1/+1
2008-09-03added small fix to support trailing fixed fields; also warning for non-pad fi...Bart Massey1-1/+7
2008-08-28initialize global_id to 0Julien Danjou1-1/+1
2008-04-24Use the python install path from xcb-xproto.pc to locate the xcbgen package.Eamon Walsh1-2/+15
2008-04-20Add mention of PYTHONPATH if xcbgen cannot be found.Jeremy Kolb1-1/+2
2008-04-19Add Python parser C language-dependent part.Eamon Walsh1-0/+1005