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