summaryrefslogtreecommitdiffstats
path: root/scripts/qapi-visit.py
Commit message (Expand)AuthorAgeFilesLines
* qapi-visit: Convert to new qapi union layoutEric Blake2015-11-021-15/+9
* qapi-visit: Remove redundant functions for flat union baseEric Blake2015-11-021-17/+15
* qapi: Unbox base membersEric Blake2015-11-021-5/+4
* qapi-visit: Split off visit_type_FOO_fields forward declEric Blake2015-11-021-6/+16
* qapi: More robust conditions for when labels are neededEric Blake2015-11-021-1/+2
* qapi: Don't use info as witness of implicit object typeEric Blake2015-10-151-1/+2
* qapi: Use predicate callback to determine visit filteringEric Blake2015-10-151-7/+10
* qapi: Fix regression with '-netdev help'Eric Blake2015-10-151-1/+3
* qapi: Share gen_visit_fields()Eric Blake2015-10-121-21/+1
* qapi: Share gen_err_check()Eric Blake2015-10-121-11/+3
* qapi: Consistent generated code: minimize push_indent() usageEric Blake2015-10-121-13/+11
* qapi: Consistent generated code: prefer common indentationEric Blake2015-10-121-26/+27
* qapi: Consistent generated code: prefer common labelsEric Blake2015-10-121-2/+2
* qapi: Consistent generated code: prefer visitor 'v'Eric Blake2015-10-121-35/+35
* qapi-visit: Rearrange code a bitMarkus Armbruster2015-09-211-29/+19
* qapi: Clean up after recent conversions to QAPISchemaVisitorMarkus Armbruster2015-09-211-58/+69
* qapi-visit: Convert to QAPISchemaVisitor, fixing bugsMarkus Armbruster2015-09-211-158/+114
* qapi: New QAPISchema intermediate reperesentationMarkus Armbruster2015-09-211-1/+1
* qapi: Generated code cleanupMarkus Armbruster2015-09-041-0/+1
* qapi: Document that input visitor semantics are prone to leaksEric Blake2015-09-041-0/+4
* qapi-visit: Fix two name arguments passed to visitorsMarkus Armbruster2015-09-041-6/+6
* qapi-visit: Replace list implicit_structs by setMarkus Armbruster2015-09-041-4/+3
* qapi-visit: Fix generated code when schema has forward refsMarkus Armbruster2015-09-041-1/+14
* qapi: Fix generated code when flat union has member 'kind'Markus Armbruster2015-09-041-2/+5
* qapi: Drop unused and useless parameters and variablesMarkus Armbruster2015-09-041-25/+22
* qapi: Factor open_output(), close_output() out of generatorsMarkus Armbruster2015-05-141-47/+16
* qapi: Factor parse_command_line() out of the generatorsMarkus Armbruster2015-05-141-31/+4
* qapi: Support downstream alternatesEric Blake2015-05-141-3/+3
* qapi: Support downstream flat unionsEric Blake2015-05-141-2/+2
* qapi: Support downstream simple unionsEric Blake2015-05-141-4/+4
* qapi: Support downstream structsEric Blake2015-05-141-5/+6
* qapi: Support downstream enumsEric Blake2015-05-141-4/+4
* qapi: Rename generate_enum_full_value() to c_enum_const()Markus Armbruster2015-05-141-2/+2
* qapi: Rename identical c_fun()/c_var() into c_name()Eric Blake2015-05-141-5/+5
* qapi: Drop dead visitor code related to nested structsEric Blake2015-05-051-37/+12
* qapi: Drop support for inline nested typesEric Blake2015-05-051-32/+5
* qapi: Prefer 'struct' over 'type' in generatorEric Blake2015-05-051-4/+4
* qapi: Use 'alternate' to replace anonymous unionEric Blake2015-05-051-6/+11
* qapi: Segregate anonymous unions into alternates in generatorEric Blake2015-05-051-2/+2
* qapi: Forbid base without discriminator in unionsEric Blake2015-05-051-6/+5
* qapi: Simplify builtin type handlingEric Blake2015-05-051-3/+3
* qapi: Drop dead genlist parameterEric Blake2015-04-241-13/+9
* qapi: add visit_start_union and visit_end_unionMichael Roth2014-09-261-0/+6
* qapi: Allow enums in anonymous unionsMax Reitz2014-09-221-1/+2
* qapi: fix coding style in parameters listAmos Kong2014-06-231-10/+10
* qapi: Replace uncommon use of the error API by the common oneMarkus Armbruster2014-05-151-84/+87
* qapi: Un-inline visit of implicit structMarkus Armbruster2014-05-151-14/+34
* qapi-visit.py: Clean up a sloppy use of field prefixMarkus Armbruster2014-05-151-1/+1
* qapi: Clean up shadowing of parameters and locals in inner scopesMarkus Armbruster2014-05-151-3/+17
* qapi-visit.py: Clean up confusing push_indent() / pop_indent() useMarkus Armbruster2014-05-151-18/+14
OpenPOWER on IntegriCloud