Age | Commit message (Expand) | Author |
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 |
2015-05-05 | qapi: More rigorous checking for type safety bypass | Eric Blake |
2015-05-05 | qapi: Whitelist commands that don't return dictionary | Eric Blake |
2015-05-05 | qapi: Require valid names | Eric Blake |
2015-05-05 | qapi: More rigourous checking of types | Eric Blake |
2015-05-05 | qapi: Add some type check tests | Eric Blake |
2015-05-05 | qapi: Unify type bypass and add tests | Eric Blake |
2015-05-05 | qapi: Allow true, false and null in schema json | Fam Zheng |
2015-05-05 | qapi: Better error messages for duplicated expressions | Eric Blake |
2015-05-05 | qapi: Add tests of redefined expressions | Eric Blake |
2015-05-05 | qapi: Better error messages for bad expressions | Eric Blake |
2015-05-05 | qapi: Add some expr tests | Eric Blake |
2015-05-05 | qapi: Use 'alternate' to replace anonymous union | Eric Blake |
2015-05-05 | qapi: Rename anonymous union type in test | Eric Blake |
2015-05-05 | qapi: Segregate anonymous unions into alternates in generator | Eric Blake |
2015-05-05 | qapi: Tighten checking of unions | Eric Blake |
2015-05-05 | qapi: Forbid base without discriminator in unions | Eric Blake |
2015-05-05 | qapi: Add some union tests | Eric Blake |
2015-05-05 | qapi: Better error messages for bad enums | Eric Blake |
2015-05-05 | qapi: Add some enum tests | Eric Blake |
2015-05-05 | qapi: Fix generation of 'size' builtin type | Eric Blake |
2014-09-26 | tests: add QMP input visitor test for unions with no discriminator | Michael Roth |
2014-06-27 | qapi script: clean up in scripts | Wenchao Xia |
2014-06-23 | test: add test cases for qapi event | Wenchao Xia |
2014-06-23 | qapi script: add event support | Wenchao Xia |
2014-05-16 | qapi: skip redundant includes | Benoît Canet |
2014-05-08 | qapi: Add a primitive to include other files from a QAPI schema file | Lluís Vilanova |
2014-05-08 | qapi: Use an explicit input file | Lluís Vilanova |
2014-05-08 | qapi: [trivial] Do not catch unknown exceptions in "test-qapi.py" | Lluís Vilanova |
2014-03-11 | qapi script: do not allow string discriminator | Wenchao Xia |
2014-03-11 | qapi script: support enum type as discriminator in union | Wenchao Xia |
2014-03-11 | qapi script: check correctness of union | Wenchao Xia |
2014-03-11 | qapi script: add check for duplicated key | Wenchao Xia |
2014-03-11 | qapi script: remember explicitly defined enum values | Wenchao Xia |
2014-03-03 | tests/qapi-schema: Cover flat union types | Markus Armbruster |
2014-03-03 | tests/qapi-schema: Cover union types with base | Markus Armbruster |
2014-03-03 | tests/qapi-schema: Cover complex types with base | Markus Armbruster |
2014-03-03 | tests/qapi-schema: Cover anonymous union types | Markus Armbruster |