summaryrefslogtreecommitdiff
path: root/xcbgen/expr.py
Commit message (Expand)AuthorAgeFilesLines
* move symboltable lookup of sumof expr to the parserChristian Linhart2017-03-111-0/+1
* automatic alignment checker / manual offsetsChristian Linhart2016-01-061-0/+26
* Remove valueparam support from xcbgen parsers and schema definitionJaya Tiwari2015-02-221-7/+0
* xcbgen: support paramref in the parserChristian Linhart2014-11-031-0/+4
* xcbgen: new expr-type listelement-refChristian Linhart2014-11-031-0/+15
* xcbgen: sumof with nested expressionChristian Linhart2014-11-031-0/+6
* xcbgen: fields get a parent referenceChristian Linhart2014-11-031-0/+1
* xcbgen-parser: support switch-caseChristian Linhart2014-08-251-1/+1
* Add support for file descriptor request fieldsKeith Packard2013-11-071-1/+2
* xproto: add doc tags, xcbgen: handle doc tagsMichael Stapelberg2012-03-261-1/+3
* assign switch name to bitcases as well (important in case of switch that appe...Christoph Reimann2010-07-151-1/+5
* add support for new expr tags popcount, enumref, sumofChristoph Reimann2010-07-131-1/+29
* changed Exception message in case of unknown/unhandled XML tagsChristoph Reimann2010-05-221-2/+2
* xcbgen: Add unop supportMarcin Koƛcielnicki2010-05-141-1/+8
* Revive support for hex literals in protocolMikhail Gusarov2010-05-141-1/+1
* Add Python parser language-independent parts.Eamon Walsh2008-04-191-0/+88