Age | Commit message (Expand) | Author | Files | Lines |
2020-10-10 | qapi/visit.py: add type hint annotations | John Snow | 2 | -22/+56 |
2020-10-10 | qapi/visit.py: remove unused parameters from gen_visit_object | John Snow | 2 | -3/+2 |
2020-10-10 | qapi/visit.py: assert tag_member contains a QAPISchemaEnumType | John Snow | 1 | -5/+7 |
2020-10-10 | qapi/types.py: remove one-letter variables | John Snow | 2 | -15/+15 |
2020-10-10 | qapi/types.py: add type hint annotations | John Snow | 2 | -27/+64 |
2020-10-10 | qapi/gen.py: delint with pylint | John Snow | 2 | -2/+5 |
2020-10-10 | qapi/gen.py: update write() to be more idiomatic | John Snow | 1 | -14/+11 |
2020-10-10 | qapi/gen.py: Remove unused parameter | John Snow | 1 | -2/+2 |
2020-10-10 | qapi/gen.py: add type hint annotations | John Snow | 2 | -52/+57 |
2020-10-10 | qapi/gen: Make _is_user_module() return bool | John Snow | 1 | -1/+1 |
2020-10-10 | qapi/source.py: delint with pylint | John Snow | 2 | -1/+3 |
2020-10-10 | qapi/source.py: add type hint annotations | John Snow | 2 | -18/+19 |
2020-10-10 | qapi/commands.py: add type hint annotations | John Snow | 2 | -23/+56 |
2020-10-10 | qapi/commands.py: Don't re-bind to variable of different type | John Snow | 1 | -3/+1 |
2020-10-10 | qapi/events.py: Move comments into docstrings | John Snow | 1 | -1/+5 |
2020-10-10 | qapi/events.py: add type hint annotations | John Snow | 2 | -16/+35 |
2020-10-10 | qapi: establish mypy type-checking baseline | John Snow | 2 | -1/+62 |
2020-10-10 | qapi/common.py: move build_params into gen.py | John Snow | 4 | -34/+36 |
2020-10-10 | qapi/common.py: Convert comments into docstrings, and elaborate | John Snow | 1 | -14/+40 |
2020-10-10 | qapi/common.py: add type hint annotations | John Snow | 1 | -11/+16 |
2020-10-10 | qapi/common.py: check with pylint | John Snow | 1 | -2/+1 |
2020-10-10 | qapi/common.py: Replace one-letter 'c' variable | John Snow | 1 | -4/+4 |
2020-10-10 | qapi/common.py: delint with pylint | John Snow | 2 | -17/+15 |
2020-10-10 | qapi/common.py: Add indent manager | John Snow | 2 | -20/+36 |
2020-10-10 | qapi/common.py: Remove python compatibility workaround | John Snow | 1 | -4/+1 |
2020-10-10 | qapi: add pylintrc | John Snow | 1 | -0/+73 |
2020-10-10 | qapi: delint using flake8 | John Snow | 4 | -9/+20 |
2020-10-10 | qapi: enforce import order/styling with isort | John Snow | 5 | -5/+16 |
2020-10-10 | qapi: Remove wildcard includes | John Snow | 6 | -8/+38 |
2020-10-10 | qapi: Prefer explicit relative imports | John Snow | 10 | -33/+33 |
2020-10-10 | qapi: move generator entrypoint into package | John Snow | 1 | -0/+95 |
2020-10-10 | qapi: modify docstrings to be sphinx-compatible | John Snow | 1 | -2/+4 |
2020-10-09 | qapi: Add a 'coroutine' flag for commands | Kevin Wolf | 4 | -10/+26 |
2020-09-29 | scripts/qapi: Remove texinfo generation support | Peter Maydell | 2 | -309/+0 |
2020-09-29 | scripts/qapi/parser.py: improve doc comment indent handling | Peter Maydell | 1 | -19/+74 |
2020-09-29 | scripts/qapi: Move doc-comment whitespace stripping to doc.py | Peter Maydell | 2 | -8/+5 |
2020-09-07 | qapi: Make section headings start a new doc comment block | Markus Armbruster | 1 | -8/+13 |
2020-09-07 | qapi: Reject section markup in definition documentation | Markus Armbruster | 1 | -0/+5 |
2020-09-03 | qapi: enable use of g_autoptr with QAPI types | Daniel P. Berrangé | 1 | -0/+1 |
2020-07-21 | qapi: Fix visit_type_STRUCT() not to fail for null object | Markus Armbruster | 1 | -0/+1 |
2020-07-10 | qapi: Smooth visitor error checking in generated code | Markus Armbruster | 2 | -47/+32 |
2020-07-10 | qapi: Make visitor functions taking Error ** return bool, not void | Markus Armbruster | 1 | -34/+24 |
2020-04-30 | qapi: Generate simpler marshalling code when no arguments | Markus Armbruster | 1 | -16/+24 |
2020-04-30 | qapi: Disallow qmp_marshal_FOO(NULL, ...) | Markus Armbruster | 1 | -24/+2 |
2020-04-30 | qapi: Assert non-input visitors see only valid alternate tags | Markus Armbruster | 1 | -0/+1 |
2020-04-30 | qapi: Clean up visitor's recovery from input with invalid type | Markus Armbruster | 1 | -0/+3 |
2020-04-30 | qapi: Assert incomplete object occurs only in dealloc visitor | Markus Armbruster | 1 | -0/+4 |
2020-03-17 | qapi: New special feature flag "deprecated" | Markus Armbruster | 1 | -0/+6 |
2020-03-17 | qapi: Add feature flags to struct members | Markus Armbruster | 3 | -7/+23 |
2020-03-17 | qapi/schema: Call QAPIDoc.connect_member() in just one place | Markus Armbruster | 1 | -11/+12 |