index
:
lib/libxcb
master
obsd
xcb-1.9
XCB library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
c_client.py
Age
Commit message (
Expand
)
Author
2011-01-27
Don't try to sizeof(void)
Peter Harris
2010-09-22
Fix _unserialize of reply headers
Peter Harris
2010-09-22
Clean up a couple of warnings in xprint
Peter Harris
2010-09-22
Make *_unserialize safe to use on buffers in-place
Peter Harris
2010-09-22
Fix memory leak in _sizeof implemented with _unserialize
Peter Harris
2010-09-22
Don't emit out-of-module sizeof definitions
Peter Harris
2010-08-16
small fix to get rid of some compiler warnings
Christoph Reimann
2010-08-16
added accessors for special cases
Christoph Reimann
2010-08-08
special case 'intermixed variable and fixed size fields': fixed reply side, n...
Christoph Reimann
2010-08-05
renamed most _unserialize() functions to _sizeof() and fixed _unserialize() f...
Christoph Reimann
2010-08-02
attempt to fix special case: variable fields followed by fixed size fields
Christoph Reimann
2010-08-01
bug fixes for all kinds of 'special cases'
Christoph Reimann
2010-07-22
partial rewrite of serialize helper functions completed;
Christoph Reimann
2010-07-20
preliminary handling of further special cases in unserialize
Christoph Reimann
2010-07-15
added generating code for _serialize() in case of variable sized structs (lar...
Christoph Reimann
2010-07-13
new and still preliminary functions for switch; feautures include
Christoph Reimann
2010-05-14
Add ~ operator support in code generator
Marcin KoĆcielnicki
2009-03-14
Avoid name collisions between xidtype and enum.
Peter Harris
2009-03-13
Revert "Don't use enums in generated C code"
Peter Harris
2009-02-25
Don't use enums in generated C code - use integer constants instead.
Peter Harris
2008-11-19
Treat XIDs the same as other cardinal values.
Peter Harris
2008-09-09
Added generation of extern "C" for compatibility with C++
Carsten Meier
2008-09-03
fixed overly aggressive warning about fixed field following variable
Bart Massey
2008-09-03
added small fix to support trailing fixed fields; also warning for non-pad fi...
Bart Massey
2008-08-28
initialize global_id to 0
Julien Danjou
2008-04-23
Use the python install path from xcb-xproto.pc to locate the xcbgen package.
Eamon Walsh
2008-04-20
Add mention of PYTHONPATH if xcbgen cannot be found.
Jeremy Kolb
2008-04-19
Add Python parser C language-dependent part.
Eamon Walsh