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
/
parser.py
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-17
qapi: remove "Example" doc section
John Snow
1
-1
/
+9
2024-07-06
qapi/parser: don't parse rST markup as section headers
John Snow
1
-2
/
+7
2024-07-06
qapi: convert "Note" sections to plain rST
John Snow
1
-0
/
+15
2024-07-06
qapi/parser: fix comment parsing immediately following a doc block
John Snow
1
-1
/
+1
2024-07-06
qapi/parser: preserve indentation in QAPIDoc sections
John Snow
1
-2
/
+2
2024-04-24
qapi/parser.py: assert member.info is present in connect_member
John Snow
1
-0
/
+1
2024-04-24
qapi/parser: demote QAPIExpression to Dict[str, Any]
John Snow
1
-1
/
+2
2024-04-24
qapi/parser: shush up pylint
John Snow
1
-0
/
+1
2024-04-24
qapi/parser: fix typo - self.returns.info => self.errors.info
John Snow
1
-1
/
+1
2024-03-04
qapi: Reject "Returns" section when command doesn't return anything
Markus Armbruster
1
-1
/
+6
2024-03-04
qapi: New documentation section tag "Errors"
Markus Armbruster
1
-6
/
+17
2024-03-04
qapi: Slightly clearer error message for invalid "Returns" section
Markus Armbruster
1
-2
/
+3
2024-03-04
qapi: Memorize since & returns sections
Markus Armbruster
1
-14
/
+17
2024-02-26
qapi: Divorce QAPIDoc from QAPIParseError
Markus Armbruster
1
-38
/
+28
2024-02-26
qapi: Reject multiple and empty feature descriptions
Markus Armbruster
1
-1
/
+7
2024-02-26
qapi: Rewrite doc comment parser
Markus Armbruster
1
-269
/
+211
2024-02-26
qapi: Merge adjacent untagged sections
Markus Armbruster
1
-0
/
+3
2024-02-26
qapi: Recognize section tags and 'Features:' only after blank line
Markus Armbruster
1
-3
/
+8
2024-02-26
qapi: Require descriptions and tagged sections to be indented
Markus Armbruster
1
-0
/
+3
2024-02-26
qapi: Reject section heading in the middle of a doc comment
Markus Armbruster
1
-3
/
+3
2024-02-26
qapi: Rename QAPIDoc.Section.name to .tag
Markus Armbruster
1
-15
/
+15
2024-02-26
qapi: Improve error message for empty doc sections
Markus Armbruster
1
-7
/
+7
2024-02-26
qapi: Improve error position for bogus invalid "Returns" section
Markus Armbruster
1
-3
/
+7
2024-02-26
qapi: Improve error position for bogus argument descriptions
Markus Armbruster
1
-1
/
+3
2024-02-12
qapi: Require member documentation (with loophole)
Markus Armbruster
1
-1
/
+6
2024-01-26
qapi: Fix dangling references to docs/devel/qapi-code-gen.txt
Markus Armbruster
1
-1
/
+1
2023-10-19
qapi: re-establish linting baseline
John Snow
1
-2
/
+3
2023-05-22
qapi: Improve error message for description following section
Markus Armbruster
1
-2
/
+2
2023-05-17
qapi/parser: Drop two bad type hints for now
Markus Armbruster
1
-2
/
+2
2023-05-10
qapi: Section parameter @indent is no longer used, drop
Markus Armbruster
1
-17
/
+14
2023-05-10
qapi: Relax doc string @name: description indentation rules
Markus Armbruster
1
-55
/
+18
2023-05-10
qapi: Rewrite parsing of doc comment section symbols and tags
Markus Armbruster
1
-28
/
+27
2023-05-09
qapi: Fix argument description indentation stripping
Markus Armbruster
1
-9
/
+11
2023-05-09
qapi: Fix crash on stray double quote character
Markus Armbruster
1
-1
/
+1
2023-02-23
qapi: remove JSON value FIXME
John Snow
1
-4
/
+0
2023-02-23
qapi: remove _JSONObject
John Snow
1
-3
/
+2
2023-02-23
qapi/parser: add QAPIExpression type
John Snow
1
-18
/
+28
2021-10-02
qapi/parser: Silence too-few-public-methods warning
John Snow
1
-0
/
+3
2021-10-02
qapi/parser: Add FIXME for consolidating JSON-related types
John Snow
1
-0
/
+4
2021-10-02
qapi/parser: add type hint annotations (QAPIDoc)
John Snow
1
-28
/
+39
2021-10-02
qapi/parser: add import cycle workaround
John Snow
1
-4
/
+11
2021-10-02
qapi/parser: Introduce NullSection
John Snow
1
-11
/
+16
2021-10-02
qapi/parser: clarify _end_section() logic
John Snow
1
-7
/
+15
2021-10-02
qapi/parser: remove FIXME comment from _append_body_line
John Snow
1
-2
/
+4
2021-10-02
qapi/parser: fix unused check_args_section arguments
John Snow
1
-8
/
+10
2021-05-20
qapi/parser: add docstrings
John Snow
1
-0
/
+69
2021-05-20
qapi/parser: Remove superfluous list comprehension
John Snow
1
-1
/
+1
2021-05-20
qapi/parser: add type hint annotations
John Snow
1
-20
/
+38
2021-05-20
qapi/parser: Rework _check_pragma_list_of_str as a TypeGuard
John Snow
1
-14
/
+16
2021-05-20
qapi/parser: Fix token membership tests when token can be None
John Snow
1
-2
/
+3
[next]