summaryrefslogtreecommitdiff
path: root/tests/qapi-schema
AgeCommit message (Expand)AuthorFilesLines
2018-03-27tests: add oob-test for qapi-schemaPeter Xu6-0/+9
2018-03-27tests: let qapi-schema tests detect oobPeter Xu5-16/+16
2018-03-19qapi: introduce new cmd option "allow-oob"Peter Xu1-1/+1
2018-03-02qapi: Record 'include' directives in intermediate representationMarkus Armbruster11-0/+32
2018-03-02qapi: Generate in source orderMarkus Armbruster11-187/+187
2018-03-02qapi: Lift error reporting from QAPISchema.__init__() to callersMarkus Armbruster1-2/+8
2018-03-02qapi: Improve include file name reporting in error messagesMarkus Armbruster1-1/+1
2018-03-02qapi-gen: New common driver for code and doc generatorsMarkus Armbruster1-3/+1
2018-03-02qapi: Streamline boilerplate comment generationMarkus Armbruster1-1/+2
2018-02-05qapi: use items()/values() intead of iteritems()/itervalues()Daniel P. Berrange1-1/+1
2018-02-05qapi: convert to use python print function instead of statementDaniel P. Berrange1-20/+21
2017-12-20qapi2texi: Simplify representation of section textMarkus Armbruster1-10/+0
2017-12-20qapi: Simplify representation of QAPIDoc section textMarkus Armbruster2-3/+4
2017-12-20qapi: Unify representation of doc section without nameMarkus Armbruster2-2/+2
2017-12-20tests/qapi-schema/doc-bad-section: New, factored out of doc-goodMarkus Armbruster7-3/+27
2017-09-01qapi: Fix error handling code on alternate conflictEduardo Habkost8-0/+12
2017-07-24qapi: Introduce a first class 'null' typeMarkus Armbruster2-1/+3
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau10-10/+10
2017-06-19tests: Remove test cases for alternates of 'number' and 'int'Marc-André Lureau2-10/+0
2017-05-31qapi: Reject alternates that can't work with keyval_parse()Markus Armbruster13-9/+25
2017-05-31tests/qapi-schema: Avoid 'str' in alternate test casesMarkus Armbruster7-22/+27
2017-03-21qapi2texi: Fix translation of *strong* and _emphasized_Markus Armbruster1-4/+4
2017-03-21tests/qapi-schema: Systematic positive doc comment testsMarkus Armbruster5-0/+528
2017-03-21tests/qapi-schema: Make test-qapi.py print docs againMarkus Armbruster1-0/+11
2017-03-16qapi: Fix a misleading parser error messageMarkus Armbruster1-1/+1
2017-03-16qapi: Fix detection of bogus member documentationMarkus Armbruster3-12/+2
2017-03-16tests/qapi-schema: Improve coverage of bogus member docsMarkus Armbruster8-0/+42
2017-03-16tests/qapi-schema: Rename doc-bad-args to doc-bad-command-argMarkus Armbruster5-1/+1
2017-03-16qapi: Move empty doc section checking to doc parserMarkus Armbruster1-1/+1
2017-03-16qapi: Improve error message on @NAME: in free-form docMarkus Armbruster1-1/+1
2017-03-16qapi: Move detection of doc / expression name mismatchMarkus Armbruster1-1/+1
2017-03-16qapi: Fix detection of doc / expression mismatchMarkus Armbruster11-15/+6
2017-03-16tests/qapi-schema: Improve doc / expression mismatch coverageMarkus Armbruster12-0/+35
2017-03-16qapi: The #optional tag is redundant, dropMarkus Armbruster4-9/+0
2017-03-16qapi: Fix to reject empty union base gracefullyMarkus Armbruster1-10/+1
2017-03-16tests/qapi-schema: Cover empty union baseMarkus Armbruster4-0/+20
2017-03-16qapi: Have each QAPI schema declare its name rule violationsMarkus Armbruster6-1/+7
2017-03-16qapi: Have each QAPI schema declare its returns white-listMarkus Armbruster7-1/+17
2017-03-16qapi: Back out doc comments added just to please qapi.pyMarkus Armbruster200-1074/+92
2017-03-16qapi: Make doc comments optional where we don't need themMarkus Armbruster20-0/+27
2017-01-16qapi: add qapi2texi scriptMarc-André Lureau272-92/+1238
2016-07-19qapi: Implement boxed types for commands/eventsEric Blake24-3/+35
2016-07-19qapi: Plumb in 'boxed' to qapi generator lower levelsEric Blake5-13/+21
2016-07-19qapi: Hide tag_name data member of variantsEric Blake2-2/+11
2016-07-19qapi: Require all branches of flat union enum to be coveredEric Blake4-0/+11
2016-03-18qapi: Allow anonymous base for flat unionEric Blake4-14/+9
2016-03-18qapi: Adjust names of implicit typesEric Blake9-88/+88
2016-03-18qapi: Fix command with named empty argument typeEric Blake2-0/+4
2016-03-05qapi: Drop useless 'data' member of unionsEric Blake4-17/+0
2016-03-05qapi: Rename 'fields' to 'members' in generatorEric Blake1-1/+1