aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi/common.py
AgeCommit message (Expand)Author
2019-09-24qapi: Improve reporting of lexical errorsMarkus Armbruster
2019-09-24qapi: Use quotes more consistently in frontend error messagesMarkus Armbruster
2019-09-24qapi: Tweak code to match docs/devel/qapi-code-gen.txtMarkus Armbruster
2019-09-24qapi: Adjust frontend errors to say enum value, not memberMarkus Armbruster
2019-09-24qapi: Permit omitting all flat union branchesMarkus Armbruster
2019-09-24qapi: Permit alternates with just one branchMarkus Armbruster
2019-09-24qapi: Permit 'boxed' with empty typeMarkus Armbruster
2019-09-24qapi: Drop support for escape sequences other than \\Markus Armbruster
2019-09-24qapi: Restrict strings to printable ASCIIMarkus Armbruster
2019-09-24qapi: Drop support for boxed alternate argumentsMarkus Armbruster
2019-09-24qapi: Drop check_type()'s redundant parameter @allow_optionalMarkus Armbruster
2019-06-12qapi: Simplify how QAPIDoc implements its state machineMarkus Armbruster
2019-06-12qapi: Allow documentation for featuresKevin Wolf
2019-06-12qapi: Disentangle QAPIDoc codeKevin Wolf
2019-06-12qapi: Add feature flags to struct typesKevin Wolf
2019-03-05qapi: Fix array first used in a different moduleMarkus Armbruster
2019-03-05qapi: Fix code generation for sub-modules in other directoriesMarkus Armbruster
2019-03-05qapi: Pass file name to QAPIGen constructor instead of methodsMarkus Armbruster
2019-02-18qapi: Prepare for system modules other than 'builtin'Markus Armbruster
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