summaryrefslogtreecommitdiff
path: root/xcbgen
Commit message (Expand)AuthorAgeFilesLines
* Fix python version check from 65169c1af7893882c21d1e2a544903212b8d6fb0Alex Richardson2021-10-041-1/+2
* Use xml.etree.cElementTree where appropriateUli Schlachter2021-09-301-1/+6
* Add missing fields to errorsUli Schlachter2021-09-301-0/+10
* Add element to specify expression that defines length of a structPovilas Kanapickas2021-09-021-0/+6
* xcbgen: Use xml.etree.ElementTree for Python >= 3.3.Björn Esser2020-06-042-2/+2
* xcbgen: xml.etree.cElementTree has been dropped in Python 3.9.Björn Esser2020-06-012-2/+12
* xcbgen: Use math.gcd() for Python >= 3.5.Björn Esser2020-06-011-1/+6
* Parse a field's "enum=" correctlyUli Schlachter2020-03-211-1/+1
* Allow access to the original type in the XMLUli Schlachter2019-12-282-19/+22
* Fix size computation of imported listsUli Schlachter2019-12-281-0/+3
* Removed unused member "fds"Uli Schlachter2019-11-021-1/+0
* xcbgen: Add support for lists of FDsDaniel Stone2017-06-051-4/+24
* add support for eventstructChristian Linhart2017-03-113-0/+135
* move symboltable lookup of sumof expr to the parserChristian Linhart2017-03-111-0/+1
* print() is a function and needs parentheses.Thomas Klausner2016-05-281-6/+6
* Make whitespace use consistent.Thomas Klausner2016-05-281-48/+48
* optionally enforce serialization of padsChristian Linhart2016-01-271-0/+2
* calculate lengthless listJaya Tiwari2016-01-061-0/+7
* automatic alignment checker / manual offsetsChristian Linhart2016-01-064-23/+757
* Remove valueparam support from xcbgen parsers and schema definitionJaya Tiwari2015-02-222-14/+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-032-0/+2
* xcbgen-parser: support switch-caseChristian Linhart2014-08-252-7/+30
* Also track directly imported modules in a separate listKeith Packard2014-02-192-0/+6
* Support <pad align="n" />Peter Harris2014-01-211-2/+6
* Track pad count at the module levelPeter Harris2014-01-212-4/+5
* xcbgen: Remove tab from xtypes.py.Matt Turner2013-11-141-1/+1
* Add support for file descriptor request fieldsKeith Packard2013-11-072-2/+21
* Add CARD64/INT64 protocol typesKeith Packard2013-11-062-0/+4
* Add support for X Generic Extension eventsDaniel Martin2013-07-121-5/+21
* xcbgen: Handle multiple <enumref> in a <bitcase>Daniel Martin2013-05-231-4/+11
* Simplify boolean attribute retrievalDaniel Martin2013-02-141-2/+1
* xproto: add doc tags, xcbgen: handle doc tagsMichael Stapelberg2012-03-262-12/+64
* Rename the ExprType "parent" attribute to "parents".Alex Plotnick2012-03-231-2/+2
* Use absolute imports in xcbgen for Python 3 compatibilityDavid Coles2011-05-033-6/+7
* xcbgen: small fix to store anchestor objects more systematicChristoph Reimann2010-08-161-8/+7
* small fix wrt bitcase type namesChristoph Reimann2010-08-021-5/+4
* support name attribute for bitcases and set BitcaseType.has_name accordinglyChristoph Reimann2010-07-221-1/+11
* assign switch name to bitcases as well (important in case of switch that appe...Christoph Reimann2010-07-152-4/+13
* - changed handling of anchestor types (may be more than one now)Christoph Reimann2010-07-131-2/+147
* add support for new expr tags popcount, enumref, sumofChristoph Reimann2010-07-131-1/+29
* xcbgen: perform lenfield lookup within all anchestorsChristoph Reimann2010-06-121-12/+15
* 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-142-3/+3
* Revert "made changes to support new value-mask-pad field of valueparam struct...Eamon Walsh2009-10-211-24/+4
* Make bit-numbers available to code-generatorsCarsten Meier2008-09-031-0/+3
* Generate values instead of shift-expressions for enum-bitsCarsten Meier2008-09-031-2/+1