index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
qapi/error: Make QAPISourceError 'col' parameter optional
John Snow
2021-04-30
2
-7
/
+4
*
qapi/error: Use Python3-style super()
John Snow
2021-04-30
1
-1
/
+1
*
qapi/error: Repurpose QAPIError as an abstract base exception class
John Snow
2021-04-30
2
-4
/
+12
*
qapi/expr: Update authorship and copyright information
John Snow
2021-04-30
1
-1
/
+2
*
qapi/expr.py: Use tuples instead of lists for static data
John Snow
2021-04-30
1
-2
/
+2
*
qapi/expr.py: Add docstrings
John Snow
2021-04-30
1
-5
/
+251
*
qapi/expr: Only explicitly prohibit 'Kind' nor 'List' for type names
John Snow
2021-04-30
1
-3
/
+3
*
qapi/expr.py: enable pylint checks
John Snow
2021-04-30
1
-1
/
+0
*
qapi/expr.py: Remove single-letter variable
John Snow
2021-04-30
1
-7
/
+7
*
qapi/expr.py: Consolidate check_if_str calls in check_if
John Snow
2021-04-30
1
-17
/
+16
*
qapi/expr.py: add type hint annotations
John Snow
2021-04-30
2
-30
/
+43
*
qapi/expr.py: Modify check_keys to accept any Collection
John Snow
2021-04-30
1
-1
/
+1
*
qapi/expr.py: Add casts in a few select cases
John Snow
2021-04-30
1
-5
/
+5
*
qapi/expr.py: Check type of union and alternate 'data' member
John Snow
2021-04-30
1
-0
/
+7
*
qapi/expr.py: move string check upwards in check_type
John Snow
2021-04-30
1
-4
/
+4
*
qapi/expr.py: Add assertion for union type 'check_dict'
John Snow
2021-04-30
1
-1
/
+3
*
qapi/expr.py: constrain incoming expression types
John Snow
2021-04-30
1
-3
/
+25
*
qapi/expr.py: Check for dict instead of OrderedDict
John Snow
2021-04-30
1
-3
/
+2
*
qapi/expr.py: Remove 'info' argument from nested check_if_str
John Snow
2021-04-30
1
-3
/
+3
*
qapi/expr: Comment cleanup
John Snow
2021-04-30
1
-1
/
+1
*
qapi: Enforce union and alternate branch naming rules
Markus Armbruster
2021-03-23
1
-2
/
+2
*
qapi: Enforce enum member naming rules
Markus Armbruster
2021-03-23
1
-2
/
+3
*
qapi: Enforce struct member naming rules
Markus Armbruster
2021-03-23
1
-2
/
+3
*
qapi: Enforce command naming rules
Markus Armbruster
2021-03-23
3
-2
/
+8
*
qapi: Enforce feature naming rules
Markus Armbruster
2021-03-23
1
-1
/
+1
*
qapi: Prepare for rejecting underscore in command and member names
Markus Armbruster
2021-03-23
1
-10
/
+14
*
qapi: Rename pragma *-whitelist to *-exceptions
Markus Armbruster
2021-03-23
4
-11
/
+11
*
qapi: Factor out QAPISchemaParser._check_pragma_list_of_str()
Markus Armbruster
2021-03-23
1
-10
/
+9
*
qapi: Enforce type naming rules
Markus Armbruster
2021-03-23
1
-1
/
+2
*
qapi: Enforce event naming rules
Markus Armbruster
2021-03-23
1
-1
/
+3
*
qapi: Consistently permit any case in downstream prefixes
Markus Armbruster
2021-03-23
1
-1
/
+1
*
qapi: Move uppercase rejection to check_name_lower()
Markus Armbruster
2021-03-23
1
-8
/
+7
*
qapi: Rework name checking in preparation of stricter checking
Markus Armbruster
2021-03-23
1
-15
/
+36
*
qapi: Lift enum-specific code out of check_name_str()
Markus Armbruster
2021-03-23
1
-13
/
+10
*
qapi: Permit flat union members for any tag value
Markus Armbruster
2021-03-23
2
-5
/
+7
*
qapi: Fix to reject optional members with reserved names
Markus Armbruster
2021-03-23
1
-5
/
+4
*
qapi: Implement deprecated-input=reject for QMP command arguments
Markus Armbruster
2021-03-19
2
-2
/
+4
*
qapi: Implement deprecated-input=reject for QMP commands
Markus Armbruster
2021-03-19
1
-3
/
+7
*
qapi: Implement deprecated-output=hide for QMP event data
Markus Armbruster
2021-03-19
1
-3
/
+6
*
qapi: Implement deprecated-output=hide for QMP events
Markus Armbruster
2021-03-19
1
-1
/
+11
*
qapi: Implement deprecated-output=hide for QMP command results
Markus Armbruster
2021-03-19
2
-2
/
+14
*
qapi: Fix parse errors for removal of null from schema language
Markus Armbruster
2021-03-05
1
-4
/
+4
*
qapi/introspect.py: set _gen_tree's default ifcond argument to ()
John Snow
2021-02-18
1
-2
/
+2
*
qapi/introspect.py: Type _gen_tree variants as Sequence[str]
John Snow
2021-02-18
1
-4
/
+4
*
qapi/introspect.py: Update copyright and authors list
John Snow
2021-02-18
1
-1
/
+2
*
qapi/introspect.py: Add docstrings to _gen_tree and _tree_to_qlit
John Snow
2021-02-18
1
-0
/
+20
*
qapi/introspect.py: add type hint annotations
John Snow
2021-02-18
3
-39
/
+93
*
qapi/introspect.py: remove _gen_variants helper
John Snow
2021-02-18
1
-7
/
+2
*
qapi/introspect.py: improve readability of _tree_to_qlit
John Snow
2021-02-18
1
-15
/
+18
*
qapi/introspect.py: improve _tree_to_qlit error message
John Snow
2021-02-18
1
-1
/
+3
[prev]
[next]