| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-23 | tests: remove compiler requirement in various unneeded cases | Eli Schwartz | |
| Compiled languages are Meson's bread and butter, but hardly required. This is convenient, because many test caases specifically, do not care about testing the compiler interactions. In such cases, we can skip doing compiler lookups which aren't used, as they only slow down test setup. | |||
| 2021-08-31 | pylint: turn on superflous-parens | Dylan Baker | |
| We have a lot of these. Some of them are harmless, if unidiomatic, such as `if (condition)`, others are potentially dangerous `assert(...)`, as `assert(condtion)` works as expected, but `assert(condition, message)` will result in an assertion that never triggers, as what you're actually asserting is `bool(tuple[2])`, which will always be true. | |||
| 2021-07-27 | build: learn to take CustomTargetIndex as custom_target command | Marc-André Lureau | |
| Fix ERROR: Argument <CustomTargetIndex:...>[0]> in "command" is invalid. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> | |||
| 2021-04-26 | Condense test directory names. | Jussi Pakkanen | |
