aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi-types.py
AgeCommit message (Expand)Author
2017-03-16qapi: Prefer single-quoted strings more consistentlyMarkus Armbruster
2016-07-19qapi: Add type.is_empty() helperEric Blake
2016-07-06qapi: Add new visit_free() functionEric Blake
2016-03-22Clean up includes some moreMarkus Armbruster
2016-03-18qapi: Allow anonymous base for flat unionEric Blake
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-03-18qapi: Emit implicit structs in generated CEric Blake
2016-03-18qapi: Make c_type() more OO-likeEric Blake
2016-03-05qapi: Drop useless 'data' member of unionsEric Blake
2016-03-05qapi: Rename 'fields' to 'members' in generated C codeEric Blake
2016-03-05qapi: Rename 'fields' to 'members' in generatorEric Blake
2016-02-19qapi: Don't box branches of flat unionsEric Blake
2016-02-19qapi: Don't box struct branch of alternateEric Blake
2016-02-19qapi: Emit structs used as variants in topological orderEric Blake
2016-02-19qapi: Adjust layout of FooList typesEric Blake
2016-02-16qapi: Clean up includes in generated filesEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2015-12-17qapi-types: Drop unnedeed ._fwdefnEric Blake
2015-12-17qapi: Simplify visiting of alternate typesEric Blake
2015-12-17qapi: Convert QType into QAPI built-in enum typeEric Blake
2015-12-17qapi-types: Simplify gen_struct_field[s]Eric Blake
2015-12-17qapi-types: Consolidate gen_struct() and gen_union()Eric Blake
2015-12-17qapi: Track simple union tag in object.local_membersEric Blake
2015-11-02qapi: Simplify gen_struct_field()Eric Blake
2015-11-02qapi: Finish converting to new qapi union layoutEric Blake
2015-11-02qapi: Start converting to new qapi union layoutEric Blake
2015-11-02qapi: Unbox base membersEric Blake
2015-11-02qapi: Prefer typesafe upcasts to qapi base classesEric Blake
2015-11-02qapi-types: Refactor base fields outputEric Blake
2015-10-15qapi: Don't use info as witness of implicit object typeEric Blake
2015-10-15qapi: Use predicate callback to determine visit filteringEric Blake
2015-10-12qapi: Consistent generated code: prefer visitor 'v'Eric Blake
2015-09-21qapi: Introduce a first class 'any' typeMarkus Armbruster
2015-09-21qapi: Clean up after recent conversions to QAPISchemaVisitorMarkus Armbruster
2015-09-21qapi: De-duplicate enum code generationMarkus Armbruster
2015-09-21qapi-types: Convert to QAPISchemaVisitor, fixing flat unionsMarkus Armbruster
2015-09-21qapi: New QAPISchema intermediate reperesentationMarkus Armbruster
2015-09-15qapi: allow override of default enum prefix namingDaniel P. Berrange
2015-09-04qapi: Generated code cleanupMarkus Armbruster
2015-09-04qapi: Document shortcoming with union 'data' branchEric Blake
2015-09-04qapi: Generate a nicer struct for flat unionsMarkus Armbruster
2015-09-04qapi: Fix generated code when flat union has member 'kind'Markus Armbruster
2015-09-04qapi: Drop unused and useless parameters and variablesMarkus Armbruster
2015-06-19qom: Make enum string tables const-correctDaniel P. Berrange
2015-06-18qapi-types: Bury code dead since commit 6b5abc7Markus Armbruster
2015-06-18qapi-types: Split generate_fwd_builtin() off generate_fwd_struct()Markus Armbruster
2015-06-18qapi-types: Drop unused members parametersMarkus Armbruster
2015-06-18qapi-types: Don't filter out expressions with 'gen'Markus Armbruster
2015-05-14qapi: Factor open_output(), close_output() out of generatorsMarkus Armbruster
2015-05-14qapi: Factor parse_command_line() out of the generatorsMarkus Armbruster