Age | Commit message (Expand) | Author |
2015-10-15 | qapi: Lazy creation of array types | Eric Blake |
2015-10-15 | qapi: Drop redundant args-member-array test | Eric Blake |
2015-10-15 | qapi: Drop redundant flat-union-reverse-define test | Eric Blake |
2015-10-15 | qapi: Drop redundant returns-int test | Eric Blake |
2015-10-15 | qapi: Move empty-enum to compile-time test | Eric Blake |
2015-10-15 | qapi: Drop redundant alternate-good test | Eric Blake |
2015-10-12 | qapi: Reuse code for flat union base validation | Eric Blake |
2015-10-12 | qapi: Test use of 'number' within alternates | Eric Blake |
2015-10-12 | qapi: Add tests for empty unions | Eric Blake |
2015-10-12 | qapi: Avoid assertion failure on union 'type' collision | Eric Blake |
2015-10-12 | qapi: Test for various name collisions | Eric Blake |
2015-10-12 | qapi: Improve 'include' error message | Eric Blake |
2015-09-21 | qapi: New QMP command query-qmp-schema for QMP introspection | Markus Armbruster |
2015-09-21 | qapi: Pseudo-type '**' is now unused, drop it | Markus Armbruster |
2015-09-21 | qapi: Introduce a first class 'any' type | Markus Armbruster |
2015-09-21 | qapi-event: Convert to QAPISchemaVisitor, fixing data with base | Markus Armbruster |
2015-09-21 | qapi-visit: Convert to QAPISchemaVisitor, fixing bugs | Markus Armbruster |
2015-09-21 | qapi-types: Convert to QAPISchemaVisitor, fixing flat unions | Markus Armbruster |
2015-09-21 | tests/qapi-schema: Convert test harness to QAPISchemaVisitor | Markus Armbruster |
2015-09-21 | qapi: New QAPISchema intermediate reperesentation | Markus Armbruster |
2015-09-15 | qapi: allow override of default enum prefix naming | Daniel P. Berrange |
2015-09-04 | qapi: Simplify error reporting for array types | Markus Armbruster |
2015-09-04 | qapi: Fix errors for non-string, non-dictionary members | Markus Armbruster |
2015-09-04 | tests/qapi-schema: Cover non-string, non-dictionary members | Markus Armbruster |
2015-09-04 | tests/qapi-schema: Cover two more syntax errors | Markus Armbruster |
2015-09-04 | qapi: Drop one of two "simple union must not have base" checks | Markus Armbruster |
2015-09-04 | qapi: Command returning anonymous type doesn't work, outlaw | Markus Armbruster |
2015-09-04 | qapi: Fix to reject union command and event arguments | Markus Armbruster |
2015-09-04 | qapi-tests: New tests for union, alternate command arguments | Markus Armbruster |
2015-09-04 | tests/qapi-schema: Rename tests from data- to args- | Markus Armbruster |
2015-09-04 | tests/qapi-schema: Restore test case for flat union base bug | Markus Armbruster |
2015-09-04 | tests/qapi-schema: Document events with base don't work | Markus Armbruster |
2015-09-04 | tests/qapi-schema: Document alternate's enum lacks visit function | Markus Armbruster |
2015-09-04 | qapi-visit: Fix generated code when schema has forward refs | Markus Armbruster |
2015-06-18 | qapi: Catch and reject flat union branch of array type | Markus Armbruster |
2015-06-18 | tests/qapi-schema: New flat union array branch test case | Markus Armbruster |
2015-06-18 | qapi: Fix file name in error messages for included files | Markus Armbruster |
2015-05-14 | qapi: Support downstream events and commands | Eric Blake |
2015-05-14 | qapi: Support downstream alternates | Eric Blake |
2015-05-14 | qapi: Support downstream flat unions | Eric Blake |
2015-05-14 | qapi: Support downstream simple unions | Eric Blake |
2015-05-14 | qapi: Support downstream structs | Eric Blake |
2015-05-14 | qapi: Support downstream enums | Eric Blake |
2015-05-05 | qapi: Check for member name conflicts with a base class | Eric Blake |
2015-05-05 | qapi: Support (subset of) \u escapes in strings | Eric Blake |
2015-05-05 | qapi: Drop support for inline nested types | Eric Blake |
2015-05-05 | qapi: Drop tests for inline nested structs | Eric Blake |
2015-05-05 | qapi: Merge UserDefTwo and UserDefNested in tests | Eric Blake |
2015-05-05 | qapi: Use 'struct' instead of 'type' in schema | Eric Blake |
2015-05-05 | qapi: Prefer 'struct' over 'type' in generator | Eric Blake |