summaryrefslogtreecommitdiff
path: root/scripts/qapi-types.py
AgeCommit message (Expand)AuthorFilesLines
2018-03-02qapi-gen: New common driver for code and doc generatorsMarkus Armbruster1-288/+0
2018-03-02qapi: Turn generators into modulesMarkus Armbruster1-25/+31
2018-03-02qapi: Reduce use of global variables in generators someMarkus Armbruster1-8/+9
2018-03-02qapi: New classes QAPIGenC, QAPIGenH, QAPIGenDocMarkus Armbruster1-10/+12
2018-03-02qapi: Rename variable holding the QAPISchemaGenFOOVisitorMarkus Armbruster1-4/+4
2018-03-02qapi: Generate up-to-date copyright noticeMarkus Armbruster1-21/+15
2018-03-02qapi: Streamline boilerplate comment generationMarkus Armbruster1-23/+3
2017-09-04qapi: Generate FOO_str() macro for QAPI enum FOOMarkus Armbruster1-0/+4
2017-03-16qapi: Prefer single-quoted strings more consistentlyMarkus Armbruster1-2/+2
2016-07-19qapi: Add type.is_empty() helperEric Blake1-1/+1
2016-07-06qapi: Add new visit_free() functionEric Blake1-4/+2
2016-03-22Clean up includes some moreMarkus Armbruster1-5/+0
2016-03-18qapi: Allow anonymous base for flat unionEric Blake1-4/+6
2016-03-18qapi: Don't special-case simple union wrappersEric Blake1-7/+1
2016-03-18qapi: Emit implicit structs in generated CEric Blake1-8/+11
2016-03-18qapi: Make c_type() more OO-likeEric Blake1-2/+5
2016-03-05qapi: Drop useless 'data' member of unionsEric Blake1-9/+0
2016-03-05qapi: Rename 'fields' to 'members' in generated C codeEric Blake1-1/+1
2016-03-05qapi: Rename 'fields' to 'members' in generatorEric Blake1-4/+4
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