aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi/common.py
AgeCommit message (Expand)AuthorFilesLines
2018-12-18qapi: fix flat union on uncovered branches conditionalsMarc-André Lureau1-1/+2
2018-12-14qapi: Add #if conditions to generated code membersMarc-André Lureau1-0/+4
2018-12-13qapi: add 'if' to alternate membersMarc-André Lureau1-5/+5
2018-12-13qapi: add 'if' to union membersMarc-André Lureau1-7/+8
2018-12-13qapi: Add 'if' to implicit struct membersMarc-André Lureau1-7/+11
2018-12-13qapi: add a dictionary form for TYPEMarc-André Lureau1-24/+46
2018-12-13qapi: add 'if' to enum membersMarc-André Lureau1-3/+5
2018-12-13qapi: add a dictionary form with 'name' key for enum membersMarc-André Lureau1-10/+26
2018-12-13qapi: improve reporting of unknown or missing keysMarc-André Lureau1-8/+15
2018-12-13qapi: factor out checking for keysMarc-André Lureau1-7/+13
2018-12-13qapi: change enum visitor and gen_enum* to take QAPISchemaMemberMarc-André Lureau1-11/+11
2018-12-13qapi: Do not define enumeration value explicitlyMarc-André Lureau1-5/+2
2018-12-13qapi: rename QAPISchemaEnumType.values to .membersMarc-André Lureau1-12/+12
2018-08-28qapi: Emit a blank line before dummy declarationMarkus Armbruster1-0/+1
2018-08-28qapi: Fix build_params() for empty parameter listMarkus Armbruster1-6/+4
2018-08-15qapi: Fix some pycodestyle-3 complaintsMarkus Armbruster1-6/+9
2018-07-03qapi: add #if/#endif helpersMarc-André Lureau1-4/+94
2018-07-03qapi: mcgen() shouldn't indent # linesMarc-André Lureau1-2/+2
2018-07-03qapi: add 'ifcond' to visitor methodsMarc-André Lureau1-14/+17
2018-07-03qapi: leave the ifcond attribute undefined until check()Marc-André Lureau1-4/+17
2018-07-03qapi: pass 'if' condition into QAPISchemaEntity objectsMarc-André Lureau1-32/+65
2018-07-03qapi: add 'if' to top-level expressionsMarc-André Lureau1-6/+29
2018-06-22qapi: Open files with encoding='utf-8'Markus Armbruster1-3/+14
2018-06-22qapi: allow empty branches in flat unionsAnton Nefedov1-7/+8
2018-06-08python: Remove scripts/ordereddict.pyEduardo Habkost1-4/+1
2018-05-30qapi: introduce new cmd option "allow-preconfig"Igor Mammedov1-7/+11
2018-05-04qapi: add SysEmuTarget to "common.json"Laszlo Ersek1-1/+1
2018-03-27qapi: restrict allow-oob value to be "true"Peter Xu1-1/+1
2018-03-19qapi: introduce new cmd option "allow-oob"Peter Xu1-5/+10
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster1-3/+2
2018-03-02qapi: Generate separate .h, .c for each moduleMarkus Armbruster1-5/+28
2018-03-02qapi/common: Fix guardname() for funny filenamesMarkus Armbruster1-1/+1
2018-03-02qapi/types qapi/visit: Generate built-in stuff into separate filesMarkus Armbruster1-9/+51
2018-03-02qapi: Make code-generating visitors use QAPIGen moreMarkus Armbruster1-0/+13
2018-03-02qapi: Record 'include' directives in intermediate representationMarkus Armbruster1-4/+39
2018-03-02qapi: Generate in source orderMarkus Armbruster1-2/+4
2018-03-02qapi: Record 'include' directives in parse treeMarkus Armbruster1-4/+16
2018-03-02qapi: Concentrate QAPISchemaParser.exprs updates in .__init__()Markus Armbruster1-6/+9
2018-03-02qapi: Lift error reporting from QAPISchema.__init__() to callersMarkus Armbruster1-14/+9
2018-03-02qapi/common: Eliminate QAPISchema.exprsMarkus Armbruster1-4/+4
2018-03-02qapi: Improve include file name reporting in error messagesMarkus Armbruster1-6/+6
2018-03-02qapi: Touch generated files only when they changeMarkus Armbruster1-2/+9
2018-03-02qapi-gen: Convert from getopt to argparseMarkus Armbruster1-43/+0
2018-03-02qapi-gen: New common driver for code and doc generatorsMarkus Armbruster1-0/+2041