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
/
common.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi/common.py: move build_params into gen.py
John Snow
2020-10-10
1
-23
/
+0
*
qapi/common.py: Convert comments into docstrings, and elaborate
John Snow
2020-10-10
1
-14
/
+40
*
qapi/common.py: add type hint annotations
John Snow
2020-10-10
1
-11
/
+16
*
qapi/common.py: Replace one-letter 'c' variable
John Snow
2020-10-10
1
-4
/
+4
*
qapi/common.py: delint with pylint
John Snow
2020-10-10
1
-10
/
+8
*
qapi/common.py: Add indent manager
John Snow
2020-10-10
1
-16
/
+33
*
qapi/common.py: Remove python compatibility workaround
John Snow
2020-10-10
1
-4
/
+1
*
qapi: Drop conditionals for Python 2
Markus Armbruster
2020-03-05
1
-5
/
+1
*
qapi: Split up scripts/qapi/common.py
Markus Armbruster
2019-10-22
1
-2321
/
+0
*
qapi: Move gen_enum(), gen_enum_lookup() back to qapi/types.py
Markus Armbruster
2019-10-22
1
-59
/
+0
*
qapi: Eliminate accidental global frontend state
Markus Armbruster
2019-10-22
1
-2
/
+3
*
qapi: Store pragma state in QAPISourceInfo, not global state
Markus Armbruster
2019-10-22
1
-17
/
+19
*
qapi: Improve source file read error handling
Markus Armbruster
2019-09-28
1
-20
/
+26
*
qapi: Improve reporting of redefinition
Markus Armbruster
2019-09-28
1
-0
/
+5
*
qapi: Improve reporting of missing documentation comment
Markus Armbruster
2019-09-28
1
-10
/
+8
*
qapi: Eliminate check_keys(), rename check_known_keys()
Markus Armbruster
2019-09-28
1
-19
/
+21
*
qapi: Improve reporting of invalid 'if' further
Markus Armbruster
2019-09-28
1
-11
/
+16
*
qapi: Avoid redundant definition references in error messages
Markus Armbruster
2019-09-28
1
-80
/
+49
*
qapi: Improve reporting of missing / unknown definition keys
Markus Armbruster
2019-09-28
1
-21
/
+19
*
qapi: Improve reporting of invalid flags
Markus Armbruster
2019-09-28
1
-10
/
+12
*
qapi: Improve reporting of invalid 'if' errors
Markus Armbruster
2019-09-28
1
-2
/
+2
*
qapi: Move context-free checking to the proper place
Markus Armbruster
2019-09-28
1
-8
/
+8
*
qapi: Move context-sensitive checking to the proper place
Markus Armbruster
2019-09-28
1
-231
/
+193
*
qapi: Inline check_name() into check_union()
Markus Armbruster
2019-09-28
1
-2
/
+4
*
qapi: Plumb info to the QAPISchemaMember
Markus Armbruster
2019-09-28
1
-34
/
+42
*
qapi: Make check_type()'s array case a bit more obvious
Markus Armbruster
2019-09-28
1
-1
/
+2
*
qapi: Move check for reserved names out of add_name()
Markus Armbruster
2019-09-28
1
-6
/
+10
*
qapi: Report invalid '*' prefix like any other invalid name
Markus Armbruster
2019-09-28
1
-4
/
+2
*
qapi: Use check_name_str() where it suffices
Markus Armbruster
2019-09-28
1
-5
/
+4
*
qapi: Improve reporting of invalid name errors
Markus Armbruster
2019-09-28
1
-4
/
+16
*
qapi: Reorder check_FOO() parameters for consistency
Markus Armbruster
2019-09-28
1
-41
/
+39
*
qapi: Improve reporting of member name clashes
Markus Armbruster
2019-09-28
1
-13
/
+23
*
qapi: Change frontend error messages to start with lower case
Markus Armbruster
2019-09-28
1
-90
/
+102
*
qapi: Clean up member name case checking
Markus Armbruster
2019-09-28
1
-11
/
+14
*
qapi: Prefix frontend errors with an "in definition" line
Markus Armbruster
2019-09-28
1
-1
/
+14
*
qapi: New QAPISourceInfo, replacing dict
Markus Armbruster
2019-09-28
1
-28
/
+41
*
qapi: Rename .owner to .defined_in
Markus Armbruster
2019-09-28
1
-30
/
+31
*
qapi: Tighten QAPISchemaFOO.check() assertions
Markus Armbruster
2019-09-28
1
-2
/
+7
*
qapi: Assert .visit() and .check_clash() run only after .check()
Markus Armbruster
2019-09-24
1
-1
/
+10
*
qapi: Fix excessive QAPISchemaEntity.check() recursion
Markus Armbruster
2019-09-24
1
-22
/
+52
*
qapi: Fix to .check() empty structs just once
Markus Armbruster
2019-09-24
1
-1
/
+1
*
qapi: Delete useless check_exprs() code for simple union kind
Markus Armbruster
2019-09-24
1
-37
/
+2
*
qapi: Clean up around check_known_keys()
Markus Armbruster
2019-09-24
1
-4
/
+4
*
qapi: Simplify check_keys()
Markus Armbruster
2019-09-24
1
-11
/
+8
*
qapi: Normalize 'if' in check_exprs(), like other sugar
Markus Armbruster
2019-09-24
1
-11
/
+15
*
qapi: Fix missing 'if' checks in struct, union, alternate 'data'
Markus Armbruster
2019-09-24
1
-0
/
+3
*
qapi: Reject blank 'if' conditions in addition to empty ones
Markus Armbruster
2019-09-24
1
-2
/
+3
*
qapi: Fix broken discriminator error messages
Markus Armbruster
2019-09-24
1
-5
/
+4
*
qapi: Remove null from schema language
Markus Armbruster
2019-09-24
1
-4
/
+0
*
qapi: Improve reporting of lexical errors
Markus Armbruster
2019-09-24
1
-1
/
+5
[next]