Age | Commit message (Expand) | Author | Files | Lines |
2014-06-27 | qapi script: clean up in scripts | Wenchao Xia | 1 | -1/+1 |
2014-06-23 | test: add test cases for qapi event | Wenchao Xia | 2 | -2/+20 |
2014-06-23 | qapi script: add event support | Wenchao Xia | 4 | -0/+4 |
2014-05-16 | qapi: skip redundant includes | Benoît Canet | 5 | -0/+9 |
2014-05-08 | qapi: Add a primitive to include other files from a QAPI schema file | Lluís Vilanova | 41 | -0/+43 |
2014-05-08 | qapi: Use an explicit input file | Lluís Vilanova | 18 | -18/+19 |
2014-05-08 | qapi: [trivial] Do not catch unknown exceptions in "test-qapi.py" | Lluís Vilanova | 1 | -3/+0 |
2014-03-11 | qapi script: do not allow string discriminator | Wenchao Xia | 6 | -5/+28 |
2014-03-11 | qapi script: support enum type as discriminator in union | Wenchao Xia | 4 | -0/+27 |
2014-03-11 | qapi script: check correctness of union | Wenchao Xia | 16 | -0/+62 |
2014-03-11 | qapi script: add check for duplicated key | Wenchao Xia | 4 | -0/+4 |
2014-03-11 | qapi script: remember explicitly defined enum values | Wenchao Xia | 2 | -6/+6 |
2014-03-03 | tests/qapi-schema: Cover flat union types | Markus Armbruster | 2 | -0/+9 |
2014-03-03 | tests/qapi-schema: Cover union types with base | Markus Armbruster | 2 | -1/+2 |
2014-03-03 | tests/qapi-schema: Cover complex types with base | Markus Armbruster | 2 | -3/+9 |
2014-03-03 | tests/qapi-schema: Cover anonymous union types | Markus Armbruster | 2 | -1/+9 |
2014-03-03 | tests/qapi-schema: Cover simple argument types | Markus Armbruster | 2 | -0/+3 |
2014-03-03 | tests/qapi-schema: Cover optional command arguments | Markus Armbruster | 2 | -2/+4 |
2013-08-20 | OptsVisitor: introduce unit tests, with test cases for range flattening | Laszlo Ersek | 2 | -2/+19 |
2013-07-29 | qapi.py: Permit comments starting anywhere on the line | Markus Armbruster | 3 | -2/+4 |
2013-07-29 | qapi.py: Fix diagnosing non-objects at a schema's top-level | Markus Armbruster | 2 | -2/+2 |
2013-07-29 | qapi.py: Fix schema parser to check syntax systematically | Markus Armbruster | 17 | -22/+12 |
2013-07-29 | qapi.py: Reject invalid characters in schema file | Markus Armbruster | 6 | -8/+4 |
2013-07-29 | qapi.py: Decent syntax error reporting | Markus Armbruster | 2 | -1/+3 |
2013-07-29 | qapi.py: Restructure lexer and parser | Markus Armbruster | 5 | -7/+5 |
2013-07-29 | tests: Use qapi-schema-test.json as schema parser test | Markus Armbruster | 4 | -0/+73 |
2013-07-29 | tests: QAPI schema parser tests | Markus Armbruster | 57 | -0/+98 |