aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi.py
AgeCommit message (Expand)Author
2015-05-14qapi: Make c_type() consistently convert qapi namesEric Blake
2015-05-14qapi: Tidy c_type() logicEric Blake
2015-05-14qapi: Move camel_to_upper(), c_enum_const() to closely related codeMarkus Armbruster
2015-05-14qapi: Use c_enum_const() in generate_alternate_qtypes()Markus Armbruster
2015-05-14qapi: Simplify c_enum_const()Markus Armbruster
2015-05-14qapi: Rename generate_enum_full_value() to c_enum_const()Markus Armbruster
2015-05-14qapi: Rename _generate_enum_string() to camel_to_upper()Markus Armbruster
2015-05-14qapi: Rename identical c_fun()/c_var() into c_name()Eric Blake
2015-05-14qapi: Fix C identifiers generated for names containing '.'Markus Armbruster
2015-05-05qapi: Check for member name conflicts with a base classEric Blake
2015-05-05qapi: Support (subset of) \u escapes in stringsEric Blake
2015-05-05qapi: Drop support for inline nested typesEric Blake
2015-05-05qapi: Forbid 'type' in schemaEric Blake
2015-05-05qapi: Prefer 'struct' over 'type' in generatorEric Blake
2015-05-05qapi: More rigorous checking for type safety bypassEric Blake
2015-05-05qapi: Whitelist commands that don't return dictionaryEric Blake
2015-05-05qapi: Require valid namesEric Blake
2015-05-05qapi: More rigourous checking of typesEric Blake
2015-05-05qapi: Allow true, false and null in schema jsonFam Zheng
2015-05-05qapi: Better error messages for duplicated expressionsEric Blake
2015-05-05qapi: Better error messages for bad expressionsEric Blake
2015-05-05qapi: Use 'alternate' to replace anonymous unionEric Blake
2015-05-05qapi: Segregate anonymous unions into alternates in generatorEric Blake
2015-05-05qapi: Prepare for catching more semantic parse errorsEric Blake
2015-05-05qapi: Tighten checking of unionsEric Blake
2015-05-05qapi: Forbid base without discriminator in unionsEric Blake
2015-05-05qapi: Better error messages for bad enumsEric Blake
2015-05-05qapi: Require ASCII in schemaEric Blake
2015-05-05qapi: Fix generation of 'size' builtin typeEric Blake
2015-05-05qapi: Simplify builtin type handlingEric Blake
2014-08-28qapi.py: avoid Python 2.5+ any() functionStefan Hajnoczi
2014-06-27qapi script: clean up in scriptsWenchao Xia
2014-06-23qapi script: add event supportWenchao Xia
2014-06-23qapi: Suppress unwanted space between type and identifierAmos Kong
2014-06-23qapi: add const prefix to 'char *' insider c_type()Amos Kong
2014-05-21scripts/qapi.py: Avoid syntax not supported by Python 2.4Luiz Capitulino
2014-05-16qapi: skip redundant includesBenoît Canet
2014-05-08qapi: Add a primitive to include other files from a QAPI schema fileLluís Vilanova
2014-05-08qapi: Use an explicit input fileLluís Vilanova
2014-03-11qapi script: do not add "_" for every capitalized char in enumWenchao Xia
2014-03-11qapi script: do not allow string discriminatorWenchao Xia
2014-03-11qapi script: support enum type as discriminator in unionWenchao Xia
2014-03-11qapi script: use same function to generate enum stringWenchao Xia
2014-03-11qapi script: code move for generate_enum_name()Wenchao Xia
2014-03-11qapi script: check correctness of unionWenchao Xia
2014-03-11qapi script: remember line number in schema parsingWenchao Xia
2014-03-11qapi script: add check for duplicated keyWenchao Xia
2014-03-11qapi script: remember explicitly defined enum valuesWenchao Xia
2014-03-03qapi: Fix licensing of scriptsMarkus Armbruster
2014-01-22qapi: Add "errno" to the list of polluted wordsMax Reitz