summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema
Commit message (Expand)AuthorAgeFilesLines
* qapi: Fix error handling code on alternate conflictEduardo Habkost2017-09-018-0/+12
* qapi: Introduce a first class 'null' typeMarkus Armbruster2017-07-242-1/+3
* qapi: merge QInt and QFloat in QNumMarc-André Lureau2017-06-2010-10/+10
* tests: Remove test cases for alternates of 'number' and 'int'Marc-André Lureau2017-06-192-10/+0Star
* qapi: Reject alternates that can't work with keyval_parse()Markus Armbruster2017-05-3113-9/+25
* tests/qapi-schema: Avoid 'str' in alternate test casesMarkus Armbruster2017-05-317-22/+27
* qapi2texi: Fix translation of *strong* and _emphasized_Markus Armbruster2017-03-211-4/+4
* tests/qapi-schema: Systematic positive doc comment testsMarkus Armbruster2017-03-215-0/+528
* tests/qapi-schema: Make test-qapi.py print docs againMarkus Armbruster2017-03-211-0/+11
* qapi: Fix a misleading parser error messageMarkus Armbruster2017-03-161-1/+1
* qapi: Fix detection of bogus member documentationMarkus Armbruster2017-03-163-12/+2Star
* tests/qapi-schema: Improve coverage of bogus member docsMarkus Armbruster2017-03-168-0/+42
* tests/qapi-schema: Rename doc-bad-args to doc-bad-command-argMarkus Armbruster2017-03-165-1/+1
* qapi: Move empty doc section checking to doc parserMarkus Armbruster2017-03-161-1/+1
* qapi: Improve error message on @NAME: in free-form docMarkus Armbruster2017-03-161-1/+1
* qapi: Move detection of doc / expression name mismatchMarkus Armbruster2017-03-161-1/+1
* qapi: Fix detection of doc / expression mismatchMarkus Armbruster2017-03-1611-15/+6Star
* tests/qapi-schema: Improve doc / expression mismatch coverageMarkus Armbruster2017-03-1612-0/+35
* qapi: The #optional tag is redundant, dropMarkus Armbruster2017-03-164-9/+0Star
* qapi: Fix to reject empty union base gracefullyMarkus Armbruster2017-03-161-10/+1Star
* tests/qapi-schema: Cover empty union baseMarkus Armbruster2017-03-164-0/+20
* qapi: Have each QAPI schema declare its name rule violationsMarkus Armbruster2017-03-166-1/+7
* qapi: Have each QAPI schema declare its returns white-listMarkus Armbruster2017-03-167-1/+17
* qapi: Back out doc comments added just to please qapi.pyMarkus Armbruster2017-03-16200-1074/+92Star
* qapi: Make doc comments optional where we don't need themMarkus Armbruster2017-03-1620-0/+27
* qapi: add qapi2texi scriptMarc-André Lureau2017-01-16272-92/+1238
* qapi: Implement boxed types for commands/eventsEric Blake2016-07-1924-3/+35
* qapi: Plumb in 'boxed' to qapi generator lower levelsEric Blake2016-07-195-13/+21
* qapi: Hide tag_name data member of variantsEric Blake2016-07-192-2/+11
* qapi: Require all branches of flat union enum to be coveredEric Blake2016-07-194-0/+11
* qapi: Allow anonymous base for flat unionEric Blake2016-03-184-14/+9Star
* qapi: Adjust names of implicit typesEric Blake2016-03-189-88/+88
* qapi: Fix command with named empty argument typeEric Blake2016-03-182-0/+4
* qapi: Drop useless 'data' member of unionsEric Blake2016-03-054-17/+0Star
* qapi: Rename 'fields' to 'members' in generatorEric Blake2016-03-051-1/+1
* qapi: Add tests of complex objects within alternateEric Blake2016-02-192-2/+6
* qapi: Forbid 'any' inside an alternateEric Blake2016-02-194-0/+6
* qapi: Forbid empty unions and useless alternatesEric Blake2016-02-1912-26/+9Star
* qapi-visit: Honor prefix of discriminator enumEric Blake2016-02-192-5/+11
* qapi: Detect base class loopsEric Blake2015-12-178-0/+9
* qapi: Move duplicate collision checks to schema check()Eric Blake2015-12-1712-18/+8Star
* qapi: Enforce (or whitelist) case conventions on qapi membersEric Blake2015-12-1712-0/+13
* qapi: Simplify visiting of alternate typesEric Blake2015-12-172-9/+0Star
* qapi: Convert QType into QAPI built-in enum typeEric Blake2015-12-1713-0/+26
* qapi: Remove obsolete tests for MAX collisionEric Blake2015-12-1712-14/+0Star
* qapi: Tighten the regex on valid namesEric Blake2015-12-178-0/+12
* qapi: Fix c_name() mungingEric Blake2015-12-172-2/+4
* qapi: Detect collisions in C member namesEric Blake2015-12-174-10/+4Star
* qapi: Remove outdated tests related to QMP/branch collisionsEric Blake2015-12-1712-60/+0Star
* qapi: Track simple union tag in object.local_membersEric Blake2015-12-173-0/+4