index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
parser.py
Age
Commit message (
Expand
)
Author
2024-07-17
qapi: remove "Example" doc section
John Snow
2024-07-06
qapi/parser: don't parse rST markup as section headers
John Snow
2024-07-06
qapi: convert "Note" sections to plain rST
John Snow
2024-07-06
qapi/parser: fix comment parsing immediately following a doc block
John Snow
2024-07-06
qapi/parser: preserve indentation in QAPIDoc sections
John Snow
2024-04-24
qapi/parser.py: assert member.info is present in connect_member
John Snow
2024-04-24
qapi/parser: demote QAPIExpression to Dict[str, Any]
John Snow
2024-04-24
qapi/parser: shush up pylint
John Snow
2024-04-24
qapi/parser: fix typo - self.returns.info => self.errors.info
John Snow
2024-03-04
qapi: Reject "Returns" section when command doesn't return anything
Markus Armbruster
2024-03-04
qapi: New documentation section tag "Errors"
Markus Armbruster
2024-03-04
qapi: Slightly clearer error message for invalid "Returns" section
Markus Armbruster
2024-03-04
qapi: Memorize since & returns sections
Markus Armbruster
2024-02-26
qapi: Divorce QAPIDoc from QAPIParseError
Markus Armbruster
2024-02-26
qapi: Reject multiple and empty feature descriptions
Markus Armbruster
2024-02-26
qapi: Rewrite doc comment parser
Markus Armbruster
2024-02-26
qapi: Merge adjacent untagged sections
Markus Armbruster
2024-02-26
qapi: Recognize section tags and 'Features:' only after blank line
Markus Armbruster
2024-02-26
qapi: Require descriptions and tagged sections to be indented
Markus Armbruster
2024-02-26
qapi: Reject section heading in the middle of a doc comment
Markus Armbruster
2024-02-26
qapi: Rename QAPIDoc.Section.name to .tag
Markus Armbruster
2024-02-26
qapi: Improve error message for empty doc sections
Markus Armbruster
2024-02-26
qapi: Improve error position for bogus invalid "Returns" section
Markus Armbruster
2024-02-26
qapi: Improve error position for bogus argument descriptions
Markus Armbruster
2024-02-12
qapi: Require member documentation (with loophole)
Markus Armbruster
2024-01-26
qapi: Fix dangling references to docs/devel/qapi-code-gen.txt
Markus Armbruster
2023-10-19
qapi: re-establish linting baseline
John Snow
2023-05-22
qapi: Improve error message for description following section
Markus Armbruster
2023-05-17
qapi/parser: Drop two bad type hints for now
Markus Armbruster
2023-05-10
qapi: Section parameter @indent is no longer used, drop
Markus Armbruster
2023-05-10
qapi: Relax doc string @name: description indentation rules
Markus Armbruster
2023-05-10
qapi: Rewrite parsing of doc comment section symbols and tags
Markus Armbruster
2023-05-09
qapi: Fix argument description indentation stripping
Markus Armbruster
2023-05-09
qapi: Fix crash on stray double quote character
Markus Armbruster
2023-02-23
qapi: remove JSON value FIXME
John Snow
2023-02-23
qapi: remove _JSONObject
John Snow
2023-02-23
qapi/parser: add QAPIExpression type
John Snow
2021-10-02
qapi/parser: Silence too-few-public-methods warning
John Snow
2021-10-02
qapi/parser: Add FIXME for consolidating JSON-related types
John Snow
2021-10-02
qapi/parser: add type hint annotations (QAPIDoc)
John Snow
2021-10-02
qapi/parser: add import cycle workaround
John Snow
2021-10-02
qapi/parser: Introduce NullSection
John Snow
2021-10-02
qapi/parser: clarify _end_section() logic
John Snow
2021-10-02
qapi/parser: remove FIXME comment from _append_body_line
John Snow
2021-10-02
qapi/parser: fix unused check_args_section arguments
John Snow
2021-05-20
qapi/parser: add docstrings
John Snow
2021-05-20
qapi/parser: Remove superfluous list comprehension
John Snow
2021-05-20
qapi/parser: add type hint annotations
John Snow
2021-05-20
qapi/parser: Rework _check_pragma_list_of_str as a TypeGuard
John Snow
2021-05-20
qapi/parser: Fix token membership tests when token can be None
John Snow
[next]