Markus Armbruster
|
47a6ea9aab
qapi: New classes QAPIGenC, QAPIGenH, QAPIGenDoc
|
7 년 전 |
Markus Armbruster
|
5ddeec83eb
qapi: Generate up-to-date copyright notice
|
7 년 전 |
Markus Armbruster
|
c263de3f41
qapi: Streamline boilerplate comment generation
|
7 년 전 |
Daniel P. Berrange
|
f7a5376d4b
qapi: ensure stable sort ordering when checking QAPI entities
|
7 년 전 |
Daniel P. Berrange
|
52c4272c6c
qapi: Adapt to moved location of 'maketrans' function in py3
|
7 년 전 |
Daniel P. Berrange
|
5f90af8e6b
qapi: adapt to moved location of StringIO module in py3
|
7 년 전 |
Daniel P. Berrange
|
38710a8994
qapi: Use OrderedDict from standard library if available
|
7 년 전 |
Daniel P. Berrange
|
2f84804470
qapi: use items()/values() intead of iteritems()/itervalues()
|
7 년 전 |
Daniel P. Berrange
|
ef9d910891
qapi: convert to use python print function instead of statement
|
7 년 전 |
Markus Armbruster
|
8cbf1a537a
qapi: Rename QAPIDoc.parser, .section to ._parser, ._section
|
8 년 전 |
Markus Armbruster
|
09331fced1
qapi: Simplify representation of QAPIDoc section text
|
8 년 전 |
Markus Armbruster
|
fc3f0df187
qapi: Unify representation of doc section without name
|
8 년 전 |
Markus Armbruster
|
64d6033b20
qapi: Make cur_doc local to QAPISchemaParser.__init__()
|
8 년 전 |
Markus Armbruster
|
2281d00c3d
qapi: Eliminate QAPISchemaParser.__init__()'s local fname
|
8 년 전 |
Markus Armbruster
|
67ab1ce926
qapi: Stop rejecting #optional
|
8 년 전 |
Marc-André Lureau
|
ebf677c849
qapi: drop the sentinel in enum array
|
8 년 전 |
Marc-André Lureau
|
f7abe0ecd4
qapi: Change data type of the FOO_lookup generated for enum FOO
|
8 년 전 |
Markus Armbruster
|
5b5f825d44
qapi: Generate FOO_str() macro for QAPI enum FOO
|
8 년 전 |
Eduardo Habkost
|
fda72ab451
qapi: Fix error handling code on alternate conflict
|
8 년 전 |
Markus Armbruster
|
4d2d5c41a9
qapi: Introduce a first class 'null' type
|
8 년 전 |
Marc-André Lureau
|
086ee7a620
scripts: use build_ prefix for string not piped through cgen()
|
8 년 전 |
Marc-André Lureau
|
01b2ffcedd
qapi: merge QInt and QFloat in QNum
|
8 년 전 |
Markus Armbruster
|
c0644771eb
qapi: Reject alternates that can't work with keyval_parse()
|
8 년 전 |
Markus Armbruster
|
32b8a2ad61
qapi: Drop unused QAPIDoc member optional
|
8 년 전 |
Markus Armbruster
|
012b126de2
qapi: Fix a misleading parser error message
|
8 년 전 |
Markus Armbruster
|
c261394978
qapi: Make pylint a bit happier
|
8 년 전 |
Markus Armbruster
|
6bbfb12de6
qapi: Drop unused .check_clash() parameter schema
|
8 년 전 |
Markus Armbruster
|
768562ded0
qapi: union_types is a list used like a dict, make it one
|
8 년 전 |
Markus Armbruster
|
ed285bf821
qapi: struct_types is a list used like a dict, make it one
|
8 년 전 |
Markus Armbruster
|
5f018446fe
qapi: enum_types is a list used like a dict, make it one
|
8 년 전 |