| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-23 | Merge pull request #10916 from xclaesse/preprocess | Jussi Pakkanen | |
| Add cc.preprocess() method | |||
| 2022-10-23 | Add doc and release notes for cc.preprocess() | Xavier Claessens | |
| 2022-10-23 | Fix typos in docs | Elliott Sales de Andrade | |
| 2022-04-07 | docs: YAML: Add `arg_flattening: false` where required | Daniel Mensinger | |
| 2022-04-07 | docs: Fix [[true]] --> `true` | Daniel Mensinger | |
| 2022-03-07 | docs: Add docs for structured_sources | Dylan Baker | |
| 2022-03-06 | find_program: add a version() method to match the one for dependencies | Eli Schwartz | |
| It is often useful to check the found version of a program without checking whether you can successfully find `find_program('foo', required: false, version: '>=XXX')` | |||
| 2022-01-18 | interpreterobjects: deprecated passing a number to configuration_data.set10 | Dylan Baker | |
| This is currently allowed, and is used in at least a few projects. It was not intended to work or documented, but it does and since it is in use a full deprecation period must be used. A warning has also been added for values < 0, which have surprising behavior. | |||
| 2022-01-14 | docs/dep.yaml: davault -> default | Dylan Baker | |
| 2021-11-21 | Clarify some wording for compiler.first_supported_argument | Luke Drummond | |
| After a discussion implementing this for muon [1] and clarification on IRC on Meson's behaviour. [1] https://lists.sr.ht/~lattis/muon/patches/26722 | |||
| 2021-11-09 | docs: fix refman 2.0 regression in correctly describing ↵ | Eli Schwartz | |
| find_library(has_headers) All kwargs inherited from has_header need to be prefixed `header_` so we cannot just do straight inheritance. And the part of the description that highlighted the way kwargs are derived and evolved, went entirely missing. Fixes #9551 | |||
| 2021-11-09 | docs: fix some spelling typos | Eli Schwartz | |
| 2021-10-21 | Fix typos | Hofer-Julian | |
| "seperator" -> "separator" | |||
| 2021-10-11 | docs: fix a typoed arg name and another missing arg | Eli Schwartz | |
| More stuff that got overlooked during the big refman migration. | |||
| 2021-10-07 | docs: restore build_target method documentation which went missing | Eli Schwartz | |
| In the refman rewrite, these functions vanished. I noticed this when I went looking at the docs for extract_all_objects(), or should I say I tried to go looking. | |||
| 2021-10-04 | Minor fixups | Daniel Mensinger | |
| 2021-10-03 | docs: Update YAML docs after rebase | Daniel Mensinger | |
| 2021-10-03 | docs: Add the YAML Reference manual | Daniel Mensinger | |
