summaryrefslogtreecommitdiff
path: root/xcbgen/xtypes.py
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
* Parse a field's "enum=" correctlyUli Schlachter2020-03-211-1/+1
* Allow access to the original type in the XMLUli Schlachter2019-12-281-16/+19
* 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-111-0/+87
* print() is a function and needs parentheses.Thomas Klausner2016-05-281-6/+6
* 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-061-22/+553
* Remove valueparam support from xcbgen parsers and schema definitionJaya Tiwari2015-02-221-7/+0
* xcbgen: fields get a parent referenceChristian Linhart2014-11-031-0/+1
* xcbgen-parser: support switch-caseChristian Linhart2014-08-251-6/+29
* Support <pad align="n" />Peter Harris2014-01-211-2/+6
* Track pad count at the module levelPeter Harris2014-01-211-4/+4
* xcbgen: Remove tab from xtypes.py.Matt Turner2013-11-141-1/+1
* Add support for file descriptor request fieldsKeith Packard2013-11-071-1/+19
* Add CARD64/INT64 protocol typesKeith Packard2013-11-061-0/+2
* 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-261-11/+61
* Rename the ExprType "parent" attribute to "parents".Alex Plotnick2012-03-231-2/+2
* Use absolute imports in xcbgen for Python 3 compatibilityDavid Coles2011-05-031-1/+1
* 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-151-3/+8
* - changed handling of anchestor types (may be more than one now)Christoph Reimann2010-07-131-2/+147
* xcbgen: perform lenfield lookup within all anchestorsChristoph Reimann2010-06-121-12/+15
* Revive support for hex literals in protocolMikhail Gusarov2010-05-141-2/+2
* 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
* made changes to support new value-mask-pad field of valueparam structuresBart Massey2008-09-031-4/+24
* Work around a Python bug involving the file name 'types.py'.Eamon Walsh2008-07-091-0/+469