summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* block-coroutine-wrapper.py: support BlockBackend first argumentVladimir Sementsov-Ogievskiy2021-10-151-2/+10
* configure: automatically parse command line for meson -D optionsPaolo Bonzini2021-10-142-0/+349
* meson-buildoptions: include list of tracing backendsPaolo Bonzini2021-10-141-0/+16
* configure: prepare for auto-generated option parsingPaolo Bonzini2021-10-142-0/+77
* trace: move configuration from configure to MesonPaolo Bonzini2021-10-141-1/+1
* meson: switch minimum meson version to 0.58.2, minimum recommended to 0.59.2Paolo Bonzini2021-10-051-5/+2Star
* qapi/parser: enable pylint checksJohn Snow2021-10-021-2/+1Star
* qapi/parser: Silence too-few-public-methods warningJohn Snow2021-10-021-0/+3
* qapi/parser: enable mypy checksJohn Snow2021-10-021-5/+0Star
* qapi/parser: Add FIXME for consolidating JSON-related typesJohn Snow2021-10-021-0/+4
* qapi/parser: add type hint annotations (QAPIDoc)John Snow2021-10-021-28/+39
* qapi/parser: add import cycle workaroundJohn Snow2021-10-021-4/+11
* qapi/parser: Introduce NullSectionJohn Snow2021-10-021-11/+16
* qapi/parser: clarify _end_section() logicJohn Snow2021-10-021-7/+15
* qapi/parser: remove FIXME comment from _append_body_lineJohn Snow2021-10-021-2/+4
* qapi/parser: fix unused check_args_section argumentsJohn Snow2021-10-021-8/+10
* qapi/gen: use dict.items() to iterate over _modulesJohn Snow2021-10-021-2/+1Star
* qapi/pylintrc: ignore 'consider-using-f-string' warningJohn Snow2021-10-021-0/+1
* qapi: Drop simple unionsMarkus Armbruster2021-09-272-94/+28Star
* qapi: Stop enforcing "type name should not end in 'Kind'Markus Armbruster2021-09-251-3/+3
* simplebench: add img_bench_templater.pyVladimir Sementsov-Ogievskiy2021-09-152-0/+157
* qapi: Fix bogus error for 'if': { 'not': '' }Markus Armbruster2021-09-081-8/+13
* qapi: Bury some unused code in class IndentationMarkus Armbruster2021-09-081-6/+1Star
* qapi: Drop Indentation.__bool__()Markus Armbruster2021-09-081-6/+3Star
* qapi: Fix a botched type annotationMarkus Armbruster2021-09-081-1/+2
* scripts: Remove the "show-fixed-bugs.sh" fileThomas Huth2021-09-061-91/+0Star
* qapi: Tweak error messages for unknown / conflicting 'if' keysMarkus Armbruster2021-09-031-4/+3Star
* qapi: Tweak error messages for missing / conflicting meta-typeMarkus Armbruster2021-09-031-14/+9Star
* qapi: Use re.fullmatch() where appropriateMarkus Armbruster2021-09-031-1/+1
* qapi: Use "not COND" instead of "!COND" for generated documentationMarkus Armbruster2021-09-031-1/+1
* qapi: Avoid redundant parens in code generated for conditionalsMarkus Armbruster2021-09-031-4/+6
* qapi: Factor common recursion out of cgen_ifcond(), docgen_ifcond()Markus Armbruster2021-09-031-20/+25
* qapi: Fix C code generation for 'if'Markus Armbruster2021-09-031-2/+2
* qapi: Simplify how QAPISchemaIfCond represents "no condition"Markus Armbruster2021-09-032-3/+3
* qapi: Simplify QAPISchemaIfCond's interface for generating CMarkus Armbruster2021-09-035-38/+31Star
* fuzz: add an instrumentation filterAlexander Bulekov2021-09-011-0/+15
* qapi: make 'if' condition strings simple identifiersMarc-André Lureau2021-08-262-3/+3
* qapi: add 'not' condition operationMarc-André Lureau2021-08-262-2/+9
* qapi: add 'any' conditionMarc-André Lureau2021-08-262-5/+5
* qapi: replace if condition list with dict {'all': [...]}Marc-André Lureau2021-08-263-31/+54
* qapidoc: introduce QAPISchemaIfCond.docgen()Marc-André Lureau2021-08-262-1/+16
* qapi: introduce QAPISchemaIfCond.cgen()Marc-André Lureau2021-08-266-34/+46
* qapi: add QAPISchemaIfCond.is_present()Marc-André Lureau2021-08-262-4/+7
* qapi: wrap Sequence[str] in an objectMarc-André Lureau2021-08-267-76/+93
* qapi: Fix crash on redefinition with a different conditionMarkus Armbruster2021-08-261-11/+11
* fuzz: avoid building twice, when running on gitlabAlexander Bulekov2021-08-111-11/+13
* coverity-model: write models fully for non-array allocation functionsPaolo Bonzini2021-07-301-6/+51
* coverity-model: constrain g_malloc/g_malloc0/g_realloc as never returning NULLPaolo Bonzini2021-07-301-0/+9
* coverity-model: clean up the models for array allocation functionsPaolo Bonzini2021-07-301-10/+3Star
* coverity-model: remove model for more allocation functionsPaolo Bonzini2021-07-301-104/+1Star