summaryrefslogtreecommitdiffstats
path: root/scripts/qapi/common.py
Commit message (Expand)AuthorAgeFilesLines
* qapi: Open files with encoding='utf-8'Markus Armbruster2018-06-221-3/+14
* qapi: allow empty branches in flat unionsAnton Nefedov2018-06-221-7/+8
* python: Remove scripts/ordereddict.pyEduardo Habkost2018-06-081-4/+1Star
* qapi: introduce new cmd option "allow-preconfig"Igor Mammedov2018-05-301-7/+11
* qapi: add SysEmuTarget to "common.json"Laszlo Ersek2018-05-041-1/+1
* qapi: restrict allow-oob value to be "true"Peter Xu2018-03-271-1/+1
* qapi: introduce new cmd option "allow-oob"Peter Xu2018-03-191-5/+10
* qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster2018-03-021-3/+2Star
* qapi: Generate separate .h, .c for each moduleMarkus Armbruster2018-03-021-5/+28
* qapi/common: Fix guardname() for funny filenamesMarkus Armbruster2018-03-021-1/+1
* qapi/types qapi/visit: Generate built-in stuff into separate filesMarkus Armbruster2018-03-021-9/+51
* qapi: Make code-generating visitors use QAPIGen moreMarkus Armbruster2018-03-021-0/+13
* qapi: Record 'include' directives in intermediate representationMarkus Armbruster2018-03-021-4/+39
* qapi: Generate in source orderMarkus Armbruster2018-03-021-2/+4
* qapi: Record 'include' directives in parse treeMarkus Armbruster2018-03-021-4/+16
* qapi: Concentrate QAPISchemaParser.exprs updates in .__init__()Markus Armbruster2018-03-021-6/+9
* qapi: Lift error reporting from QAPISchema.__init__() to callersMarkus Armbruster2018-03-021-14/+9Star
* qapi/common: Eliminate QAPISchema.exprsMarkus Armbruster2018-03-021-4/+4
* qapi: Improve include file name reporting in error messagesMarkus Armbruster2018-03-021-6/+6
* qapi: Touch generated files only when they changeMarkus Armbruster2018-03-021-2/+9
* qapi-gen: Convert from getopt to argparseMarkus Armbruster2018-03-021-43/+0Star
* qapi-gen: New common driver for code and doc generatorsMarkus Armbruster2018-03-021-0/+2041