summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2021-10-14trace: move configuration from configure to MesonPaolo Bonzini
2021-10-05meson: switch minimum meson version to 0.58.2, minimum recommended to 0.59.2Paolo Bonzini
2021-10-02qapi/parser: enable pylint checksJohn Snow
2021-10-02qapi/parser: Silence too-few-public-methods warningJohn Snow
2021-10-02qapi/parser: enable mypy checksJohn Snow
2021-10-02qapi/parser: Add FIXME for consolidating JSON-related typesJohn Snow
2021-10-02qapi/parser: add type hint annotations (QAPIDoc)John Snow
2021-10-02qapi/parser: add import cycle workaroundJohn Snow
2021-10-02qapi/parser: Introduce NullSectionJohn Snow
2021-10-02qapi/parser: clarify _end_section() logicJohn Snow
2021-10-02qapi/parser: remove FIXME comment from _append_body_lineJohn Snow
2021-10-02qapi/parser: fix unused check_args_section argumentsJohn Snow
2021-10-02qapi/gen: use dict.items() to iterate over _modulesJohn Snow
2021-10-02qapi/pylintrc: ignore 'consider-using-f-string' warningJohn Snow
2021-09-27qapi: Drop simple unionsMarkus Armbruster
2021-09-25qapi: Stop enforcing "type name should not end in 'Kind'Markus Armbruster
2021-09-15simplebench: add img_bench_templater.pyVladimir Sementsov-Ogievskiy
2021-09-08qapi: Fix bogus error for 'if': { 'not': '' }Markus Armbruster
2021-09-08qapi: Bury some unused code in class IndentationMarkus Armbruster
2021-09-08qapi: Drop Indentation.__bool__()Markus Armbruster
2021-09-08qapi: Fix a botched type annotationMarkus Armbruster
2021-09-06scripts: Remove the "show-fixed-bugs.sh" fileThomas Huth
2021-09-03qapi: Tweak error messages for unknown / conflicting 'if' keysMarkus Armbruster
2021-09-03qapi: Tweak error messages for missing / conflicting meta-typeMarkus Armbruster
2021-09-03qapi: Use re.fullmatch() where appropriateMarkus Armbruster
2021-09-03qapi: Use "not COND" instead of "!COND" for generated documentationMarkus Armbruster
2021-09-03qapi: Avoid redundant parens in code generated for conditionalsMarkus Armbruster
2021-09-03qapi: Factor common recursion out of cgen_ifcond(), docgen_ifcond()Markus Armbruster
2021-09-03qapi: Fix C code generation for 'if'Markus Armbruster
2021-09-03qapi: Simplify how QAPISchemaIfCond represents "no condition"Markus Armbruster
2021-09-03qapi: Simplify QAPISchemaIfCond's interface for generating CMarkus Armbruster
2021-09-01fuzz: add an instrumentation filterAlexander Bulekov
2021-08-26qapi: make 'if' condition strings simple identifiersMarc-André Lureau
2021-08-26qapi: add 'not' condition operationMarc-André Lureau
2021-08-26qapi: add 'any' conditionMarc-André Lureau
2021-08-26qapi: replace if condition list with dict {'all': [...]}Marc-André Lureau
2021-08-26qapidoc: introduce QAPISchemaIfCond.docgen()Marc-André Lureau
2021-08-26qapi: introduce QAPISchemaIfCond.cgen()Marc-André Lureau
2021-08-26qapi: add QAPISchemaIfCond.is_present()Marc-André Lureau
2021-08-26qapi: wrap Sequence[str] in an objectMarc-André Lureau
2021-08-26qapi: Fix crash on redefinition with a different conditionMarkus Armbruster
2021-08-11fuzz: avoid building twice, when running on gitlabAlexander Bulekov
2021-07-30coverity-model: write models fully for non-array allocation functionsPaolo Bonzini
2021-07-30coverity-model: constrain g_malloc/g_malloc0/g_realloc as never returning NULLPaolo Bonzini
2021-07-30coverity-model: clean up the models for array allocation functionsPaolo Bonzini
2021-07-30coverity-model: remove model for more allocation functionsPaolo Bonzini
2021-07-30coverity-model: make g_free a synonym of freePaolo Bonzini
2021-07-30coverity-model: update address_space_read/write modelsPaolo Bonzini
2021-07-16Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-07-15' into ...Peter Maydell
2021-07-15qapi: Fix crash on missing enum member nameMarkus Armbruster