summaryrefslogtreecommitdiffstats
path: root/scripts/qapi/types.py
Commit message (Expand)AuthorAgeFilesLines
* qapi: Replace List[str] with Sequence[str] for ifcondJohn Snow2021-02-181-6/+6
* qapi: type 'info' as Optional[QAPISourceInfo]John Snow2021-02-081-1/+1
* qapi/gen: Replace ._begin_system_module()Markus Armbruster2021-02-081-1/+1
* qapi/types.py: remove one-letter variablesJohn Snow2020-10-101-14/+15
* qapi/types.py: add type hint annotationsJohn Snow2020-10-101-22/+64
* qapi: Remove wildcard includesJohn Snow2020-10-101-1/+7
* qapi: Prefer explicit relative importsJohn Snow2020-10-101-3/+3
* qapi: enable use of g_autoptr with QAPI typesDaniel P. Berrangé2020-09-031-0/+1
* qapi: Consistently put @features parameter right after @ifcondMarkus Armbruster2020-03-171-2/+2
* qapi: Add feature flags to remaining definitionsMarkus Armbruster2020-03-171-2/+2
* qapi: Use super() now we have Python 3Markus Armbruster2020-03-051-2/+2
* qapi: Simplify QAPISchemaModularCVisitorMarkus Armbruster2020-01-141-2/+3
* qapi: Split up scripts/qapi/common.pyMarkus Armbruster2019-10-221-0/+2
* qapi: Move gen_enum(), gen_enum_lookup() back to qapi/types.pyMarkus Armbruster2019-10-221-0/+59
* qapi: Add feature flags to struct typesKevin Wolf2019-06-121-1/+2
* qapi: Prepare for system modules other than 'builtin'Markus Armbruster2019-02-181-1/+1
* qapi: Clean up modular built-in code generation a bitMarkus Armbruster2019-02-181-1/+1
* qapi: Add #if conditions to generated code membersMarc-André Lureau2018-12-141-0/+4
* qapi: change enum visitor and gen_enum* to take QAPISchemaMemberMarc-André Lureau2018-12-131-3/+3
* qapi-types: add #if conditions to types & visitorsMarkus Armbruster2018-07-031-19/+29
* qapi: add 'ifcond' to visitor methodsMarc-André Lureau2018-07-031-4/+4
* qapi: allow empty branches in flat unionsAnton Nefedov2018-06-221-0/+2
* qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster2018-03-021-3/+3
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-3/+5
* qapi/types qapi/visit: Generate built-in stuff into separate filesMarkus Armbruster2018-03-021-37/+24Star
* qapi: Make code-generating visitors use QAPIGen moreMarkus Armbruster2018-03-021-47/+34Star
* qapi-gen: New common driver for code and doc generatorsMarkus Armbruster2018-03-021-0/+266