aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema
AgeCommit message (Expand)Author
2024-07-17qapi: remove "Example" doc sectionJohn Snow
2024-07-06qapi/parser: don't parse rST markup as section headersJohn Snow
2024-07-06qapi: convert "Note" sections to plain rSTJohn Snow
2024-07-06qapi/parser: fix comment parsing immediately following a doc blockJohn Snow
2024-07-06qapi/parser: preserve indentation in QAPIDoc sectionsJohn Snow
2024-05-06qapi: Rename visitor parameter @variants to @alternativesMarkus Armbruster
2024-05-06qapi: Rename visitor parameter @variants to @branchesMarkus Armbruster
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-02-26qapi: Divorce QAPIDoc from QAPIParseErrorMarkus Armbruster
2024-02-26qapi: Reject multiple and empty feature descriptionsMarkus Armbruster
2024-02-26qapi: Merge adjacent untagged sectionsMarkus 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-26tests/qapi-schema: Cover 'Features:' not followed by descriptionsMarkus Armbruster
2024-02-26tests/qapi-schema: Cover duplicate 'Features:' lineMarkus Armbruster
2024-02-26tests/qapi-schema: Fix test 'QAPI rST doc'Markus Armbruster
2024-02-12qapi: Require member documentation (with loophole)Markus Armbruster
2024-02-12qapi: Indent tagged doc comment sections properlyMarkus Armbruster
2023-11-13tests/qapi-schema: Tidy up pylint warnings and adviceMarkus Armbruster
2023-09-08tests/: spelling fixesMichael Tokarev
2023-05-22qapi: Improve error message for description following sectionMarkus Armbruster
2023-05-10qapi: Relax doc string @name: description indentation rulesMarkus Armbruster
2023-05-09qapi: Fix argument description indentation strippingMarkus Armbruster
2023-05-09tests/qapi-schema/doc-good: Improve argument description testsMarkus Armbruster
2023-05-09tests/qapi-schema/doc-good: Improve a commentMarkus Armbruster
2023-04-26qapi: allow unions to contain further unionsDaniel P. Berrangé
2023-04-25qapi: support updating expected test output via makeDaniel P. Berrangé
2023-04-24qapi: Require boxed for conditional command and event argumentsMarkus Armbruster
2023-04-24tests/qapi-schema: Cover optional conditional struct memberMarkus Armbruster
2023-04-24tests/qapi-schema: Clean up positive test for conditionalsMarkus Armbruster
2023-04-24tests/qapi-schema: Rename a few conditionalsMarkus Armbruster
2023-04-24tests/qapi-schema: Improve union discriminator coverageMarkus 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: Improve error message for unexpected array typesMarkus Armbruster
2023-02-02meson: replace Perl usage with PythonMarc-André Lureau
2023-01-06tests/qapi-schema: remove Meson workaroundPaolo Bonzini
2022-09-01meson: remove dead assignmentsPaolo Bonzini
2022-04-21qapi-schema: test: add a unit test for parsing array alternatesPaolo Bonzini
2022-04-21qapi-schema: test: add a qapi-schema-test for array alternatesPaolo Bonzini
2022-04-21qapi-schema: support alternates with array typePaolo Bonzini
2021-11-08meson: drop sphinx_extn_dependsMarc-André Lureau
2021-11-08tests/qapi-schema/meson: add depfile to sphinx docMarc-André Lureau