aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/qapi-types.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* qapi-gen: New common driver for code and doc generatorsMarkus Armbruster2018-03-021-288/+0
* qapi: Turn generators into modulesMarkus Armbruster2018-03-021-25/+31
* qapi: Reduce use of global variables in generators someMarkus Armbruster2018-03-021-8/+9
* qapi: New classes QAPIGenC, QAPIGenH, QAPIGenDocMarkus Armbruster2018-03-021-10/+12
* qapi: Rename variable holding the QAPISchemaGenFOOVisitorMarkus Armbruster2018-03-021-4/+4
* qapi: Generate up-to-date copyright noticeMarkus Armbruster2018-03-021-21/+15
* qapi: Streamline boilerplate comment generationMarkus Armbruster2018-03-021-23/+3
* qapi: Generate FOO_str() macro for QAPI enum FOOMarkus Armbruster2017-09-041-0/+4
* qapi: Prefer single-quoted strings more consistentlyMarkus Armbruster2017-03-161-2/+2
* qapi: Add type.is_empty() helperEric Blake2016-07-191-1/+1
* qapi: Add new visit_free() functionEric Blake2016-07-061-4/+2
* Clean up includes some moreMarkus Armbruster2016-03-221-5/+0
* qapi: Allow anonymous base for flat unionEric Blake2016-03-181-4/+6
* qapi: Don't special-case simple union wrappersEric Blake2016-03-181-7/+1
* qapi: Emit implicit structs in generated CEric Blake2016-03-181-8/+11
* qapi: Make c_type() more OO-likeEric Blake2016-03-181-2/+5
* qapi: Drop useless 'data' member of unionsEric Blake2016-03-051-9/+0
* qapi: Rename 'fields' to 'members' in generated C codeEric Blake2016-03-051-1/+1
* qapi: Rename 'fields' to 'members' in generatorEric Blake2016-03-051-4/+4
* qapi: Don't box branches of flat unionsEric Blake2016-02-191-10/+3
* qapi: Don't box struct branch of alternateEric Blake2016-02-191-1/+9
* qapi: Emit structs used as variants in topological orderEric Blake2016-02-191-3/+20
* qapi: Adjust layout of FooList typesEric Blake2016-02-191-4/+1
* qapi: Clean up includes in generated filesEric Blake2016-02-161-2/+1
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-1/+1
* qapi-types: Drop unnedeed ._fwdefnEric Blake2015-12-171-5/+1
* qapi: Simplify visiting of alternate typesEric Blake2015-12-171-34/+0
* qapi: Convert QType into QAPI built-in enum typeEric Blake2015-12-171-4/+12
* qapi-types: Simplify gen_struct_field[s]Eric Blake2015-12-171-25/+15
* qapi-types: Consolidate gen_struct() and gen_union()Eric Blake2015-12-171-26/+11
* qapi: Track simple union tag in object.local_membersEric Blake2015-12-171-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