summaryrefslogtreecommitdiffstats
path: root/scripts/qapi.py
Commit message (Expand)AuthorAgeFilesLines
* qapi: Fix cgen() for Python older than 2.7Markus Armbruster2015-09-141-1/+3
* qapi: Generators crash when --output-dir isn't given, fixMarkus Armbruster2015-09-041-5/+6
* qapi: Simplify error reporting for array typesMarkus Armbruster2015-09-041-4/+2
* qapi: Fix errors for non-string, non-dictionary membersMarkus Armbruster2015-09-041-4/+6
* qapi: Drop one of two "simple union must not have base" checksMarkus Armbruster2015-09-041-8/+0
* qapi: Command returning anonymous type doesn't work, outlawMarkus Armbruster2015-09-041-1/+1
* qapi: Fix to reject union command and event argumentsMarkus Armbruster2015-09-041-2/+2
* qapi: Document flaws in checking of namesMarkus Armbruster2015-09-041-0/+4
* qapi: Drop unused and useless parameters and variablesMarkus Armbruster2015-09-041-1/+0
* qapi: Reject -p arguments that break qapi-event.pyMarkus Armbruster2015-09-041-0/+6
* qapi: Simplify guardname()Markus Armbruster2015-09-041-7/+3
* qapi: Clean up cgen() and mcgen()Markus Armbruster2015-09-041-6/+11
* qapi: Catch and reject flat union branch of array typeMarkus Armbruster2015-06-181-1/+1
* qapi: Better separate the different kinds of helpersMarkus Armbruster2015-06-181-54/+74
* qapi: Move exprs checking from parse_schema() to check_exprs()Markus Armbruster2015-06-181-76/+66
* qapi: Fix to reject stray 't', 'f' and 'n'Markus Armbruster2015-06-181-14/+12
* qapi: Simplify inclusion cycle detectionMarkus Armbruster2015-06-181-10/+8
* qapi: Fix file name in error messages for included filesMarkus Armbruster2015-06-181-4/+3
* qapi: Improve a couple of confusing variable namesMarkus Armbruster2015-06-181-22/+23
* qapi: Eliminate superfluous QAPISchema attribute input_dirMarkus Armbruster2015-06-181-2/+2
* 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
OpenPOWER on IntegriCloud