summaryrefslogtreecommitdiffstats
path: root/scripts/qapi.py
Commit message (Expand)AuthorAgeFilesLines
* qapi: Check for member name conflicts with a base classEric Blake2015-05-051-1/+22
* qapi: Support (subset of) \u escapes in stringsEric Blake2015-05-051-1/+35
* qapi: Drop support for inline nested typesEric Blake2015-05-051-13/+7
* qapi: Forbid 'type' in schemaEric Blake2015-05-051-14/+0
* qapi: Prefer 'struct' over 'type' in generatorEric Blake2015-05-051-17/+29
* qapi: More rigorous checking for type safety bypassEric Blake2015-05-051-5/+17
* qapi: Whitelist commands that don't return dictionaryEric Blake2015-05-051-3/+28
* qapi: Require valid namesEric Blake2015-05-051-17/+46
* qapi: More rigourous checking of typesEric Blake2015-05-051-9/+87
* qapi: Allow true, false and null in schema jsonFam Zheng2015-05-051-3/+18
* qapi: Better error messages for duplicated expressionsEric Blake2015-05-051-14/+49
* qapi: Better error messages for bad expressionsEric Blake2015-05-051-7/+37
* qapi: Use 'alternate' to replace anonymous unionEric Blake2015-05-051-18/+14
* qapi: Segregate anonymous unions into alternates in generatorEric Blake2015-05-051-33/+55
* qapi: Prepare for catching more semantic parse errorsEric Blake2015-05-051-17/+20
* qapi: Tighten checking of unionsEric Blake2015-05-051-17/+72
* qapi: Forbid base without discriminator in unionsEric Blake2015-05-051-10/+10
* qapi: Better error messages for bad enumsEric Blake2015-05-051-5/+29
* qapi: Require ASCII in schemaEric Blake2015-05-051-2/+2
* qapi: Fix generation of 'size' builtin typeEric Blake2015-05-051-0/+1
* qapi: Simplify builtin type handlingEric Blake2015-05-051-7/+1
* qapi.py: avoid Python 2.5+ any() functionStefan Hajnoczi2014-08-281-4/+4
* qapi script: clean up in scriptsWenchao Xia2014-06-271-1/+1
* qapi script: add event supportWenchao Xia2014-06-231-0/+12
* qapi: Suppress unwanted space between type and identifierAmos Kong2014-06-231-6/+17
* qapi: add const prefix to 'char *' insider c_type()Amos Kong2014-06-231-1/+3
* scripts/qapi.py: Avoid syntax not supported by Python 2.4Luiz Capitulino2014-05-211-1/+1
* qapi: skip redundant includesBenoît Canet2014-05-161-3/+11
* qapi: Add a primitive to include other files from a QAPI schema fileLluís Vilanova2014-05-081-12/+52
* qapi: Use an explicit input fileLluís Vilanova2014-05-081-2/+3
* qapi script: do not add "_" for every capitalized char in enumWenchao Xia2014-03-111-7/+19
* qapi script: do not allow string discriminatorWenchao Xia2014-03-111-0/+5
* qapi script: support enum type as discriminator in unionWenchao Xia2014-03-111-1/+26
* qapi script: use same function to generate enum stringWenchao Xia2014-03-111-4/+9
* qapi script: code move for generate_enum_name()Wenchao Xia2014-03-111-0/+10
* qapi script: check correctness of unionWenchao Xia2014-03-111-2/+86
* qapi script: remember line number in schema parsingWenchao Xia2014-03-111-6/+8
* qapi script: add check for duplicated keyWenchao Xia2014-03-111-0/+2
* qapi script: remember explicitly defined enum valuesWenchao Xia2014-03-111-5/+11
* qapi: Fix licensing of scriptsMarkus Armbruster2014-03-031-2/+2
* qapi: Add "errno" to the list of polluted wordsMax Reitz2014-01-221-1/+1
* Add c++ keywords to QAPI helper scriptTomoki Sekiyama2013-09-091-1/+11
* scripts/qapi.py: Avoid syntax not supported by Python 2.4Peter Maydell2013-08-201-1/+1
* qapi.py: Permit comments starting anywhere on the lineMarkus Armbruster2013-07-291-2/+1
* qapi.py: Rename expr_eval to expr in parse_schema()Markus Armbruster2013-07-291-9/+9
* qapi.py: Fix diagnosing non-objects at a schema's top-levelMarkus Armbruster2013-07-291-4/+6
* qapi.py: Fix schema parser to check syntax systematicallyMarkus Armbruster2013-07-291-10/+30
* qapi.py: Reject invalid characters in schema fileMarkus Armbruster2013-07-291-0/+2
* qapi.py: Decent syntax error reportingMarkus Armbruster2013-07-291-2/+27
* qapi.py: Restructure lexer and parserMarkus Armbruster2013-07-291-80/+83
OpenPOWER on IntegriCloud