COMMITS
/ scripts/qapi/types.py November 4, 2022
M
qapi: Start to elide redundant has_FOO in generated C
Markus Armbruster committed
February 11, 2022
J
scripts/qapi: minor delinting
John Snow committed
October 28, 2021
M
qapi: Generalize enum member policy checking
Markus Armbruster committed
October 25, 2021
M
qapi: Implement deprecated-input={reject,crash} for enum values
Markus Armbruster committed
August 31, 2021
M
qapi: Simplify QAPISchemaIfCond's interface for generating C
Markus Armbruster committed
August 4, 2021
M
qapi: introduce QAPISchemaIfCond.cgen()
Marc-André Lureau committed
M
qapi: wrap Sequence[str] in an object
Marc-André Lureau committed
February 16, 2021
J
qapi: Replace List[str] with Sequence[str] for ifcond
John Snow committed
February 1, 2021
J
qapi: type 'info' as Optional[QAPISourceInfo]
John Snow committed
M
qapi/gen: Replace ._begin_system_module()
Markus Armbruster committed
October 9, 2020
J
qapi/types.py: remove one-letter variables
John Snow committed
J
qapi/types.py: add type hint annotations
John Snow committed
J
qapi: Remove wildcard includes
John Snow committed
J
qapi: Prefer explicit relative imports
John Snow committed
July 23, 2020
D
qapi: enable use of g_autoptr with QAPI types
Daniel P. Berrangé committed
March 17, 2020
M
qapi: Consistently put @features parameter right after @ifcond
Markus Armbruster committed
M
qapi: Add feature flags to remaining definitions
Markus Armbruster committed
March 4, 2020
M
qapi: Use super() now we have Python 3
Markus Armbruster committed
November 20, 2019
M
qapi: Simplify QAPISchemaModularCVisitor
Markus Armbruster committed
October 18, 2019
M
qapi: Split up scripts/qapi/common.py
Markus Armbruster committed
M
qapi: Move gen_enum(), gen_enum_lookup() back to qapi/types.py
Markus Armbruster committed
June 6, 2019
K
qapi: Add feature flags to struct types
Kevin Wolf committed
February 14, 2019
M
qapi: Prepare for system modules other than 'builtin'
Markus Armbruster committed
M
qapi: Clean up modular built-in code generation a bit
Markus Armbruster committed
December 13, 2018
M
qapi: Add #if conditions to generated code members
Marc-André Lureau committed
M
qapi: change enum visitor and gen_enum* to take QAPISchemaMember
Marc-André Lureau committed
July 3, 2018
M
qapi-types: add #if conditions to types & visitors
Markus Armbruster committed
M
qapi: add 'ifcond' to visitor methods
Marc-André Lureau committed
June 18, 2018
A
qapi: allow empty branches in flat unions
Anton Nefedov committed
February 11, 2018
M
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster committed
M
Include less of the generated modular QAPI headers
Markus Armbruster committed
February 26, 2018
M
qapi/types qapi/visit: Generate built-in stuff into separate files
Markus Armbruster committed
M
qapi: Make code-generating visitors use QAPIGen more
Markus Armbruster committed
M
qapi-gen: New common driver for code and doc generators
Markus Armbruster committed