aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi/common.py
AgeCommit message (Expand)Author
2019-09-28qapi: Improve reporting of invalid 'if' furtherMarkus Armbruster
2019-09-28qapi: Avoid redundant definition references in error messagesMarkus Armbruster
2019-09-28qapi: Improve reporting of missing / unknown definition keysMarkus Armbruster
2019-09-28qapi: Improve reporting of invalid flagsMarkus Armbruster
2019-09-28qapi: Improve reporting of invalid 'if' errorsMarkus Armbruster
2019-09-28qapi: Move context-free checking to the proper placeMarkus Armbruster
2019-09-28qapi: Move context-sensitive checking to the proper placeMarkus Armbruster
2019-09-28qapi: Inline check_name() into check_union()Markus Armbruster
2019-09-28qapi: Plumb info to the QAPISchemaMemberMarkus Armbruster
2019-09-28qapi: Make check_type()'s array case a bit more obviousMarkus Armbruster
2019-09-28qapi: Move check for reserved names out of add_name()Markus Armbruster
2019-09-28qapi: Report invalid '*' prefix like any other invalid nameMarkus Armbruster
2019-09-28qapi: Use check_name_str() where it sufficesMarkus Armbruster
2019-09-28qapi: Improve reporting of invalid name errorsMarkus Armbruster
2019-09-28qapi: Reorder check_FOO() parameters for consistencyMarkus Armbruster
2019-09-28qapi: Improve reporting of member name clashesMarkus Armbruster
2019-09-28qapi: Change frontend error messages to start with lower caseMarkus Armbruster
2019-09-28qapi: Clean up member name case checkingMarkus Armbruster
2019-09-28qapi: Prefix frontend errors with an "in definition" lineMarkus Armbruster
2019-09-28qapi: New QAPISourceInfo, replacing dictMarkus Armbruster
2019-09-28qapi: Rename .owner to .defined_inMarkus Armbruster
2019-09-28qapi: Tighten QAPISchemaFOO.check() assertionsMarkus Armbruster
2019-09-24qapi: Assert .visit() and .check_clash() run only after .check()Markus Armbruster
2019-09-24qapi: Fix excessive QAPISchemaEntity.check() recursionMarkus Armbruster
2019-09-24qapi: Fix to .check() empty structs just onceMarkus Armbruster
2019-09-24qapi: Delete useless check_exprs() code for simple union kindMarkus Armbruster
2019-09-24qapi: Clean up around check_known_keys()Markus Armbruster
2019-09-24qapi: Simplify check_keys()Markus Armbruster
2019-09-24qapi: Normalize 'if' in check_exprs(), like other sugarMarkus Armbruster
2019-09-24qapi: Fix missing 'if' checks in struct, union, alternate 'data'Markus Armbruster
2019-09-24qapi: Reject blank 'if' conditions in addition to empty onesMarkus Armbruster
2019-09-24qapi: Fix broken discriminator error messagesMarkus Armbruster
2019-09-24qapi: Remove null from schema languageMarkus Armbruster
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