Age | Commit message (Expand) | Author |
2021-10-02 | qapi/parser: enable pylint checks | John Snow |
2021-10-02 | qapi/parser: Silence too-few-public-methods warning | John Snow |
2021-10-02 | qapi/parser: enable mypy checks | John Snow |
2021-10-02 | qapi/parser: Add FIXME for consolidating JSON-related types | John Snow |
2021-10-02 | qapi/parser: add type hint annotations (QAPIDoc) | John Snow |
2021-10-02 | qapi/parser: add import cycle workaround | John Snow |
2021-10-02 | qapi/parser: Introduce NullSection | John Snow |
2021-10-02 | qapi/parser: clarify _end_section() logic | John Snow |
2021-10-02 | qapi/parser: remove FIXME comment from _append_body_line | John Snow |
2021-10-02 | qapi/parser: fix unused check_args_section arguments | John Snow |
2021-10-02 | qapi/gen: use dict.items() to iterate over _modules | John Snow |
2021-10-02 | qapi/pylintrc: ignore 'consider-using-f-string' warning | John Snow |
2021-09-27 | qapi: Drop simple unions | Markus Armbruster |
2021-09-25 | qapi: Stop enforcing "type name should not end in 'Kind' | Markus Armbruster |
2021-09-08 | qapi: Fix bogus error for 'if': { 'not': '' } | Markus Armbruster |
2021-09-08 | qapi: Bury some unused code in class Indentation | Markus Armbruster |
2021-09-08 | qapi: Drop Indentation.__bool__() | Markus Armbruster |
2021-09-08 | qapi: Fix a botched type annotation | Markus Armbruster |
2021-09-03 | qapi: Tweak error messages for unknown / conflicting 'if' keys | Markus Armbruster |
2021-09-03 | qapi: Tweak error messages for missing / conflicting meta-type | Markus Armbruster |
2021-09-03 | qapi: Use re.fullmatch() where appropriate | Markus Armbruster |
2021-09-03 | qapi: Use "not COND" instead of "!COND" for generated documentation | Markus Armbruster |
2021-09-03 | qapi: Avoid redundant parens in code generated for conditionals | Markus Armbruster |
2021-09-03 | qapi: Factor common recursion out of cgen_ifcond(), docgen_ifcond() | Markus Armbruster |
2021-09-03 | qapi: Fix C code generation for 'if' | Markus Armbruster |
2021-09-03 | qapi: Simplify how QAPISchemaIfCond represents "no condition" | Markus Armbruster |
2021-09-03 | qapi: Simplify QAPISchemaIfCond's interface for generating C | Markus Armbruster |
2021-08-26 | qapi: make 'if' condition strings simple identifiers | Marc-André Lureau |
2021-08-26 | qapi: add 'not' condition operation | Marc-André Lureau |
2021-08-26 | qapi: add 'any' condition | Marc-André Lureau |
2021-08-26 | qapi: replace if condition list with dict {'all': [...]} | Marc-André Lureau |
2021-08-26 | qapidoc: introduce QAPISchemaIfCond.docgen() | Marc-André Lureau |
2021-08-26 | qapi: introduce QAPISchemaIfCond.cgen() | Marc-André Lureau |
2021-08-26 | qapi: add QAPISchemaIfCond.is_present() | Marc-André Lureau |
2021-08-26 | qapi: wrap Sequence[str] in an object | Marc-André Lureau |
2021-08-26 | qapi: Fix crash on redefinition with a different condition | Markus Armbruster |
2021-07-15 | qapi: Fix crash on missing enum member name | Markus Armbruster |
2021-05-20 | qapi/parser: add docstrings | John Snow |
2021-05-20 | qapi/parser: allow 'ch' variable name | John Snow |
2021-05-20 | qapi/parser: Remove superfluous list comprehension | John Snow |
2021-05-20 | qapi/parser: add type hint annotations | John Snow |
2021-05-20 | qapi/parser: Rework _check_pragma_list_of_str as a TypeGuard | John Snow |
2021-05-20 | qapi/parser: Fix token membership tests when token can be None | John Snow |
2021-05-20 | qapi: add must_match helper | John Snow |
2021-05-20 | qapi/parser: Use @staticmethod where appropriate | John Snow |
2021-05-20 | qapi/parser: assert object keys are strings | John Snow |
2021-05-20 | qapi/parser: enforce all top-level expressions must be dict in _parse() | John Snow |
2021-05-20 | qapi/parser: Assert lexer value is a string | John Snow |
2021-05-20 | qapi/parser: factor parsing routine into method | John Snow |
2021-05-20 | qapi/source: Remove line number from QAPISourceInfo initializer | John Snow |