| 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-04-05 | depends keyword argument: accept CustomTargetIndex | Gerion Entrup | |
| That holds for all of these meson function: run_target, generator and custom_target and additionally to the Windows and Gnome module. | |||
| 2022-04-01 | docs: fix inaccurate description of command targets | Eli Schwartz | |
| It isn't possible to have one target depend on a run_target, because those produce no outputs and are always out of date. But the docs didn't specify which types of target are valid here. Correct the docs to align with the implementation. Fixes #10198 | |||
| 2021-10-03 | docs: Add the YAML Reference manual | Daniel Mensinger | |
