| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-04 | various python neatness cleanups | Eli Schwartz | |
| All changes were created by running "pyupgrade --py3-only" and committing the results. Although this has been performed in the past, newer versions of pyupgrade can automatically catch more opportunities, notably list comprehensions can use generators instead, in the following cases: - unpacking into function arguments as function(*generator) - unpacking into assignments of the form x, y = generator - as the argument to some builtin functions such as min/max/sorted Also catch a few creeping cases of new code added using older styles. | |||
| 2021-08-21 | Path special casing for the Xcode backend. | Jussi Pakkanen | |
| 2021-06-22 | extract_objects: test and document using the result in a custom_target | Paolo Bonzini | |
| QEMU would like to use the result of extract_objects in a custom_target; examples are using objcopy, or using the object files as the key to look up command line arguments in compile_commands.json. This is slightly peculiar and not covered by the test suite, but it works; in order to avoid regressions, add a test case and document it. | |||
