aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi.py
AgeCommit message (Expand)Author
2015-09-14qapi: Fix cgen() for Python older than 2.7Markus Armbruster
2015-09-04qapi: Generators crash when --output-dir isn't given, fixMarkus Armbruster
2015-09-04qapi: Simplify error reporting for array typesMarkus Armbruster
2015-09-04qapi: Fix errors for non-string, non-dictionary membersMarkus Armbruster
2015-09-04qapi: Drop one of two "simple union must not have base" checksMarkus Armbruster
2015-09-04qapi: Command returning anonymous type doesn't work, outlawMarkus Armbruster
2015-09-04qapi: Fix to reject union command and event argumentsMarkus Armbruster
2015-09-04qapi: Document flaws in checking of namesMarkus Armbruster
2015-09-04qapi: Drop unused and useless parameters and variablesMarkus Armbruster
2015-09-04qapi: Reject -p arguments that break qapi-event.pyMarkus Armbruster
2015-09-04qapi: Simplify guardname()Markus Armbruster
2015-09-04qapi: Clean up cgen() and mcgen()Markus Armbruster
2015-06-18qapi: Catch and reject flat union branch of array typeMarkus Armbruster
2015-06-18qapi: Better separate the different kinds of helpersMarkus Armbruster
2015-06-18qapi: Move exprs checking from parse_schema() to check_exprs()Markus Armbruster
2015-06-18qapi: Fix to reject stray 't', 'f' and 'n'Markus Armbruster
2015-06-18qapi: Simplify inclusion cycle detectionMarkus Armbruster
2015-06-18qapi: Fix file name in error messages for included filesMarkus Armbruster
2015-06-18qapi: Improve a couple of confusing variable namesMarkus Armbruster
2015-06-18qapi: Eliminate superfluous QAPISchema attribute input_dirMarkus Armbruster
2015-05-14qapi: Drop pointless flush() before close()Markus Armbruster
2015-05-14qapi: Factor open_output(), close_output() out of generatorsMarkus Armbruster
2015-05-14qapi: Turn generators' mandatory option -i into an argumentMarkus Armbruster
2015-05-14qapi: Fix generators to report command line errors decentlyMarkus Armbruster
2015-05-14qapi: Factor parse_command_line() out of the generatorsMarkus Armbruster
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