| 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. | |||
| 2021-10-03 | docs: Fix broken links | Daniel Mensinger | |
| 2021-01-30 | Rewrap long text lines in docs. [skip ci] | Jussi Pakkanen | |
| 2018-12-13 | docs: Consistently use the same heading level in release notes [skip ci] | Nirbheek Chauhan | |
| Otherwise some headings are much too large. | |||
| 2018-02-11 | Re-link remaining github wiki urls to mesonbuild.com site | Sami Kerola | |
| 2017-05-03 | doc: Fix several minor typos. | Elliott Sales de Andrade | |
| 2017-04-26 | docs: Import the website and wiki and build with hotdoc | Thibault Saunier | |
| This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it. | |||
