COMMITS
/ scripts/qapi/common.py July 7, 2022
Z
qapi: Avoid generating C identifier 'linux'
zhenwei pi committed
September 8, 2021
M
qapi: Bury some unused code in class Indentation
Markus Armbruster committed
M
qapi: Drop Indentation.__bool__()
Markus Armbruster committed
M
qapi: Fix a botched type annotation
Markus Armbruster committed
August 31, 2021
M
qapi: Use "not COND" instead of "!COND" for generated documentation
Markus Armbruster committed
M
qapi: Avoid redundant parens in code generated for conditionals
Markus Armbruster committed
M
qapi: Factor common recursion out of cgen_ifcond(), docgen_ifcond()
Markus Armbruster committed
M
qapi: Fix C code generation for 'if'
Markus Armbruster committed
M
qapi: Simplify how QAPISchemaIfCond represents "no condition"
Markus Armbruster committed
August 4, 2021
M
qapi: make 'if' condition strings simple identifiers
Marc-André Lureau committed
M
qapi: add 'not' condition operation
Marc-André Lureau committed
M
qapi: add 'any' condition
Marc-André Lureau committed
M
qapi: replace if condition list with dict {'all': [...]}
Marc-André Lureau committed
M
qapidoc: introduce QAPISchemaIfCond.docgen()
Marc-André Lureau committed
M
qapi: introduce QAPISchemaIfCond.cgen()
Marc-André Lureau committed
May 19, 2021
J
qapi: add must_match helper
John Snow committed
March 23, 2021
M
qapi: Permit flat union members for any tag value
Markus Armbruster committed
October 9, 2020
J
qapi/common.py: move build_params into gen.py
John Snow committed
J
qapi/common.py: Convert comments into docstrings, and elaborate
John Snow committed
J
qapi/common.py: add type hint annotations
John Snow committed
J
qapi/common.py: Replace one-letter 'c' variable
John Snow committed
J
qapi/common.py: delint with pylint
John Snow committed
J
qapi/common.py: Add indent manager
John Snow committed
J
qapi/common.py: Remove python compatibility workaround
John Snow committed
March 4, 2020
M
qapi: Drop conditionals for Python 2
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
M
qapi: Eliminate accidental global frontend state
Markus Armbruster committed
M
qapi: Store pragma state in QAPISourceInfo, not global state
Markus Armbruster committed
September 27, 2019
M
qapi: Improve source file read error handling
Markus Armbruster committed
M
qapi: Improve reporting of redefinition
Markus Armbruster committed
M
qapi: Improve reporting of missing documentation comment
Markus Armbruster committed
M
qapi: Eliminate check_keys(), rename check_known_keys()
Markus Armbruster committed
M
qapi: Improve reporting of invalid 'if' further
Markus Armbruster committed
M
qapi: Avoid redundant definition references in error messages
Markus Armbruster committed
M
qapi: Improve reporting of missing / unknown definition keys
Markus Armbruster committed
M
qapi: Improve reporting of invalid flags
Markus Armbruster committed
M
qapi: Improve reporting of invalid 'if' errors
Markus Armbruster committed
M
qapi: Move context-free checking to the proper place
Markus Armbruster committed
M
qapi: Move context-sensitive checking to the proper place
Markus Armbruster committed
M
qapi: Inline check_name() into check_union()
Markus Armbruster committed
M
qapi: Plumb info to the QAPISchemaMember
Markus Armbruster committed
M
qapi: Make check_type()'s array case a bit more obvious
Markus Armbruster committed
M
qapi: Move check for reserved names out of add_name()
Markus Armbruster committed
M
qapi: Report invalid '*' prefix like any other invalid name
Markus Armbruster committed
M
qapi: Use check_name_str() where it suffices
Markus Armbruster committed
M
qapi: Improve reporting of invalid name errors
Markus Armbruster committed
M
qapi: Reorder check_FOO() parameters for consistency
Markus Armbruster committed
M
qapi: Improve reporting of member name clashes
Markus Armbruster committed
M
qapi: Change frontend error messages to start with lower case
Markus Armbruster committed