summaryrefslogtreecommitdiff
path: root/tests/qapi-schema
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-19qapi: Add tests of complex objects within alternateEric Blake2-2/+6
2016-02-19qapi: Forbid 'any' inside an alternateEric Blake4-0/+6
2016-02-19qapi: Forbid empty unions and useless alternatesEric Blake12-26/+9
2016-02-19qapi-visit: Honor prefix of discriminator enumEric Blake2-5/+11
2015-12-17qapi: Detect base class loopsEric Blake8-0/+9
2015-12-17qapi: Move duplicate collision checks to schema check()Eric Blake12-18/+8
2015-12-17qapi: Enforce (or whitelist) case conventions on qapi membersEric Blake12-0/+13
2015-12-17qapi: Simplify visiting of alternate typesEric Blake2-9/+0
2015-12-17qapi: Convert QType into QAPI built-in enum typeEric Blake13-0/+26
2015-12-17qapi: Remove obsolete tests for MAX collisionEric Blake12-14/+0
2015-12-17qapi: Tighten the regex on valid namesEric Blake8-0/+12
2015-12-17qapi: Fix c_name() mungingEric Blake2-2/+4
2015-12-17qapi: Detect collisions in C member namesEric Blake4-10/+4
2015-12-17qapi: Remove outdated tests related to QMP/branch collisionsEric Blake12-60/+0
2015-12-17qapi: Track simple union tag in object.local_membersEric Blake3-0/+4
2015-11-09qapi: Use generated TestStruct machinery in testsEric Blake2-1/+10
2015-11-02qapi: Reserve 'u' member nameEric Blake4-0/+9
2015-11-02qapi: Unbox base membersEric Blake4-15/+0
2015-11-02qapi: Reserve 'q_*' and 'has_*' member namesEric Blake12-30/+13
2015-11-02qapi: Reserve '*List' type names for list typesEric Blake4-7/+5
2015-11-02tests/qapi-schema: Test for reserved names, empty structEric Blake23-3/+54