summaryrefslogtreecommitdiffstats
path: root/scripts/qapi.py
Commit message (Expand)AuthorAgeFilesLines
* qapi: Drop pointless flush() before close()Markus Armbruster2015-05-141-4/+0
* qapi: Factor open_output(), close_output() out of generatorsMarkus Armbruster2015-05-141-0/+50
* qapi: Turn generators' mandatory option -i into an argumentMarkus Armbruster2015-05-141-7/+5
* qapi: Fix generators to report command line errors decentlyMarkus Armbruster2015-05-141-1/+5
* qapi: Factor parse_command_line() out of the generatorsMarkus Armbruster2015-05-141-0/+40
* qapi: Make c_type() consistently convert qapi namesEric Blake2015-05-141-4/+29
* qapi: Tidy c_type() logicEric Blake2015-05-141-28/+30
* qapi: Move camel_to_upper(), c_enum_const() to closely related codeMarkus Armbruster2015-05-141-25/+25
* qapi: Use c_enum_const() in generate_alternate_qtypes()Markus Armbruster2015-05-141-11/+0
* qapi: Simplify c_enum_const()Markus Armbruster2015-05-141-3/+1
* qapi: Rename generate_enum_full_value() to c_enum_const()Markus Armbruster2015-05-141-3/+3
* qapi: Rename _generate_enum_string() to camel_to_upper()Markus Armbruster2015-05-141-6/+6
* qapi: Rename identical c_fun()/c_var() into c_name()Eric Blake2015-05-141-7/+4
* qapi: Fix C identifiers generated for names containing '.'Markus Armbruster2015-05-141-2/+5
* 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
OpenPOWER on IntegriCloud