aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi/types.py
AgeCommit message (Expand)Author
2021-02-18qapi: Replace List[str] with Sequence[str] for ifcondJohn Snow
2021-02-08qapi: type 'info' as Optional[QAPISourceInfo]John Snow
2021-02-08qapi/gen: Replace ._begin_system_module()Markus Armbruster
2020-10-10qapi/types.py: remove one-letter variablesJohn Snow
2020-10-10qapi/types.py: add type hint annotationsJohn Snow
2020-10-10qapi: Remove wildcard includesJohn Snow
2020-10-10qapi: Prefer explicit relative importsJohn Snow
2020-09-03qapi: enable use of g_autoptr with QAPI typesDaniel P. Berrangé
2020-03-17qapi: Consistently put @features parameter right after @ifcondMarkus Armbruster
2020-03-17qapi: Add feature flags to remaining definitionsMarkus Armbruster
2020-03-05qapi: Use super() now we have Python 3Markus Armbruster
2020-01-14qapi: Simplify QAPISchemaModularCVisitorMarkus Armbruster
2019-10-22qapi: Split up scripts/qapi/common.pyMarkus Armbruster
2019-10-22qapi: Move gen_enum(), gen_enum_lookup() back to qapi/types.pyMarkus Armbruster
2019-06-12qapi: Add feature flags to struct typesKevin Wolf
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-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-07-03qapi-types: add #if conditions to types & visitorsMarkus Armbruster
2018-07-03qapi: add 'ifcond' to visitor methodsMarc-André Lureau
2018-06-22qapi: allow empty branches in flat unionsAnton Nefedov
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-03-02qapi/types qapi/visit: Generate built-in stuff into separate filesMarkus Armbruster
2018-03-02qapi: Make code-generating visitors use QAPIGen moreMarkus Armbruster
2018-03-02qapi-gen: New common driver for code and doc generatorsMarkus Armbruster