aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi/introspect.py
AgeCommit message (Expand)Author
2024-07-06qapi: linter fixupsJohn Snow
2024-05-06qapi: Rename visitor parameter @variants to @alternativesMarkus Armbruster
2024-05-06qapi: Rename visitor parameter @variants to @branchesMarkus Armbruster
2024-05-06qapi: New QAPISchemaBranches, QAPISchemaAlternativesMarkus Armbruster
2024-04-24qapi: Assert built-in types existMarkus Armbruster
2021-10-27qapi: Add feature flags to enum membersMarkus Armbruster
2021-10-27qapi: Enable enum member introspection to show more than nameMarkus Armbruster
2021-09-03qapi: Simplify QAPISchemaIfCond's interface for generating CMarkus Armbruster
2021-08-26qapi: introduce QAPISchemaIfCond.cgen()Marc-André Lureau
2021-08-26qapi: add QAPISchemaIfCond.is_present()Marc-André Lureau
2021-08-26qapi: wrap Sequence[str] in an objectMarc-André Lureau
2021-02-18qapi/introspect.py: set _gen_tree's default ifcond argument to ()John Snow
2021-02-18qapi/introspect.py: Type _gen_tree variants as Sequence[str]John Snow
2021-02-18qapi/introspect.py: Update copyright and authors listJohn Snow
2021-02-18qapi/introspect.py: Add docstrings to _gen_tree and _tree_to_qlitJohn Snow
2021-02-18qapi/introspect.py: add type hint annotationsJohn Snow
2021-02-18qapi/introspect.py: remove _gen_variants helperJohn Snow
2021-02-18qapi/introspect.py: improve readability of _tree_to_qlitJohn Snow
2021-02-18qapi/introspect.py: improve _tree_to_qlit error messageJohn Snow
2021-02-18qapi/introspect.py: create a typed 'Annotated' data strutcureJohn Snow
2021-02-18qapi/introspect.py: Introduce preliminary tree typingJohn Snow
2021-02-18qapi/introspect.py: Always define all 'extra' dict keysJohn Snow
2021-02-18qapi/introspect.py: replace 'extra' dict with 'comment' argumentJohn Snow
2021-02-18qapi/introspect.py: Unify return type of _make_tree()John Snow
2021-02-18qapi/introspect.py: guard against ifcond/comment misuseJohn Snow
2021-02-18qapi/introspect.py: add _gen_features helperJohn Snow
2021-02-18qapi/introspect.py: use _make_tree for features nodesJohn Snow
2021-02-18qapi/introspect.py: assert schema is not NoneJohn Snow
2020-10-10qapi: enforce import order/styling with isortJohn Snow
2020-10-10qapi: Remove wildcard includesJohn Snow
2020-10-10qapi: Prefer explicit relative importsJohn Snow
2020-10-09qapi: Add a 'coroutine' flag for commandsKevin Wolf
2020-03-17qapi: Add feature flags to struct membersMarkus Armbruster
2020-03-17qapi/introspect: Factor out _make_tree()Markus Armbruster
2020-03-17qapi/introspect: Rename *qlit* to reduce confusionMarkus Armbruster
2020-03-17qapi: Consistently put @features parameter right after @ifcondMarkus Armbruster
2020-03-17qapi: Add feature flags to remaining definitionsMarkus Armbruster
2020-03-05qapi: Brush off some (py)lintMarkus Armbruster
2020-03-05qapi: Use super() now we have Python 3Markus Armbruster
2019-10-22qapi: Add feature flags to commandsPeter Krempa
2019-10-22qapi: Split up scripts/qapi/common.pyMarkus Armbruster
2019-06-12qapi: Add feature flags to struct typesKevin Wolf
2018-12-14qapi: Add #if conditions to generated code membersMarc-André Lureau
2018-12-13qapi: change enum visitor and gen_enum* to take QAPISchemaMemberMarc-André Lureau
2018-08-28qapi: Add comments to aid debugging generated introspectionEric Blake
2018-08-28qapi: Minor introspect.py cleanupsEric Blake
2018-07-23qapi: Make 'allow-oob' optional in SchemaInfoCommandMarkus Armbruster
2018-07-16qapi: Do not expose "allow-preconfig" in query-qmp-schemaMarkus Armbruster
2018-07-03qapi-introspect: add preprocessor conditions to generated QLitMarc-André Lureau
2018-07-03qapi-introspect: modify to_qlit() to append ',' on level > 0Marc-André Lureau