Age | Commit message (Expand) | Author |
2018-08-31 | tests: add a qmp success-response test | Marc-André Lureau |
2018-08-15 | qapi: Fix some pycodestyle-3 complaints | Markus Armbruster |
2018-07-05 | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-07-03-v2'... | Peter Maydell |
2018-07-03 | qapi: add 'If:' section to generated documentation | Marc-André Lureau |
2018-07-03 | qapi: add 'ifcond' to visitor methods | Marc-André Lureau |
2018-07-03 | qapi: add 'if' to top-level expressions | Marc-André Lureau |
2018-07-03 | qmp: Say "out-of-band" instead of "Out-Of-Band" | Markus Armbruster |
2018-06-22 | qapi: allow empty branches in flat unions | Anton Nefedov |
2018-05-30 | tests: qapi-schema tests for allow-preconfig | Igor Mammedov |
2018-05-30 | qapi: introduce new cmd option "allow-preconfig" | Igor Mammedov |
2018-03-27 | tests: add oob-test for qapi-schema | Peter Xu |
2018-03-27 | tests: let qapi-schema tests detect oob | Peter Xu |
2018-03-19 | qapi: introduce new cmd option "allow-oob" | Peter Xu |
2018-03-02 | qapi: Record 'include' directives in intermediate representation | Markus Armbruster |
2018-03-02 | qapi: Generate in source order | Markus Armbruster |
2018-03-02 | qapi: Lift error reporting from QAPISchema.__init__() to callers | Markus Armbruster |
2018-03-02 | qapi: Improve include file name reporting in error messages | Markus Armbruster |
2018-03-02 | qapi-gen: New common driver for code and doc generators | Markus Armbruster |
2018-03-02 | qapi: Streamline boilerplate comment generation | Markus Armbruster |
2018-02-05 | qapi: use items()/values() intead of iteritems()/itervalues() | Daniel P. Berrange |
2018-02-05 | qapi: convert to use python print function instead of statement | Daniel P. Berrange |
2017-12-20 | qapi2texi: Simplify representation of section text | Markus Armbruster |
2017-12-20 | qapi: Simplify representation of QAPIDoc section text | Markus Armbruster |
2017-12-20 | qapi: Unify representation of doc section without name | Markus Armbruster |
2017-12-20 | tests/qapi-schema/doc-bad-section: New, factored out of doc-good | Markus Armbruster |
2017-09-01 | qapi: Fix error handling code on alternate conflict | Eduardo Habkost |
2017-07-24 | qapi: Introduce a first class 'null' type | Markus Armbruster |
2017-06-20 | qapi: merge QInt and QFloat in QNum | Marc-André Lureau |
2017-06-19 | tests: Remove test cases for alternates of 'number' and 'int' | Marc-André Lureau |
2017-05-31 | qapi: Reject alternates that can't work with keyval_parse() | Markus Armbruster |
2017-05-31 | tests/qapi-schema: Avoid 'str' in alternate test cases | Markus Armbruster |
2017-03-21 | qapi2texi: Fix translation of *strong* and _emphasized_ | Markus Armbruster |
2017-03-21 | tests/qapi-schema: Systematic positive doc comment tests | Markus Armbruster |
2017-03-21 | tests/qapi-schema: Make test-qapi.py print docs again | Markus Armbruster |
2017-03-16 | qapi: Fix a misleading parser error message | Markus Armbruster |
2017-03-16 | qapi: Fix detection of bogus member documentation | Markus Armbruster |
2017-03-16 | tests/qapi-schema: Improve coverage of bogus member docs | Markus Armbruster |
2017-03-16 | tests/qapi-schema: Rename doc-bad-args to doc-bad-command-arg | Markus Armbruster |
2017-03-16 | qapi: Move empty doc section checking to doc parser | Markus Armbruster |
2017-03-16 | qapi: Improve error message on @NAME: in free-form doc | Markus Armbruster |
2017-03-16 | qapi: Move detection of doc / expression name mismatch | Markus Armbruster |
2017-03-16 | qapi: Fix detection of doc / expression mismatch | Markus Armbruster |
2017-03-16 | tests/qapi-schema: Improve doc / expression mismatch coverage | Markus Armbruster |
2017-03-16 | qapi: The #optional tag is redundant, drop | Markus Armbruster |
2017-03-16 | qapi: Fix to reject empty union base gracefully | Markus Armbruster |
2017-03-16 | tests/qapi-schema: Cover empty union base | Markus Armbruster |
2017-03-16 | qapi: Have each QAPI schema declare its name rule violations | Markus Armbruster |
2017-03-16 | qapi: Have each QAPI schema declare its returns white-list | Markus Armbruster |
2017-03-16 | qapi: Back out doc comments added just to please qapi.py | Markus Armbruster |
2017-03-16 | qapi: Make doc comments optional where we don't need them | Markus Armbruster |