aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi
AgeCommit message (Expand)AuthorFilesLines
2020-10-10qapi/visit.py: add type hint annotationsJohn Snow2-22/+56
2020-10-10qapi/visit.py: remove unused parameters from gen_visit_objectJohn Snow2-3/+2
2020-10-10qapi/visit.py: assert tag_member contains a QAPISchemaEnumTypeJohn Snow1-5/+7
2020-10-10qapi/types.py: remove one-letter variablesJohn Snow2-15/+15
2020-10-10qapi/types.py: add type hint annotationsJohn Snow2-27/+64
2020-10-10qapi/gen.py: delint with pylintJohn Snow2-2/+5
2020-10-10qapi/gen.py: update write() to be more idiomaticJohn Snow1-14/+11
2020-10-10qapi/gen.py: Remove unused parameterJohn Snow1-2/+2
2020-10-10qapi/gen.py: add type hint annotationsJohn Snow2-52/+57
2020-10-10qapi/gen: Make _is_user_module() return boolJohn Snow1-1/+1
2020-10-10qapi/source.py: delint with pylintJohn Snow2-1/+3
2020-10-10qapi/source.py: add type hint annotationsJohn Snow2-18/+19
2020-10-10qapi/commands.py: add type hint annotationsJohn Snow2-23/+56
2020-10-10qapi/commands.py: Don't re-bind to variable of different typeJohn Snow1-3/+1
2020-10-10qapi/events.py: Move comments into docstringsJohn Snow1-1/+5
2020-10-10qapi/events.py: add type hint annotationsJohn Snow2-16/+35
2020-10-10qapi: establish mypy type-checking baselineJohn Snow2-1/+62
2020-10-10qapi/common.py: move build_params into gen.pyJohn Snow4-34/+36
2020-10-10qapi/common.py: Convert comments into docstrings, and elaborateJohn Snow1-14/+40
2020-10-10qapi/common.py: add type hint annotationsJohn Snow1-11/+16
2020-10-10qapi/common.py: check with pylintJohn Snow1-2/+1
2020-10-10qapi/common.py: Replace one-letter 'c' variableJohn Snow1-4/+4
2020-10-10qapi/common.py: delint with pylintJohn Snow2-17/+15
2020-10-10qapi/common.py: Add indent managerJohn Snow2-20/+36
2020-10-10qapi/common.py: Remove python compatibility workaroundJohn Snow1-4/+1
2020-10-10qapi: add pylintrcJohn Snow1-0/+73
2020-10-10qapi: delint using flake8John Snow4-9/+20
2020-10-10qapi: enforce import order/styling with isortJohn Snow5-5/+16
2020-10-10qapi: Remove wildcard includesJohn Snow6-8/+38
2020-10-10qapi: Prefer explicit relative importsJohn Snow10-33/+33
2020-10-10qapi: move generator entrypoint into packageJohn Snow1-0/+95
2020-10-10qapi: modify docstrings to be sphinx-compatibleJohn Snow1-2/+4
2020-10-09qapi: Add a 'coroutine' flag for commandsKevin Wolf4-10/+26
2020-09-29scripts/qapi: Remove texinfo generation supportPeter Maydell2-309/+0
2020-09-29scripts/qapi/parser.py: improve doc comment indent handlingPeter Maydell1-19/+74
2020-09-29scripts/qapi: Move doc-comment whitespace stripping to doc.pyPeter Maydell2-8/+5
2020-09-07qapi: Make section headings start a new doc comment blockMarkus Armbruster1-8/+13
2020-09-07qapi: Reject section markup in definition documentationMarkus Armbruster1-0/+5
2020-09-03qapi: enable use of g_autoptr with QAPI typesDaniel P. Berrangé1-0/+1
2020-07-21qapi: Fix visit_type_STRUCT() not to fail for null objectMarkus Armbruster1-0/+1
2020-07-10qapi: Smooth visitor error checking in generated codeMarkus Armbruster2-47/+32
2020-07-10qapi: Make visitor functions taking Error ** return bool, not voidMarkus Armbruster1-34/+24
2020-04-30qapi: Generate simpler marshalling code when no argumentsMarkus Armbruster1-16/+24
2020-04-30qapi: Disallow qmp_marshal_FOO(NULL, ...)Markus Armbruster1-24/+2
2020-04-30qapi: Assert non-input visitors see only valid alternate tagsMarkus Armbruster1-0/+1
2020-04-30qapi: Clean up visitor's recovery from input with invalid typeMarkus Armbruster1-0/+3
2020-04-30qapi: Assert incomplete object occurs only in dealloc visitorMarkus Armbruster1-0/+4
2020-03-17qapi: New special feature flag "deprecated"Markus Armbruster1-0/+6
2020-03-17qapi: Add feature flags to struct membersMarkus Armbruster3-7/+23
2020-03-17qapi/schema: Call QAPIDoc.connect_member() in just one placeMarkus Armbruster1-11/+12