generator: fix absname for fields with only accessor function
[free-sw/xcb/libxcb] / src / c_client.py
2014-11-03 Christian Linhartgenerator: fix absname for fields with only accessor...
2014-10-20 Christian Linhartno typename for nested structs NestedStructTypenames-V5
2014-10-20 Christian Linhartgenerator: fix align-pads for switches which start... QueryDeviceState-V5
2014-10-20 Christian Linhartgenerator: support lists of structs which contain a...
2014-09-09 Christian Linhartgenerator: support fixed size lists in var-sized structs
2014-08-20 Christian Linhartsupport switch case in the generator
2014-07-28 Ran Benitac_client.py: remove more trailing space from generated...
2014-07-28 Ran Benitac_client.py: remove trailing whitespace from generated...
2014-07-28 Ran Benitac_client.py: remove useless generated comments
2014-07-28 Ran Benitac_client.py: make the man page output deterministic
2014-07-28 Ran Benitac_client.py: prefix all monkey-patched fields with c_
2014-07-28 Ran Benitac_client.py: remove trailing whitespace
2014-07-28 Ran Benitac_client.py: remove useless 'today' variable
2014-06-10 Daniel MartinHandle <pad align="n" /> between lists
2014-03-22 Keith PackardOnly #include directly referenced module header files
2014-01-30 Gaetan Nadongenerated man pages: use xorg footer and no hard coded...
2014-01-21 Peter HarrisSupport <pad align="n" />
2014-01-03 Kenneth GraunkeForce XCB event structures with 64-bit extended fields...
2013-12-12 Daniel Martinc_client.py: Fix _sizeof() functions
2013-11-07 Keith PackardAdd support for receiving fds in replies
2013-11-07 Keith PackardAdd xcb_send_fd API
2013-08-14 Daniel Martinc_client.py: Do not create pointers in unions
2013-08-14 Daniel Martinc_client.py: Always initialize xcb_align_to
2013-07-12 Daniel Martinc_client.py: Inject full_sequence into GE events
2013-05-23 Daniel Martinc_client.py: Handle multiple expr. in a bitcase
2012-11-10 Chí-Thanh Christop... c_client.py: Fix python-3 invalid except statement
2012-11-10 Chí-Thanh Christop... c-client.py: Fix python-3 AttributeError: 'dict' object...
2012-08-25 Alan CoopersmithAlways include "config.h" at the start of all C source...
2012-08-14 Colin Waltersc_client: Fix parallel-make issue creating 'man' directory
2012-03-26 Julien DanjouAllow undocumented code to be built
2012-03-26 Michael Stapelbergc_client.py: generate manpages
2011-08-24 Jamey SharpKeep ALIGNOF definition out of the public namespace.
2011-08-24 Uli SchlachterCompute alignment correctly
2011-05-12 James JonesInsert, not append explicit xcbgen dir python path
2011-05-04 David ColesAdd support for building with Python 3
2011-03-13 Jamey SharpMerge branch 'master' of git+ssh://git.freedesktop...
2011-01-27 Peter HarrisDon't try to sizeof(void)
2010-12-23 Peter HarrisMerge branch 'master' of git://anongit.freedesktop...
2010-09-23 Peter HarrisFix _unserialize of reply headers
2010-09-23 Peter HarrisClean up a couple of warnings in xprint
2010-09-23 Peter HarrisMake *_unserialize safe to use on buffers in-place
2010-09-23 Peter HarrisFix memory leak in _sizeof implemented with _unserialize
2010-09-23 Peter HarrisDon't emit out-of-module sizeof definitions
2010-09-08 Peter HarrisMerge branch 'gsoc2010' of git://anongit.freedesktop...
2010-08-31 Peter HarrisMerge branch 'master' of git://github.com/topcat/xcb...
2010-08-16 Christoph Reimannsmall fix to get rid of some compiler warnings
2010-08-16 Christoph Reimannadded accessors for special cases
2010-08-08 Christoph Reimannspecial case 'intermixed variable and fixed size fields...
2010-08-05 Christoph Reimannrenamed most _unserialize() functions to _sizeof()...
2010-08-02 Christoph Reimannattempt to fix special case: variable fields followed...
2010-08-01 Christoph Reimannbug fixes for all kinds of 'special cases'
2010-07-22 Christoph Reimannpartial rewrite of serialize helper functions completed;
2010-07-20 Christoph Reimannpreliminary handling of further special cases in unseri...
2010-07-15 Christoph Reimannadded generating code for _serialize() in case of varia...
2010-07-13 Christoph Reimannnew and still preliminary functions for switch; feautur...
2010-05-14 Marcin KościelnickiAdd ~ operator support in code generator
2009-03-14 Peter HarrisAvoid name collisions between xidtype and enum.
2009-03-13 Peter HarrisRevert "Don't use enums in generated C code"
2009-02-26 Peter HarrisDon't use enums in generated C code - use integer const...
2008-11-19 Peter HarrisTreat XIDs the same as other cardinal values.
2008-09-09 Carsten MeierAdded generation of extern "C" for compatibility with C++
2008-09-03 Bart Masseyfixed overly aggressive warning about fixed field follo...
2008-09-03 Bart Masseyadded small fix to support trailing fixed fields; also...
2008-08-28 Julien Danjouinitialize global_id to 0
2008-04-24 Eamon WalshUse the python install path from xcb-xproto.pc to locat...
2008-04-20 Jeremy KolbAdd mention of PYTHONPATH if xcbgen cannot be found.
2008-04-19 Eamon WalshAdd Python parser C language-dependent part.