Age | Commit message (Expand) | Author | Files | Lines |
2016-03-18 | qapi: Allow anonymous base for flat union | Eric Blake | 1 | -5/+5 |
2016-03-18 | qapi: Adjust names of implicit types | Eric Blake | 1 | -77/+77 |
2016-03-18 | qapi: Fix command with named empty argument type | Eric Blake | 1 | -0/+2 |
2016-02-19 | qapi: Add tests of complex objects within alternate | Eric Blake | 1 | -1/+3 |
2016-02-19 | qapi-visit: Honor prefix of discriminator enum | Eric Blake | 1 | -2/+5 |
2015-12-17 | qapi: Simplify visiting of alternate types | Eric Blake | 1 | -8/+0 |
2015-12-17 | qapi: Convert QType into QAPI built-in enum type | Eric Blake | 1 | -0/+2 |
2015-12-17 | qapi: Fix c_name() munging | Eric Blake | 1 | -0/+1 |
2015-12-17 | qapi: Track simple union tag in object.local_members | Eric Blake | 1 | -0/+2 |
2015-11-09 | qapi: Use generated TestStruct machinery in tests | Eric Blake | 1 | -0/+5 |
2015-11-02 | tests/qapi-schema: Test for reserved names, empty struct | Eric Blake | 1 | -0/+3 |
2015-10-15 | qapi: Lazy creation of array types | Eric Blake | 1 | -0/+3 |
2015-10-15 | qapi: Drop redundant returns-int test | Eric Blake | 1 | -5/+5 |
2015-10-15 | qapi: Move empty-enum to compile-time test | Eric Blake | 1 | -0/+1 |
2015-10-12 | qapi: Test use of 'number' within alternates | Eric Blake | 1 | -0/+24 |
2015-10-12 | qapi: Test for various name collisions | Eric Blake | 1 | -0/+2 |
2015-09-21 | qapi: New QMP command query-qmp-schema for QMP introspection | Markus Armbruster | 1 | -0/+1 |
2015-09-21 | qapi: Introduce a first class 'any' type | Markus Armbruster | 1 | -1/+8 |
2015-09-21 | tests/qapi-schema: Convert test harness to QAPISchemaVisitor | Markus Armbruster | 1 | -57/+161 |
2015-09-15 | qapi: allow override of default enum prefix naming | Daniel P. Berrange | 1 | -0/+2 |
2015-09-04 | tests/qapi-schema: Restore test case for flat union base bug | Markus Armbruster | 1 | -4/+4 |
2015-09-04 | qapi-visit: Fix generated code when schema has forward refs | Markus Armbruster | 1 | -5/+5 |
2015-05-14 | qapi: Support downstream events and commands | Eric Blake | 1 | -1/+3 |
2015-05-14 | qapi: Support downstream alternates | Eric Blake | 1 | -2/+4 |
2015-05-14 | qapi: Support downstream flat unions | Eric Blake | 1 | -2/+5 |
2015-05-14 | qapi: Support downstream simple unions | Eric Blake | 1 | -2/+4 |
2015-05-14 | qapi: Support downstream structs | Eric Blake | 1 | -2/+6 |
2015-05-14 | qapi: Support downstream enums | Eric Blake | 1 | -1/+3 |
2015-05-05 | qapi: Drop tests for inline nested structs | Eric Blake | 1 | -2/+6 |
2015-05-05 | qapi: Merge UserDefTwo and UserDefNested in tests | Eric Blake | 1 | -4/+2 |
2015-05-05 | qapi: Prefer 'struct' over 'type' in generator | Eric Blake | 1 | -22/+22 |
2015-05-05 | qapi: Use 'alternate' to replace anonymous union | Eric Blake | 1 | -1/+1 |
2015-05-05 | qapi: Rename anonymous union type in test | Eric Blake | 1 | -2/+2 |
2015-05-05 | qapi: Forbid base without discriminator in unions | Eric Blake | 1 | -2/+0 |
2015-05-05 | qapi: Fix generation of 'size' builtin type | Eric Blake | 1 | -1/+1 |
2014-09-26 | tests: add QMP input visitor test for unions with no discriminator | Michael Roth | 1 | -0/+3 |
2014-06-23 | test: add test cases for qapi event | Wenchao Xia | 1 | -2/+8 |
2014-03-11 | qapi script: do not allow string discriminator | Wenchao Xia | 1 | -2/+3 |
2014-03-11 | qapi script: remember explicitly defined enum values | Wenchao Xia | 1 | -5/+5 |
2014-03-03 | tests/qapi-schema: Cover flat union types | Markus Armbruster | 1 | -0/+2 |
2014-03-03 | tests/qapi-schema: Cover union types with base | Markus Armbruster | 1 | -1/+1 |
2014-03-03 | tests/qapi-schema: Cover complex types with base | Markus Armbruster | 1 | -2/+4 |
2014-03-03 | tests/qapi-schema: Cover anonymous union types | Markus Armbruster | 1 | -1/+5 |
2014-03-03 | tests/qapi-schema: Cover simple argument types | Markus Armbruster | 1 | -0/+1 |
2014-03-03 | tests/qapi-schema: Cover optional command arguments | Markus Armbruster | 1 | -1/+1 |
2013-08-20 | OptsVisitor: introduce unit tests, with test cases for range flattening | Laszlo Ersek | 1 | -2/+4 |
2013-07-29 | tests: Use qapi-schema-test.json as schema parser test | Markus Armbruster | 1 | -0/+19 |