aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/qapi-introspect.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* qapi-gen: New common driver for code and doc generatorsMarkus Armbruster2018-03-021-208/+0
* qapi: Turn generators into modulesMarkus Armbruster2018-03-021-24/+30
* qapi: Reduce use of global variables in generators someMarkus Armbruster2018-03-021-3/+4
* qapi: New classes QAPIGenC, QAPIGenH, QAPIGenDocMarkus Armbruster2018-03-021-8/+10
* qapi: Rename variable holding the QAPISchemaGenFOOVisitorMarkus Armbruster2018-03-021-4/+4
* qapi: Generate up-to-date copyright noticeMarkus Armbruster2018-03-021-16/+13
* qapi: Streamline boilerplate comment generationMarkus Armbruster2018-03-021-19/+2
* qapi: Prefer single-quoted strings more consistentlyMarkus Armbruster2017-03-161-2/+2
* qapi-introspect: Mangle --prefix argument properly for CMarkus Armbruster2017-03-051-1/+1
* qapi: Plumb in 'boxed' to qapi generator lower levelsEric Blake2016-07-191-2/+2
* qapi: Clean up includes in generated filesEric Blake2016-02-161-1/+2
* qapi: Provide nicer array names in introspectionEric Blake2015-11-101-3/+5
* qapi: Use predicate callback to determine visit filteringEric Blake2015-10-151-1/+4
* qapi-introspect: Hide type namesMarkus Armbruster2015-09-211-6/+35
* qapi: New QMP command query-qmp-schema for QMP introspectionMarkus Armbruster2015-09-211-0/+184