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