summaryrefslogtreecommitdiff
path: root/scripts/qapi-types.py
AgeCommit message (Expand)AuthorFilesLines
2016-02-19qapi: Don't box branches of flat unionsEric Blake1-10/+3
2016-02-19qapi: Don't box struct branch of alternateEric Blake1-1/+9
2016-02-19qapi: Emit structs used as variants in topological orderEric Blake1-3/+20
2016-02-19qapi: Adjust layout of FooList typesEric Blake1-4/+1
2016-02-16qapi: Clean up includes in generated filesEric Blake1-2/+1
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-1/+1
2015-12-17qapi-types: Drop unnedeed ._fwdefnEric Blake1-5/+1
2015-12-17qapi: Simplify visiting of alternate typesEric Blake1-34/+0
2015-12-17qapi: Convert QType into QAPI built-in enum typeEric Blake1-4/+12
2015-12-17qapi-types: Simplify gen_struct_field[s]Eric Blake1-25/+15
2015-12-17qapi-types: Consolidate gen_struct() and gen_union()Eric Blake1-26/+11
2015-12-17qapi: Track simple union tag in object.local_membersEric Blake1-1/+4
2015-11-02qapi: Simplify gen_struct_field()Eric Blake1-9/+7
2015-11-02qapi: Finish converting to new qapi union layoutEric Blake1-22/+6
2015-11-02qapi: Start converting to new qapi union layoutEric Blake1-7/+19
2015-11-02qapi: Unbox base membersEric Blake1-8/+4
2015-11-02qapi: Prefer typesafe upcasts to qapi base classesEric Blake1-0/+16
2015-11-02qapi-types: Refactor base fields outputEric Blake1-10/+14
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-8/+11
2015-10-12qapi: Consistent generated code: prefer visitor 'v'Eric Blake1-4/+4
2015-09-21qapi: Introduce a first class 'any' typeMarkus Armbruster1-0/+1
2015-09-21qapi: Clean up after recent conversions to QAPISchemaVisitorMarkus Armbruster1-35/+44
2015-09-21qapi: De-duplicate enum code generationMarkus Armbruster1-55/+0
2015-09-21qapi-types: Convert to QAPISchemaVisitor, fixing flat unionsMarkus Armbruster1-159/+129
2015-09-21qapi: New QAPISchema intermediate reperesentationMarkus Armbruster1-1/+1
2015-09-15qapi: allow override of default enum prefix namingDaniel P. Berrange1-7/+9
2015-09-04qapi: Generated code cleanupMarkus Armbruster1-35/+31
2015-09-04qapi: Document shortcoming with union 'data' branchEric Blake1-0/+8
2015-09-04qapi: Generate a nicer struct for flat unionsMarkus Armbruster1-16/+22
2015-09-04qapi: Fix generated code when flat union has member 'kind'Markus Armbruster1-1/+2
2015-09-04qapi: Drop unused and useless parameters and variablesMarkus Armbruster1-1/+0
2015-06-19qom: Make enum string tables const-correctDaniel P. Berrange1-2/+2
2015-06-18qapi-types: Bury code dead since commit 6b5abc7Markus Armbruster1-6/+2
2015-06-18qapi-types: Split generate_fwd_builtin() off generate_fwd_struct()Markus Armbruster1-6/+6
2015-06-18qapi-types: Drop unused members parametersMarkus Armbruster1-7/+7
2015-06-18qapi-types: Don't filter out expressions with 'gen'Markus Armbruster1-1/+0
2015-05-14qapi: Factor open_output(), close_output() out of generatorsMarkus Armbruster1-49/+18
2015-05-14qapi: Factor parse_command_line() out of the generatorsMarkus Armbruster1-32/+4
2015-05-14qapi: Support downstream alternatesEric Blake1-3/+4
2015-05-14qapi: Support downstream flat unionsEric Blake1-1/+1
2015-05-14qapi: Support downstream simple unionsEric Blake1-1/+1
2015-05-14qapi: Support downstream structsEric Blake1-2/+2
2015-05-14qapi: Support downstream enumsEric Blake1-7/+8
2015-05-14qapi: Use c_enum_const() in generate_alternate_qtypes()Markus Armbruster1-4/+2
2015-05-14qapi: Rename generate_enum_full_value() to c_enum_const()Markus Armbruster1-3/+3
2015-05-14qapi: Rename identical c_fun()/c_var() into c_name()Eric Blake1-4/+4
2015-05-05qapi: Drop support for inline nested typesEric Blake1-7/+2
2015-05-05qapi: Prefer 'struct' over 'type' in generatorEric Blake1-8/+8
2015-05-05qapi: Use 'alternate' to replace anonymous unionEric Blake1-8/+18