summaryrefslogtreecommitdiffstats
path: root/scripts/qapi
Commit message (Expand)AuthorAgeFilesLines
* qapi: enable strict-optional checksJohn Snow2021-02-081-1/+0Star
* qapi: type 'info' as Optional[QAPISourceInfo]John Snow2021-02-085-6/+6
* qapi/gen: Drop support for QAPIGen without a file nameMarkus Armbruster2021-02-081-2/+2
* qapi/commands: Simplify command registry generationMarkus Armbruster2021-02-081-27/+22Star
* qapi/gen: Support switching to another module temporarilyMarkus Armbruster2021-02-081-0/+7
* qapi/gen: write _genc/_genh access shimsJohn Snow2021-02-081-5/+13
* qapi: centralize the built-in module name definitionJohn Snow2021-02-081-5/+8
* qapi/gen: Combine ._add_[user|system]_moduleMarkus Armbruster2021-02-083-14/+7Star
* qapi: use './builtin' as the built-in module nameJohn Snow2021-02-082-19/+19
* qapi: use explicitly internal module namesJohn Snow2021-02-083-3/+4
* qapi/gen: Replace ._begin_system_module()Markus Armbruster2021-02-083-6/+7
* qapi: centralize is_[user|system|builtin]_module methodsJohn Snow2021-02-082-16/+40
* qapi/gen: inline _wrap_ifcond into end_if()John Snow2021-02-081-5/+2Star
* qapi/main: handle theoretical None-return from re.match()John Snow2021-02-081-0/+2
* qapi/events: fix visit_event typingJohn Snow2021-02-081-5/+7
* qapi/commands: assert arg_type is not NoneJohn Snow2021-02-081-3/+6
* qapi/visit.py: add type hint annotationsJohn Snow2020-10-102-22/+56
* qapi/visit.py: remove unused parameters from gen_visit_objectJohn Snow2020-10-102-3/+2Star
* qapi/visit.py: assert tag_member contains a QAPISchemaEnumTypeJohn Snow2020-10-101-5/+7
* qapi/types.py: remove one-letter variablesJohn Snow2020-10-102-15/+15
* qapi/types.py: add type hint annotationsJohn Snow2020-10-102-27/+64
* qapi/gen.py: delint with pylintJohn Snow2020-10-102-2/+5
* qapi/gen.py: update write() to be more idiomaticJohn Snow2020-10-101-14/+11Star
* qapi/gen.py: Remove unused parameterJohn Snow2020-10-101-2/+2
* qapi/gen.py: add type hint annotationsJohn Snow2020-10-102-52/+57
* qapi/gen: Make _is_user_module() return boolJohn Snow2020-10-101-1/+1
* qapi/source.py: delint with pylintJohn Snow2020-10-102-1/+3
* qapi/source.py: add type hint annotationsJohn Snow2020-10-102-18/+19
* qapi/commands.py: add type hint annotationsJohn Snow2020-10-102-23/+56
* qapi/commands.py: Don't re-bind to variable of different typeJohn Snow2020-10-101-3/+1Star
* qapi/events.py: Move comments into docstringsJohn Snow2020-10-101-1/+5
* qapi/events.py: add type hint annotationsJohn Snow2020-10-102-16/+35
* qapi: establish mypy type-checking baselineJohn Snow2020-10-102-1/+62
* qapi/common.py: move build_params into gen.pyJohn Snow2020-10-104-34/+36
* qapi/common.py: Convert comments into docstrings, and elaborateJohn Snow2020-10-101-14/+40
* qapi/common.py: add type hint annotationsJohn Snow2020-10-101-11/+16
* qapi/common.py: check with pylintJohn Snow2020-10-101-2/+1Star
* qapi/common.py: Replace one-letter 'c' variableJohn Snow2020-10-101-4/+4
* qapi/common.py: delint with pylintJohn Snow2020-10-102-17/+15Star
* qapi/common.py: Add indent managerJohn Snow2020-10-102-20/+36
* qapi/common.py: Remove python compatibility workaroundJohn Snow2020-10-101-4/+1Star
* qapi: add pylintrcJohn Snow2020-10-101-0/+73
* qapi: delint using flake8John Snow2020-10-104-9/+20
* qapi: enforce import order/styling with isortJohn Snow2020-10-105-5/+16
* qapi: Remove wildcard includesJohn Snow2020-10-106-8/+38
* qapi: Prefer explicit relative importsJohn Snow2020-10-1010-33/+33
* qapi: move generator entrypoint into packageJohn Snow2020-10-101-0/+95
* qapi: modify docstrings to be sphinx-compatibleJohn Snow2020-10-101-2/+4
* qapi: Add a 'coroutine' flag for commandsKevin Wolf2020-10-094-10/+26
* scripts/qapi: Remove texinfo generation supportPeter Maydell2020-09-292-309/+0Star