| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-11 | fix various spelling issues | Josh Soref | |
| Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> | |||
| 2021-10-10 | Fix typos discovered by codespell | Christian Clauss | |
| 2021-10-03 | docs: Fix broken links | Daniel Mensinger | |
| 2021-01-30 | Rewrap long text lines in docs. [skip ci] | Jussi Pakkanen | |
| 2021-01-13 | Fix misspells | Antonin Décimo | |
| Signed-off-by: Antonin Décimo <antonin.decimo@gmail.com> | |||
| 2019-10-19 | docs: Fix some incorrect links [skip ci] | Anton Leontiev | |
| 2019-06-27 | `add_{global,project}_{,link_}arguments`: simply native flag behavior | John Ericson | |
| This further simplifies behavior to match the "build vs host" decision we did with `c_args` vs `build_c_args`. The rules are now simply: - `native: true` affects `native: true` targets - `native: false` affects `native: false` targets - No native flag is the same as `native: false` I like this because you don't even have to know what "build" and "host" mean to understand how it works, and it doesn't depend on whether the overall build is cross or not. Fixes #4933 | |||
| 2018-12-17 | Document dependency().name() added in 0.48 [skip ci] | Nirbheek Chauhan | |
| Closes https://github.com/mesonbuild/meson/issues/3351 | |||
| 2018-12-05 | docs: Document subproject(... required: false) [skip ci] | Nirbheek Chauhan | |
| Somehow this was missed in the original PR #3885 | |||
| 2018-10-15 | docs/Release-notes-for-0.48.0.md: Minor cleanups | TingPing | |
| 2018-09-24 | Update Release-notes-for-0.48.0.md | Nirbheek Chauhan | |
| Add some missing `` to titles. In one case it was causing `__` to be interpreted as 'make this text bold' | |||
| 2018-09-22 | Updated release note page. | Jussi Pakkanen | |
| 2018-07-02 | Update everything for new release. | Jussi Pakkanen | |
