summaryrefslogtreecommitdiff
path: root/src/c_client.py
AgeCommit message (Expand)Author
2010-05-14Add ~ operator support in code generatorMarcin Koƛcielnicki
2009-03-14Avoid name collisions between xidtype and enum.Peter Harris
2009-03-13Revert "Don't use enums in generated C code"Peter Harris
2009-02-25Don't use enums in generated C code - use integer constants instead.Peter Harris
2008-11-19Treat XIDs the same as other cardinal values.Peter Harris
2008-09-09Added generation of extern "C" for compatibility with C++Carsten Meier
2008-09-03fixed overly aggressive warning about fixed field following variableBart Massey
2008-09-03added small fix to support trailing fixed fields; also warning for non-pad fi...Bart Massey
2008-08-28initialize global_id to 0Julien Danjou
2008-04-23Use the python install path from xcb-xproto.pc to locate the xcbgen package.Eamon Walsh
2008-04-20Add mention of PYTHONPATH if xcbgen cannot be found.Jeremy Kolb
2008-04-19Add Python parser C language-dependent part.Eamon Walsh