aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi.py
AgeCommit message (Expand)Author
2015-11-02qapi: Reserve 'u' member nameEric Blake
2015-11-02qapi: Start converting to new qapi union layoutEric Blake
2015-11-02qapi: Reserve 'q_*' and 'has_*' member namesEric Blake
2015-11-02qapi: Reserve '*List' type names for list typesEric Blake
2015-11-02qapi: More idiomatic string operationsEric Blake
2015-10-15qapi: Track location that created an implicit typeEric Blake
2015-10-15qapi: Create simple union type member earlierEric Blake
2015-10-15qapi: Lazy creation of array typesEric Blake
2015-10-15qapi: Don't use info as witness of implicit object typeEric Blake
2015-10-15qapi: Drop redundant returns-int testEric Blake
2015-10-15qapi: Prepare for errors during check()Eric Blake
2015-10-15qapi: Use predicate callback to determine visit filteringEric Blake
2015-10-12qapi: Simplify gen_visit_fields() error handlingEric Blake
2015-10-12qapi: Share gen_visit_fields()Eric Blake
2015-10-12qapi: Share gen_err_check()Eric Blake
2015-10-12qapi: Reuse code for flat union base validationEric Blake
2015-10-12qapi: Avoid assertion failure on union 'type' collisionEric Blake
2015-10-12qapi: Clean up qapi.py per pep8Eric Blake
2015-10-12qapi: Invoke exception superclass initializerEric Blake
2015-10-12qapi: Improve 'include' error messageEric Blake
2015-09-21qapi: New QMP command query-qmp-schema for QMP introspectionMarkus Armbruster
2015-09-21qapi: Pseudo-type '**' is now unused, drop itMarkus Armbruster
2015-09-21qom: Don't use 'gen': false for qom-get, qom-set, object-addMarkus Armbruster
2015-09-21qapi: Introduce a first class 'any' typeMarkus Armbruster
2015-09-21qapi: De-duplicate parameter list generationMarkus Armbruster
2015-09-21qapi: Clean up after recent conversions to QAPISchemaVisitorMarkus Armbruster
2015-09-21qapi: Replace dirty is_c_ptr() by method c_null()Markus Armbruster
2015-09-21qapi: De-duplicate enum code generationMarkus Armbruster
2015-09-21qapi-commands: Convert to QAPISchemaVisitorMarkus Armbruster
2015-09-21qapi-types: Convert to QAPISchemaVisitor, fixing flat unionsMarkus Armbruster
2015-09-21qapi: New QAPISchemaVisitorMarkus Armbruster
2015-09-21qapi: QAPISchema code generation helper methodsMarkus Armbruster
2015-09-21qapi: New QAPISchema intermediate reperesentationMarkus Armbruster
2015-09-21qapi: Rename class QAPISchema to QAPISchemaParserMarkus Armbruster
2015-09-15qapi: allow override of default enum prefix namingDaniel P. Berrange
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