summaryrefslogtreecommitdiff
path: root/xcbgen
AgeCommit message (Expand)AuthorFilesLines
2010-08-16xcbgen: small fix to store anchestor objects more systematicHEADgsoc2010Christoph Reimann1-8/+7
2010-08-02small fix wrt bitcase type namesChristoph Reimann1-5/+4
2010-07-22support name attribute for bitcases and set BitcaseType.has_name accordinglyChristoph Reimann1-1/+11
2010-07-15assign switch name to bitcases as well (important in case of switch that appe...Christoph Reimann2-4/+13
2010-07-13- changed handling of anchestor types (may be more than one now)Christoph Reimann1-2/+147
2010-07-13add support for new expr tags popcount, enumref, sumofChristoph Reimann1-1/+29
2010-06-12xcbgen: perform lenfield lookup within all anchestorsChristoph Reimann1-12/+15
2010-05-22changed Exception message in case of unknown/unhandled XML tagsChristoph Reimann1-2/+2
2010-05-14xcbgen: Add unop supportMarcin Koƛcielnicki1-1/+8
2010-05-14Revive support for hex literals in protocolMikhail Gusarov2-3/+3
2009-10-21Revert "made changes to support new value-mask-pad field of valueparam struct...Eamon Walsh1-24/+4
2008-09-03Make bit-numbers available to code-generatorsCarsten Meier1-0/+3
2008-09-03Generate values instead of shift-expressions for enum-bitsCarsten Meier1-2/+1
2008-09-03made changes to support new value-mask-pad field of valueparam structuresBart Massey1-4/+24
2008-07-09Work around a Python bug involving the file name 'types.py'.Eamon Walsh4-3/+3
2008-05-21Fix a type size calculation.Eamon Walsh1-1/+1
2008-05-16Add is_simple boolean attribute for plain integer types.Eamon Walsh1-0/+2
2008-04-19Add Python parser language-independent parts.Eamon Walsh7-0/+842