index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
parser.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: remove unnessary "coding" header
Paolo Bonzini
2025-10-01
1
-2
/
+0
*
qapi: Fix undocumented return values by generating something
John Snow
2025-07-14
1
-0
/
+37
*
qapi: lift restriction on using '=' in doc blocks
John Snow
2025-07-14
1
-4
/
+0
*
docs/sphinx: remove special parsing for freeform sections
John Snow
2025-07-14
1
-7
/
+0
*
qapi/parser: add undocumented stub members to all_sections
John Snow
2025-03-11
1
-1
/
+16
*
qapi/schema: add __repr__ to QAPIDoc.Section
John Snow
2025-03-11
1
-0
/
+3
*
qapi: clean up encoding of section kinds
John Snow
2025-03-11
1
-27
/
+70
*
qapi/parser: adjust info location for doc body section
John Snow
2025-03-11
1
-1
/
+5
*
qapi: Eliminate OrderedDict
Markus Armbruster
2025-03-06
1
-3
/
+2
*
qapi: remove "Example" doc section
John Snow
2024-07-17
1
-1
/
+9
*
qapi/parser: don't parse rST markup as section headers
John Snow
2024-07-06
1
-2
/
+7
*
qapi: convert "Note" sections to plain rST
John Snow
2024-07-06
1
-0
/
+15
*
qapi/parser: fix comment parsing immediately following a doc block
John Snow
2024-07-06
1
-1
/
+1
*
qapi/parser: preserve indentation in QAPIDoc sections
John Snow
2024-07-06
1
-2
/
+2
*
qapi/parser.py: assert member.info is present in connect_member
John Snow
2024-04-24
1
-0
/
+1
*
qapi/parser: demote QAPIExpression to Dict[str, Any]
John Snow
2024-04-24
1
-1
/
+2
*
qapi/parser: shush up pylint
John Snow
2024-04-24
1
-0
/
+1
*
qapi/parser: fix typo - self.returns.info => self.errors.info
John Snow
2024-04-24
1
-1
/
+1
*
qapi: Reject "Returns" section when command doesn't return anything
Markus Armbruster
2024-03-04
1
-1
/
+6
*
qapi: New documentation section tag "Errors"
Markus Armbruster
2024-03-04
1
-6
/
+17
*
qapi: Slightly clearer error message for invalid "Returns" section
Markus Armbruster
2024-03-04
1
-2
/
+3
*
qapi: Memorize since & returns sections
Markus Armbruster
2024-03-04
1
-14
/
+17
*
qapi: Divorce QAPIDoc from QAPIParseError
Markus Armbruster
2024-02-26
1
-38
/
+28
*
qapi: Reject multiple and empty feature descriptions
Markus Armbruster
2024-02-26
1
-1
/
+7
*
qapi: Rewrite doc comment parser
Markus Armbruster
2024-02-26
1
-269
/
+211
*
qapi: Merge adjacent untagged sections
Markus Armbruster
2024-02-26
1
-0
/
+3
*
qapi: Recognize section tags and 'Features:' only after blank line
Markus Armbruster
2024-02-26
1
-3
/
+8
*
qapi: Require descriptions and tagged sections to be indented
Markus Armbruster
2024-02-26
1
-0
/
+3
*
qapi: Reject section heading in the middle of a doc comment
Markus Armbruster
2024-02-26
1
-3
/
+3
*
qapi: Rename QAPIDoc.Section.name to .tag
Markus Armbruster
2024-02-26
1
-15
/
+15
*
qapi: Improve error message for empty doc sections
Markus Armbruster
2024-02-26
1
-7
/
+7
*
qapi: Improve error position for bogus invalid "Returns" section
Markus Armbruster
2024-02-26
1
-3
/
+7
*
qapi: Improve error position for bogus argument descriptions
Markus Armbruster
2024-02-26
1
-1
/
+3
*
qapi: Require member documentation (with loophole)
Markus Armbruster
2024-02-12
1
-1
/
+6
*
qapi: Fix dangling references to docs/devel/qapi-code-gen.txt
Markus Armbruster
2024-01-26
1
-1
/
+1
*
qapi: re-establish linting baseline
John Snow
2023-10-19
1
-2
/
+3
*
qapi: Improve error message for description following section
Markus Armbruster
2023-05-22
1
-2
/
+2
*
qapi/parser: Drop two bad type hints for now
Markus Armbruster
2023-05-17
1
-2
/
+2
*
qapi: Section parameter @indent is no longer used, drop
Markus Armbruster
2023-05-10
1
-17
/
+14
*
qapi: Relax doc string @name: description indentation rules
Markus Armbruster
2023-05-10
1
-55
/
+18
*
qapi: Rewrite parsing of doc comment section symbols and tags
Markus Armbruster
2023-05-10
1
-28
/
+27
*
qapi: Fix argument description indentation stripping
Markus Armbruster
2023-05-09
1
-9
/
+11
*
qapi: Fix crash on stray double quote character
Markus Armbruster
2023-05-09
1
-1
/
+1
*
qapi: remove JSON value FIXME
John Snow
2023-02-23
1
-4
/
+0
*
qapi: remove _JSONObject
John Snow
2023-02-23
1
-3
/
+2
*
qapi/parser: add QAPIExpression type
John Snow
2023-02-23
1
-18
/
+28
*
qapi/parser: Silence too-few-public-methods warning
John Snow
2021-10-02
1
-0
/
+3
*
qapi/parser: Add FIXME for consolidating JSON-related types
John Snow
2021-10-02
1
-0
/
+4
*
qapi/parser: add type hint annotations (QAPIDoc)
John Snow
2021-10-02
1
-28
/
+39
*
qapi/parser: add import cycle workaround
John Snow
2021-10-02
1
-4
/
+11
[next]