index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
expr.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi: Drop simple unions
Markus Armbruster
2021-09-27
1
-15
/
+6
*
qapi: Stop enforcing "type name should not end in 'Kind'
Markus Armbruster
2021-09-25
1
-3
/
+3
*
qapi: Fix bogus error for 'if': { 'not': '' }
Markus Armbruster
2021-09-08
1
-8
/
+13
*
qapi: Tweak error messages for unknown / conflicting 'if' keys
Markus Armbruster
2021-09-03
1
-4
/
+3
*
qapi: Tweak error messages for missing / conflicting meta-type
Markus Armbruster
2021-09-03
1
-14
/
+9
*
qapi: Use re.fullmatch() where appropriate
Markus Armbruster
2021-09-03
1
-1
/
+1
*
qapi: make 'if' condition strings simple identifiers
Marc-André Lureau
2021-08-26
1
-2
/
+2
*
qapi: add 'not' condition operation
Marc-André Lureau
2021-08-26
1
-2
/
+5
*
qapi: add 'any' condition
Marc-André Lureau
2021-08-26
1
-3
/
+3
*
qapi: replace if condition list with dict {'all': [...]}
Marc-André Lureau
2021-08-26
1
-25
/
+35
*
qapi: Fix crash on missing enum member name
Markus Armbruster
2021-07-15
1
-1
/
+1
*
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: 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
1
-25
/
+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
1
-2
/
+3
*
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
1
-2
/
+2
*
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
1
-1
/
+3
*
qapi: Fix to reject optional members with reserved names
Markus Armbruster
2021-03-23
1
-5
/
+4
*
qapi: enforce import order/styling with isort
John Snow
2020-10-10
1
-1
/
+2
*
qapi: Prefer explicit relative imports
John Snow
2020-10-10
1
-2
/
+2
*
qapi: Add a 'coroutine' flag for commands
Kevin Wolf
2020-10-09
1
-2
/
+9
*
qapi: Add feature flags to struct members
Markus Armbruster
2020-03-17
1
-1
/
+2
*
qapi: Add feature flags to remaining definitions
Markus Armbruster
2020-03-17
1
-6
/
+5
*
qapi: Brush off some (py)lint
Markus Armbruster
2020-03-05
1
-2
/
+1
*
qapi: Fold normalize_enum() into check_enum()
Markus Armbruster
2019-10-29
1
-7
/
+2
*
qapi: Fold normalize_features() into check_features()
Markus Armbruster
2019-10-29
1
-8
/
+2
[next]