index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
expr.py
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-24
qapi: Fix to reject 'data': 'mumble' in struct
Markus Armbruster
1
-9
/
+15
2023-04-24
qapi: Fix error message when type name or array is expected
Markus Armbruster
1
-8
/
+7
2023-04-24
qapi: Simplify code a bit after previous commits
Markus Armbruster
1
-11
/
+3
2023-04-24
qapi: Improve error message for unexpected array types
Markus Armbruster
1
-6
/
+0
2023-04-24
qapi: Split up check_type()
Markus Armbruster
1
-46
/
+64
2023-04-24
qapi: Clean up after removal of simple unions
Markus Armbruster
1
-1
/
+1
2023-02-23
qapi: remove _JSONObject
John Snow
1
-10
/
+3
2023-02-23
qapi/parser: add QAPIExpression type
John Snow
1
-49
/
+33
2023-02-23
qapi: Add minor typing workaround for 3.6
John Snow
1
-3
/
+2
2022-05-16
qapi/expr: Enforce feature naming rules again
Markus Armbruster
1
-1
/
+1
2022-04-21
qapi-schema: support alternates with array type
Paolo Bonzini
1
-1
/
+1
2021-10-27
qapi: Add feature flags to enum members
Markus Armbruster
1
-1
/
+2
2021-09-27
qapi: Drop simple unions
Markus Armbruster
1
-15
/
+6
2021-09-25
qapi: Stop enforcing "type name should not end in 'Kind'
Markus Armbruster
1
-3
/
+3
2021-09-08
qapi: Fix bogus error for 'if': { 'not': '' }
Markus Armbruster
1
-8
/
+13
2021-09-03
qapi: Tweak error messages for unknown / conflicting 'if' keys
Markus Armbruster
1
-4
/
+3
2021-09-03
qapi: Tweak error messages for missing / conflicting meta-type
Markus Armbruster
1
-14
/
+9
2021-09-03
qapi: Use re.fullmatch() where appropriate
Markus Armbruster
1
-1
/
+1
2021-08-26
qapi: make 'if' condition strings simple identifiers
Marc-André Lureau
1
-2
/
+2
2021-08-26
qapi: add 'not' condition operation
Marc-André Lureau
1
-2
/
+5
2021-08-26
qapi: add 'any' condition
Marc-André Lureau
1
-3
/
+3
2021-08-26
qapi: replace if condition list with dict {'all': [...]}
Marc-André Lureau
1
-25
/
+35
2021-07-15
qapi: Fix crash on missing enum member name
Markus Armbruster
1
-1
/
+1
2021-04-30
qapi/expr: Update authorship and copyright information
John Snow
1
-1
/
+2
2021-04-30
qapi/expr.py: Use tuples instead of lists for static data
John Snow
1
-2
/
+2
2021-04-30
qapi/expr.py: Add docstrings
John Snow
1
-5
/
+251
2021-04-30
qapi/expr: Only explicitly prohibit 'Kind' nor 'List' for type names
John Snow
1
-3
/
+3
2021-04-30
qapi/expr.py: Remove single-letter variable
John Snow
1
-7
/
+7
2021-04-30
qapi/expr.py: Consolidate check_if_str calls in check_if
John Snow
1
-17
/
+16
2021-04-30
qapi/expr.py: add type hint annotations
John Snow
1
-25
/
+43
2021-04-30
qapi/expr.py: Modify check_keys to accept any Collection
John Snow
1
-1
/
+1
2021-04-30
qapi/expr.py: Add casts in a few select cases
John Snow
1
-5
/
+5
2021-04-30
qapi/expr.py: Check type of union and alternate 'data' member
John Snow
1
-0
/
+7
2021-04-30
qapi/expr.py: move string check upwards in check_type
John Snow
1
-4
/
+4
2021-04-30
qapi/expr.py: Add assertion for union type 'check_dict'
John Snow
1
-1
/
+3
2021-04-30
qapi/expr.py: constrain incoming expression types
John Snow
1
-3
/
+25
2021-04-30
qapi/expr.py: Check for dict instead of OrderedDict
John Snow
1
-3
/
+2
2021-04-30
qapi/expr.py: Remove 'info' argument from nested check_if_str
John Snow
1
-3
/
+3
2021-04-30
qapi/expr: Comment cleanup
John Snow
1
-1
/
+1
2021-03-23
qapi: Enforce union and alternate branch naming rules
Markus Armbruster
1
-2
/
+2
2021-03-23
qapi: Enforce enum member naming rules
Markus Armbruster
1
-2
/
+3
2021-03-23
qapi: Enforce struct member naming rules
Markus Armbruster
1
-2
/
+3
2021-03-23
qapi: Enforce command naming rules
Markus Armbruster
1
-2
/
+3
2021-03-23
qapi: Enforce feature naming rules
Markus Armbruster
1
-1
/
+1
2021-03-23
qapi: Prepare for rejecting underscore in command and member names
Markus Armbruster
1
-10
/
+14
2021-03-23
qapi: Rename pragma *-whitelist to *-exceptions
Markus Armbruster
1
-2
/
+2
2021-03-23
qapi: Enforce type naming rules
Markus Armbruster
1
-1
/
+2
2021-03-23
qapi: Enforce event naming rules
Markus Armbruster
1
-1
/
+3
2021-03-23
qapi: Consistently permit any case in downstream prefixes
Markus Armbruster
1
-1
/
+1
2021-03-23
qapi: Move uppercase rejection to check_name_lower()
Markus Armbruster
1
-8
/
+7
[next]