summary refs log tree commit diff stats
path: root/scripts/qapi (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* qapi/error: Make QAPISourceError 'col' parameter optionalJohn Snow2021-04-302-7/+4
* qapi/error: Use Python3-style super()John Snow2021-04-301-1/+1
* qapi/error: Repurpose QAPIError as an abstract base exception classJohn Snow2021-04-302-4/+12
* qapi/expr: Update authorship and copyright informationJohn Snow2021-04-301-1/+2
* qapi/expr.py: Use tuples instead of lists for static dataJohn Snow2021-04-301-2/+2
* qapi/expr.py: Add docstringsJohn Snow2021-04-301-5/+251
* qapi/expr: Only explicitly prohibit 'Kind' nor 'List' for type namesJohn Snow2021-04-301-3/+3
* qapi/expr.py: enable pylint checksJohn Snow2021-04-301-1/+0
* qapi/expr.py: Remove single-letter variableJohn Snow2021-04-301-7/+7
* qapi/expr.py: Consolidate check_if_str calls in check_ifJohn Snow2021-04-301-17/+16
* qapi/expr.py: add type hint annotationsJohn Snow2021-04-302-30/+43
* qapi/expr.py: Modify check_keys to accept any CollectionJohn Snow2021-04-301-1/+1
* qapi/expr.py: Add casts in a few select casesJohn Snow2021-04-301-5/+5
* qapi/expr.py: Check type of union and alternate 'data' memberJohn Snow2021-04-301-0/+7
* qapi/expr.py: move string check upwards in check_typeJohn Snow2021-04-301-4/+4
* qapi/expr.py: Add assertion for union type 'check_dict'John Snow2021-04-301-1/+3
* qapi/expr.py: constrain incoming expression typesJohn Snow2021-04-301-3/+25
* qapi/expr.py: Check for dict instead of OrderedDictJohn Snow2021-04-301-3/+2
* qapi/expr.py: Remove 'info' argument from nested check_if_strJohn Snow2021-04-301-3/+3
* qapi/expr: Comment cleanupJohn Snow2021-04-301-1/+1
* qapi: Enforce union and alternate branch naming rulesMarkus Armbruster2021-03-231-2/+2
* qapi: Enforce enum member naming rulesMarkus Armbruster2021-03-231-2/+3
* qapi: Enforce struct member naming rulesMarkus Armbruster2021-03-231-2/+3
* qapi: Enforce command naming rulesMarkus Armbruster2021-03-233-2/+8
* qapi: Enforce feature naming rulesMarkus Armbruster2021-03-231-1/+1
* qapi: Prepare for rejecting underscore in command and member namesMarkus Armbruster2021-03-231-10/+14
* qapi: Rename pragma *-whitelist to *-exceptionsMarkus Armbruster2021-03-234-11/+11
* qapi: Factor out QAPISchemaParser._check_pragma_list_of_str()Markus Armbruster2021-03-231-10/+9
* qapi: Enforce type naming rulesMarkus Armbruster2021-03-231-1/+2
* qapi: Enforce event naming rulesMarkus Armbruster2021-03-231-1/+3
* qapi: Consistently permit any case in downstream prefixesMarkus Armbruster2021-03-231-1/+1
* qapi: Move uppercase rejection to check_name_lower()Markus Armbruster2021-03-231-8/+7
* qapi: Rework name checking in preparation of stricter checkingMarkus Armbruster2021-03-231-15/+36
* qapi: Lift enum-specific code out of check_name_str()Markus Armbruster2021-03-231-13/+10
* qapi: Permit flat union members for any tag valueMarkus Armbruster2021-03-232-5/+7
* qapi: Fix to reject optional members with reserved namesMarkus Armbruster2021-03-231-5/+4
* qapi: Implement deprecated-input=reject for QMP command argumentsMarkus Armbruster2021-03-192-2/+4
* qapi: Implement deprecated-input=reject for QMP commandsMarkus Armbruster2021-03-191-3/+7
* qapi: Implement deprecated-output=hide for QMP event dataMarkus Armbruster2021-03-191-3/+6
* qapi: Implement deprecated-output=hide for QMP eventsMarkus Armbruster2021-03-191-1/+11
* qapi: Implement deprecated-output=hide for QMP command resultsMarkus Armbruster2021-03-192-2/+14
* qapi: Fix parse errors for removal of null from schema languageMarkus Armbruster2021-03-051-4/+4
* qapi/introspect.py: set _gen_tree's default ifcond argument to ()John Snow2021-02-181-2/+2
* qapi/introspect.py: Type _gen_tree variants as Sequence[str]John Snow2021-02-181-4/+4
* qapi/introspect.py: Update copyright and authors listJohn Snow2021-02-181-1/+2
* qapi/introspect.py: Add docstrings to _gen_tree and _tree_to_qlitJohn Snow2021-02-181-0/+20
* qapi/introspect.py: add type hint annotationsJohn Snow2021-02-183-39/+93
* qapi/introspect.py: remove _gen_variants helperJohn Snow2021-02-181-7/+2
* qapi/introspect.py: improve readability of _tree_to_qlitJohn Snow2021-02-181-15/+18
* qapi/introspect.py: improve _tree_to_qlit error messageJohn Snow2021-02-181-1/+3