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