Age | Commit message (Expand) | Author |
2017-03-16 | qapi: Have each QAPI schema declare its returns white-list | Markus Armbruster |
2017-03-16 | qapi: Make doc comments optional where we don't need them | Markus Armbruster |
2017-03-16 | qapi: Factor QAPISchemaParser._include() out of .__init__() | Markus Armbruster |
2017-01-16 | qapi: add qapi2texi script | Marc-André Lureau |
2017-01-16 | qapi: rework qapi Exception | Marc-André Lureau |
2016-07-19 | qapi: Implement boxed types for commands/events | Eric Blake |
2016-07-19 | qapi: Plumb in 'boxed' to qapi generator lower levels | Eric Blake |
2016-07-19 | qapi: Drop useless gen_err_check() | Eric Blake |
2016-07-19 | qapi: Add type.is_empty() helper | Eric Blake |
2016-07-19 | qapi: Hide tag_name data member of variants | Eric Blake |
2016-07-19 | qapi: Special case c_name() for empty type | Eric Blake |
2016-07-19 | qapi: Require all branches of flat union enum to be covered | Eric Blake |
2016-03-18 | qapi: Use anonymous bases in QMP flat unions | Eric Blake |
2016-03-18 | qapi: Allow anonymous base for flat union | Eric Blake |
2016-03-18 | qapi: Don't special-case simple union wrappers | Eric Blake |
2016-03-18 | qapi: Drop unused c_null() | Eric Blake |
2016-03-18 | qapi: Inline gen_visit_members() into lone caller | Eric Blake |
2016-03-18 | qapi: Emit implicit structs in generated C | Eric Blake |
2016-03-18 | qapi: Adjust names of implicit types | Eric Blake |
2016-03-18 | qapi: Make c_type() more OO-like | Eric Blake |
2016-03-05 | qapi: Rename 'fields' to 'members' in generator | Eric Blake |
2016-03-01 | qapi: rename InputAxis values. | Gerd Hoffmann |
2016-03-01 | qapi: rename input buttons | Gerd Hoffmann |
2016-02-19 | qapi: Don't box struct branch of alternate | Eric Blake |
2016-02-19 | qapi: Forbid 'any' inside an alternate | Eric Blake |
2016-02-19 | qapi: Forbid empty unions and useless alternates | Eric Blake |
2016-02-08 | qapi: Fix compilation failure on MIPS and SPARC | Eric Blake |
2016-02-08 | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake |
2016-02-08 | qapi: Improve generated event use of qapi visitor | Eric Blake |
2016-02-08 | qapi: Drop dead parameter in gen_params() | Eric Blake |
2016-02-08 | qapi: Use Python 2.6 "except E as ..." syntax | Markus Armbruster |
2015-12-17 | qapi: Detect base class loops | Eric Blake |
2015-12-17 | qapi: Move duplicate collision checks to schema check() | Eric Blake |
2015-12-17 | qapi: Enforce (or whitelist) case conventions on qapi members | Eric Blake |
2015-12-17 | qapi: Track enum values by QAPISchemaMember, not string | Eric Blake |
2015-12-17 | qapi: Prepare new QAPISchemaMember base class | Eric Blake |
2015-12-17 | qapi: Shorter visits of optional fields | Eric Blake |
2015-12-17 | qapi: Simplify visits of optional fields | Eric Blake |
2015-12-17 | qapi: Inline _make_implicit_tag() | Eric Blake |
2015-12-17 | qapi: Simplify visiting of alternate types | Eric Blake |
2015-12-17 | qapi: Convert QType into QAPI built-in enum type | Eric Blake |
2015-12-17 | qobject: Rename qtype_code to QType | Eric Blake |
2015-12-17 | qapi: Change munging of CamelCase enum values | Eric Blake |
2015-12-17 | qapi: Remove obsolete tests for MAX collision | Eric Blake |
2015-12-17 | qapi: Don't let implicit enum MAX member collide | Eric Blake |
2015-12-17 | qapi: Tighten the regex on valid names | Eric Blake |
2015-12-17 | qapi: Fix c_name() munging | Eric Blake |
2015-12-17 | qapi: Detect collisions in C member names | Eric Blake |
2015-12-17 | qapi: Track owner of each object member | Eric Blake |
2015-12-17 | qapi: Remove outdated tests related to QMP/branch collisions | Eric Blake |