summaryrefslogtreecommitdiff
path: root/docs/markdown/Release-notes-for-0.48.0.md
AgeCommit message (Collapse)Author
2023-04-11fix various spelling issuesJosh Soref
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-10-03docs: Fix broken linksDaniel Mensinger
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen
2021-01-13Fix misspellsAntonin Décimo
Signed-off-by: Antonin Décimo <antonin.decimo@gmail.com>
2019-10-19docs: Fix some incorrect links [skip ci]Anton Leontiev
2019-06-27`add_{global,project}_{,link_}arguments`: simply native flag behaviorJohn 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-17Document dependency().name() added in 0.48 [skip ci]Nirbheek Chauhan
Closes https://github.com/mesonbuild/meson/issues/3351
2018-12-05docs: Document subproject(... required: false) [skip ci]Nirbheek Chauhan
Somehow this was missed in the original PR #3885
2018-10-15docs/Release-notes-for-0.48.0.md: Minor cleanupsTingPing
2018-09-24Update Release-notes-for-0.48.0.mdNirbheek Chauhan
Add some missing `` to titles. In one case it was causing `__` to be interpreted as 'make this text bold'
2018-09-22Updated release note page.Jussi Pakkanen
2018-07-02Update everything for new release.Jussi Pakkanen