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