aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi
AgeCommit message (Expand)Author
2024-03-04qapi: Reject "Returns" section when command doesn't return anythingMarkus Armbruster
2024-03-04qapi: New documentation section tag "Errors"Markus Armbruster
2024-03-04qapi: Slightly clearer error message for invalid "Returns" sectionMarkus Armbruster
2024-03-04qapi: Memorize since & returns sectionsMarkus Armbruster
2024-02-26qapi: Divorce QAPIDoc from QAPIParseErrorMarkus Armbruster
2024-02-26qapi: Reject multiple and empty feature descriptionsMarkus Armbruster
2024-02-26qapi: Rewrite doc comment parserMarkus Armbruster
2024-02-26qapi: Merge adjacent untagged sectionsMarkus Armbruster
2024-02-26qapi: Call QAPIDoc.check() alwaysMarkus Armbruster
2024-02-26qapi: Recognize section tags and 'Features:' only after blank lineMarkus Armbruster
2024-02-26qapi: Require descriptions and tagged sections to be indentedMarkus Armbruster
2024-02-26qapi: Reject section heading in the middle of a doc commentMarkus Armbruster
2024-02-26qapi: Rename QAPIDoc.Section.name to .tagMarkus Armbruster
2024-02-26qapi: Improve error message for empty doc sectionsMarkus Armbruster
2024-02-26qapi: Improve error position for bogus invalid "Returns" sectionMarkus Armbruster
2024-02-26qapi: Improve error position for bogus argument descriptionsMarkus Armbruster
2024-02-12qapi: Require member documentation (with loophole)Markus Armbruster
2024-01-26qapi: Fix dangling references to docs/devel/qapi-code-gen.txtMarkus Armbruster
2023-11-13qapi: Fix QAPISchemaEntity.__repr__()Markus Armbruster
2023-10-19qapi: provide a friendly string representation of QAPI classesDaniel P. Berrangé
2023-10-19qapi: re-establish linting baselineJohn Snow
2023-09-08scripts/: spelling fixesMichael Tokarev
2023-09-07Python: Drop support for Python 3.7Paolo Bonzini
2023-06-01scripts/qapi: document the tool that generated the fileAlex Bennée
2023-05-22qapi: Improve error message for description following sectionMarkus Armbruster
2023-05-18Python: Drop support for Python 3.6Paolo Bonzini
2023-05-17qapi/parser: Drop two bad type hints for nowMarkus Armbruster
2023-05-10qapi: Section parameter @indent is no longer used, dropMarkus Armbruster
2023-05-10qapi: Relax doc string @name: description indentation rulesMarkus Armbruster
2023-05-10qapi: Rewrite parsing of doc comment section symbols and tagsMarkus Armbruster
2023-05-09qapi: Fix argument description indentation strippingMarkus Armbruster
2023-05-09qapi: Fix crash on stray double quote characterMarkus Armbruster
2023-04-26qapi: allow unions to contain further unionsDaniel P. Berrangé
2023-04-26qapi: Improve specificity of type/member descriptionsMarkus Armbruster
2023-04-24qapi: Require boxed for conditional command and event argumentsMarkus Armbruster
2023-04-24qapi: Fix code generated for optional conditional struct memberMarkus Armbruster
2023-04-24qapi: Fix to reject 'data': 'mumble' in structMarkus Armbruster
2023-04-24qapi: Fix error message when type name or array is expectedMarkus Armbruster
2023-04-24qapi: Simplify code a bit after previous commitsMarkus Armbruster
2023-04-24qapi: Improve error message for unexpected array typesMarkus Armbruster
2023-04-24qapi: Split up check_type()Markus Armbruster
2023-04-24qapi: Clean up after removal of simple unionsMarkus Armbruster
2023-04-24qapi/schema: Use super()Markus Armbruster
2023-04-24qapi: Fix error message format regressionMarkus Armbruster
2023-04-20qapi-gen: mark coroutine QMP command functions as coroutine_fnPaolo Bonzini
2023-02-23qapi: remove JSON value FIXMEJohn Snow
2023-02-23qapi: remove _JSONObjectJohn Snow
2023-02-23qapi/parser: add QAPIExpression typeJohn Snow
2023-02-23qapi: Add minor typing workaround for 3.6John Snow
2023-02-23qapi: update pylint configurationJohn Snow