Age | Commit message (Expand) | Author |
2015-12-17 | qapi: Fix alternates that accept 'number' but not 'int' | 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 | qapi: Track simple union tag in object.local_members | Eric Blake |
2015-11-10 | qapi: Test failure in middle of array parse | Eric Blake |
2015-11-02 | qapi-visit: Convert to new qapi union layout | Eric Blake |
2015-11-02 | qapi-visit: Remove redundant functions for flat union base | Eric Blake |
2015-11-02 | qapi: Unbox base members | Eric Blake |
2015-11-02 | qapi-visit: Split off visit_type_FOO_fields forward decl | Eric Blake |
2015-11-02 | qapi: More robust conditions for when labels are needed | Eric Blake |
2015-10-15 | qapi: Don't use info as witness of implicit object type | Eric Blake |
2015-10-15 | qapi: Use predicate callback to determine visit filtering | Eric Blake |
2015-10-15 | qapi: Fix regression with '-netdev help' | Eric Blake |
2015-10-12 | qapi: Share gen_visit_fields() | Eric Blake |
2015-10-12 | qapi: Share gen_err_check() | Eric Blake |
2015-10-12 | qapi: Consistent generated code: minimize push_indent() usage | Eric Blake |
2015-10-12 | qapi: Consistent generated code: prefer common indentation | Eric Blake |
2015-10-12 | qapi: Consistent generated code: prefer common labels | Eric Blake |
2015-10-12 | qapi: Consistent generated code: prefer visitor 'v' | Eric Blake |
2015-09-21 | qapi-visit: Rearrange code a bit | Markus Armbruster |
2015-09-21 | qapi: Clean up after recent conversions to QAPISchemaVisitor | Markus Armbruster |
2015-09-21 | qapi-visit: Convert to QAPISchemaVisitor, fixing bugs | Markus Armbruster |
2015-09-21 | qapi: New QAPISchema intermediate reperesentation | Markus Armbruster |
2015-09-04 | qapi: Generated code cleanup | Markus Armbruster |
2015-09-04 | qapi: Document that input visitor semantics are prone to leaks | Eric Blake |
2015-09-04 | qapi-visit: Fix two name arguments passed to visitors | Markus Armbruster |
2015-09-04 | qapi-visit: Replace list implicit_structs by set | Markus Armbruster |
2015-09-04 | qapi-visit: Fix generated code when schema has forward refs | Markus Armbruster |
2015-09-04 | qapi: Fix generated code when flat union has member 'kind' | Markus Armbruster |
2015-09-04 | qapi: Drop unused and useless parameters and variables | Markus Armbruster |
2015-05-14 | qapi: Factor open_output(), close_output() out of generators | Markus Armbruster |
2015-05-14 | qapi: Factor parse_command_line() out of the generators | Markus Armbruster |
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-14 | qapi: Rename generate_enum_full_value() to c_enum_const() | Markus Armbruster |
2015-05-14 | qapi: Rename identical c_fun()/c_var() into c_name() | Eric Blake |
2015-05-05 | qapi: Drop dead visitor code related to nested structs | Eric Blake |
2015-05-05 | qapi: Drop support for inline nested types | Eric Blake |
2015-05-05 | qapi: Prefer 'struct' over 'type' in generator | Eric Blake |
2015-05-05 | qapi: Use 'alternate' to replace anonymous union | Eric Blake |
2015-05-05 | qapi: Segregate anonymous unions into alternates in generator | Eric Blake |
2015-05-05 | qapi: Forbid base without discriminator in unions | Eric Blake |
2015-05-05 | qapi: Simplify builtin type handling | Eric Blake |
2015-04-24 | qapi: Drop dead genlist parameter | Eric Blake |
2014-09-26 | qapi: add visit_start_union and visit_end_union | Michael Roth |
2014-09-22 | qapi: Allow enums in anonymous unions | Max Reitz |
2014-06-23 | qapi: fix coding style in parameters list | Amos Kong |