| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-22 | Docs: standardize between list and array as array | Dylan Baker | |
| When arrays were added they were called arrays. Because the are implemented with Python lists, that language started leaking into talking about Meson types. This is confusing. I've attempted, as much as possible, to move to using one name, array. I picked array because 1) It's the original name used, and 2) what Meson has are more properly arrays as they have a fixed length, while a critical property of lists are the ability to link and unlink them. There are a couple of places where the list language has leaked into the names of keyword arguments. I have not made any attempt to change those, I don't know if it's that useful or not. | |||
| 2024-08-27 | Allow external programs in test()'s 'args' parameter | David Gibson | |
| Although it's not especially common, there are certainly cases where it's useful to pass the path to an external program to a test program. Fixes: https://github.com/mesonbuild/meson/issues/3552 Signed-off-by: David Gibson <david@gibson.dropbear.id.au> | |||
| 2024-02-24 | Allow using CustomTarget as test executable | Charles Brunet | |
| Fixes #6567 | |||
| 2024-02-12 | doc: benchmark: correct usage on unix | taz-007 | |
| 2022-02-01 | interpreter: support for forcibly verbose logging of some tests | Paolo Bonzini | |
| Add a new keyword argument to test() and benchmark(), completing the implementation of the feature. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
| 2021-10-03 | docs: Add the YAML Reference manual | Daniel Mensinger | |
