Age | Commit message (Expand) | Author |
2013-09-09 | Add c++ keywords to QAPI helper script | Tomoki Sekiyama |
2013-08-20 | scripts/qapi.py: Avoid syntax not supported by Python 2.4 | Peter Maydell |
2013-07-29 | qapi.py: Permit comments starting anywhere on the line | Markus Armbruster |
2013-07-29 | qapi.py: Rename expr_eval to expr in parse_schema() | Markus Armbruster |
2013-07-29 | qapi.py: Fix diagnosing non-objects at a schema's top-level | Markus Armbruster |
2013-07-29 | qapi.py: Fix schema parser to check syntax systematically | Markus Armbruster |
2013-07-29 | qapi.py: Reject invalid characters in schema file | Markus Armbruster |
2013-07-29 | qapi.py: Decent syntax error reporting | Markus Armbruster |
2013-07-29 | qapi.py: Restructure lexer and parser | Markus Armbruster |
2013-07-26 | qapi: Anonymous unions | Kevin Wolf |
2013-07-26 | qapi.py: Maintain a list of union types | Kevin Wolf |
2013-07-10 | qapi.py: Allow top-level type reference for command definitions | Kevin Wolf |
2013-07-10 | qapi.py: Avoid code duplication | Kevin Wolf |
2013-05-23 | qapi: qapi-types.py, native list support | Michael Roth |
2012-09-26 | qapi: add "unix" to the set of reserved words | Paolo Bonzini |
2012-09-26 | qapi: do not protect enum values from namespace pollution | Paolo Bonzini |
2012-08-09 | qapi: avoid reserved keywords | Blue Swirl |
2012-08-01 | qapi: qapi.py: allow the "'" character to be escaped | Luiz Capitulino |
2012-07-23 | qapi: introduce "size" type | Laszlo Ersek |
2012-07-23 | qapi: generate C types for fixed-width integers | Laszlo Ersek |
2012-03-26 | qapi: add c_fun to escape function names | Federico Simoncelli |
2011-11-30 | qapi: fix guardname generation | Michael Roth |
2011-10-04 | qapi: add code generation support for middle mode | Anthony Liguori |
2011-07-21 | qapi: add qapi.py helper libraries | Michael Roth |