summaryrefslogtreecommitdiffstats
path: root/scripts/qapi/common.py
Commit message (Expand)AuthorAgeFilesLines
* qapi/common.py: move build_params into gen.pyJohn Snow2020-10-101-23/+0Star
* 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: Replace one-letter 'c' variableJohn Snow2020-10-101-4/+4
* qapi/common.py: delint with pylintJohn Snow2020-10-101-10/+8Star
* qapi/common.py: Add indent managerJohn Snow2020-10-101-16/+33
* qapi/common.py: Remove python compatibility workaroundJohn Snow2020-10-101-4/+1Star
* qapi: Drop conditionals for Python 2Markus Armbruster2020-03-051-5/+1Star
* qapi: Split up scripts/qapi/common.pyMarkus Armbruster2019-10-221-2321/+0Star
* qapi: Move gen_enum(), gen_enum_lookup() back to qapi/types.pyMarkus Armbruster2019-10-221-59/+0Star
* qapi: Eliminate accidental global frontend stateMarkus Armbruster2019-10-221-2/+3
* qapi: Store pragma state in QAPISourceInfo, not global stateMarkus Armbruster2019-10-221-17/+19
* qapi: Improve source file read error handlingMarkus Armbruster2019-09-281-20/+26
* qapi: Improve reporting of redefinitionMarkus Armbruster2019-09-281-0/+5
* qapi: Improve reporting of missing documentation commentMarkus Armbruster2019-09-281-10/+8Star
* qapi: Eliminate check_keys(), rename check_known_keys()Markus Armbruster2019-09-281-19/+21
* qapi: Improve reporting of invalid 'if' furtherMarkus Armbruster2019-09-281-11/+16
* qapi: Avoid redundant definition references in error messagesMarkus Armbruster2019-09-281-80/+49Star
* qapi: Improve reporting of missing / unknown definition keysMarkus Armbruster2019-09-281-21/+19Star
* qapi: Improve reporting of invalid flagsMarkus Armbruster2019-09-281-10/+12
* qapi: Improve reporting of invalid 'if' errorsMarkus Armbruster2019-09-281-2/+2
* qapi: Move context-free checking to the proper placeMarkus Armbruster2019-09-281-8/+8
* qapi: Move context-sensitive checking to the proper placeMarkus Armbruster2019-09-281-231/+193Star
* qapi: Inline check_name() into check_union()Markus Armbruster2019-09-281-2/+4
* qapi: Plumb info to the QAPISchemaMemberMarkus Armbruster2019-09-281-34/+42
* qapi: Make check_type()'s array case a bit more obviousMarkus Armbruster2019-09-281-1/+2
* qapi: Move check for reserved names out of add_name()Markus Armbruster2019-09-281-6/+10
* qapi: Report invalid '*' prefix like any other invalid nameMarkus Armbruster2019-09-281-4/+2Star
* qapi: Use check_name_str() where it sufficesMarkus Armbruster2019-09-281-5/+4Star
* qapi: Improve reporting of invalid name errorsMarkus Armbruster2019-09-281-4/+16
* qapi: Reorder check_FOO() parameters for consistencyMarkus Armbruster2019-09-281-41/+39Star
* qapi: Improve reporting of member name clashesMarkus Armbruster2019-09-281-13/+23
* qapi: Change frontend error messages to start with lower caseMarkus Armbruster2019-09-281-90/+102
* qapi: Clean up member name case checkingMarkus Armbruster2019-09-281-11/+14
* qapi: Prefix frontend errors with an "in definition" lineMarkus Armbruster2019-09-281-1/+14
* qapi: New QAPISourceInfo, replacing dictMarkus Armbruster2019-09-281-28/+41
* qapi: Rename .owner to .defined_inMarkus Armbruster2019-09-281-30/+31
* qapi: Tighten QAPISchemaFOO.check() assertionsMarkus Armbruster2019-09-281-2/+7
* qapi: Assert .visit() and .check_clash() run only after .check()Markus Armbruster2019-09-241-1/+10
* qapi: Fix excessive QAPISchemaEntity.check() recursionMarkus Armbruster2019-09-241-22/+52
* qapi: Fix to .check() empty structs just onceMarkus Armbruster2019-09-241-1/+1
* qapi: Delete useless check_exprs() code for simple union kindMarkus Armbruster2019-09-241-37/+2Star
* qapi: Clean up around check_known_keys()Markus Armbruster2019-09-241-4/+4
* qapi: Simplify check_keys()Markus Armbruster2019-09-241-11/+8Star
* qapi: Normalize 'if' in check_exprs(), like other sugarMarkus Armbruster2019-09-241-11/+15
* qapi: Fix missing 'if' checks in struct, union, alternate 'data'Markus Armbruster2019-09-241-0/+3
* qapi: Reject blank 'if' conditions in addition to empty onesMarkus Armbruster2019-09-241-2/+3
* qapi: Fix broken discriminator error messagesMarkus Armbruster2019-09-241-5/+4Star
* qapi: Remove null from schema languageMarkus Armbruster2019-09-241-4/+0Star
* qapi: Improve reporting of lexical errorsMarkus Armbruster2019-09-241-1/+5