summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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-102-88/+101
* qapi-gen: Separate arg-parsing from generationJohn Snow2020-10-101-22/+67
* qapi: modify docstrings to be sphinx-compatibleJohn Snow2020-10-101-2/+4
* qapi: Add a 'coroutine' flag for commandsKevin Wolf2020-10-094-10/+26
* kernel-doc: Remove $decl_type='type name' hackEduardo Habkost2020-10-061-11/+1Star
* kernel-doc: Handle function typedefs without asterisksEduardo Habkost2020-10-061-1/+1
* kernel-doc: Handle function typedefs that return pointersEduardo Habkost2020-10-061-2/+2
* Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2020-10-061-0/+167
|\
| * scripts: add block-coroutine-wrapper.pyVladimir Sementsov-Ogievskiy2020-10-051-0/+167
* | meson: move sparse detection to Meson and rewrite check_sparse.pyPaolo Bonzini2020-10-041-11/+45
|/
* checkpatch: Detect '%#' or '%0#' in printf-style format stringsDov Murik2020-09-301-2/+8
* checkpatch: avoid error on cover letter filesStefano Garzarella2020-09-301-1/+1
* mtest2make: add support for introspected test dependenciesPaolo Bonzini2020-09-301-4/+15
* ninjatool: rebuild multi-output targets if outputs are missingPaolo Bonzini2020-09-301-0/+3
* Remove texinfo dependency from docker and CI configsPeter Maydell2020-09-291-1/+0Star
* Remove Texinfo related line from git.orderfilePeter Maydell2020-09-291-1/+0Star
* scripts/texi2pod: Delete unused scriptPeter Maydell2020-09-292-537/+1Star
* scripts/qapi: Remove texinfo generation supportPeter Maydell2020-09-293-311/+0Star
* scripts/qapi/parser.py: improve doc comment indent handlingPeter Maydell2020-09-291-19/+74
* scripts/qapi: Move doc-comment whitespace stripping to doc.pyPeter Maydell2020-09-292-8/+5Star