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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
common.py
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-13
qapi: Avoid generating C identifier 'linux'
zhenwei pi
1
-1
/
+1
2021-09-08
qapi: Bury some unused code in class Indentation
Markus Armbruster
1
-6
/
+1
2021-09-08
qapi: Drop Indentation.__bool__()
Markus Armbruster
1
-6
/
+3
2021-09-08
qapi: Fix a botched type annotation
Markus Armbruster
1
-1
/
+2
2021-09-03
qapi: Use "not COND" instead of "!COND" for generated documentation
Markus Armbruster
1
-1
/
+1
2021-09-03
qapi: Avoid redundant parens in code generated for conditionals
Markus Armbruster
1
-4
/
+6
2021-09-03
qapi: Factor common recursion out of cgen_ifcond(), docgen_ifcond()
Markus Armbruster
1
-20
/
+25
2021-09-03
qapi: Fix C code generation for 'if'
Markus Armbruster
1
-2
/
+2
2021-09-03
qapi: Simplify how QAPISchemaIfCond represents "no condition"
Markus Armbruster
1
-2
/
+2
2021-08-26
qapi: make 'if' condition strings simple identifiers
Marc-André Lureau
1
-1
/
+1
2021-08-26
qapi: add 'not' condition operation
Marc-André Lureau
1
-0
/
+4
2021-08-26
qapi: add 'any' condition
Marc-André Lureau
1
-2
/
+2
2021-08-26
qapi: replace if condition list with dict {'all': [...]}
Marc-André Lureau
1
-5
/
+18
2021-08-26
qapidoc: introduce QAPISchemaIfCond.docgen()
Marc-André Lureau
1
-0
/
+7
2021-08-26
qapi: introduce QAPISchemaIfCond.cgen()
Marc-André Lureau
1
-13
/
+22
2021-05-20
qapi: add must_match helper
John Snow
1
-1
/
+7
2021-03-23
qapi: Permit flat union members for any tag value
Markus Armbruster
1
-4
/
+4
2020-10-10
qapi/common.py: move build_params into gen.py
John Snow
1
-23
/
+0
2020-10-10
qapi/common.py: Convert comments into docstrings, and elaborate
John Snow
1
-14
/
+40
2020-10-10
qapi/common.py: add type hint annotations
John Snow
1
-11
/
+16
2020-10-10
qapi/common.py: Replace one-letter 'c' variable
John Snow
1
-4
/
+4
2020-10-10
qapi/common.py: delint with pylint
John Snow
1
-10
/
+8
2020-10-10
qapi/common.py: Add indent manager
John Snow
1
-16
/
+33
2020-10-10
qapi/common.py: Remove python compatibility workaround
John Snow
1
-4
/
+1
2020-03-05
qapi: Drop conditionals for Python 2
Markus Armbruster
1
-5
/
+1
2019-10-22
qapi: Split up scripts/qapi/common.py
Markus Armbruster
1
-2321
/
+0
2019-10-22
qapi: Move gen_enum(), gen_enum_lookup() back to qapi/types.py
Markus Armbruster
1
-59
/
+0
2019-10-22
qapi: Eliminate accidental global frontend state
Markus Armbruster
1
-2
/
+3
2019-10-22
qapi: Store pragma state in QAPISourceInfo, not global state
Markus Armbruster
1
-17
/
+19
2019-09-28
qapi: Improve source file read error handling
Markus Armbruster
1
-20
/
+26
2019-09-28
qapi: Improve reporting of redefinition
Markus Armbruster
1
-0
/
+5
2019-09-28
qapi: Improve reporting of missing documentation comment
Markus Armbruster
1
-10
/
+8
2019-09-28
qapi: Eliminate check_keys(), rename check_known_keys()
Markus Armbruster
1
-19
/
+21
2019-09-28
qapi: Improve reporting of invalid 'if' further
Markus Armbruster
1
-11
/
+16
2019-09-28
qapi: Avoid redundant definition references in error messages
Markus Armbruster
1
-80
/
+49
2019-09-28
qapi: Improve reporting of missing / unknown definition keys
Markus Armbruster
1
-21
/
+19
2019-09-28
qapi: Improve reporting of invalid flags
Markus Armbruster
1
-10
/
+12
2019-09-28
qapi: Improve reporting of invalid 'if' errors
Markus Armbruster
1
-2
/
+2
2019-09-28
qapi: Move context-free checking to the proper place
Markus Armbruster
1
-8
/
+8
2019-09-28
qapi: Move context-sensitive checking to the proper place
Markus Armbruster
1
-231
/
+193
2019-09-28
qapi: Inline check_name() into check_union()
Markus Armbruster
1
-2
/
+4
2019-09-28
qapi: Plumb info to the QAPISchemaMember
Markus Armbruster
1
-34
/
+42
2019-09-28
qapi: Make check_type()'s array case a bit more obvious
Markus Armbruster
1
-1
/
+2
2019-09-28
qapi: Move check for reserved names out of add_name()
Markus Armbruster
1
-6
/
+10
2019-09-28
qapi: Report invalid '*' prefix like any other invalid name
Markus Armbruster
1
-4
/
+2
2019-09-28
qapi: Use check_name_str() where it suffices
Markus Armbruster
1
-5
/
+4
2019-09-28
qapi: Improve reporting of invalid name errors
Markus Armbruster
1
-4
/
+16
2019-09-28
qapi: Reorder check_FOO() parameters for consistency
Markus Armbruster
1
-41
/
+39
2019-09-28
qapi: Improve reporting of member name clashes
Markus Armbruster
1
-13
/
+23
2019-09-28
qapi: Change frontend error messages to start with lower case
Markus Armbruster
1
-90
/
+102
[next]