aboutsummaryrefslogtreecommitdiff
path: root/docs/yaml/builtins
AgeCommit message (Collapse)AuthorFilesLines
2023-08-07docs: add missing punctuationSebastian Crane1-1/+1
2023-04-11Change "can not" to "cannot" throughout projectHiPhish1-1/+1
The word "cannot" expresses inability to do something whereas "can not" expresses the ability to refrain from doing something.
2023-02-20interpreter/mesonmain: Add build_options methodL. E. Segovia1-0/+15
This method allows meson.build to introspect on the changed options. It works by merely exposing the same set of data that is logged by MesonApp._generate. Fixes #10898
2023-02-14allow install script to run in dry-run modeCharles Brunet1-0/+12
2022-12-27add builtin option to install licensesEli Schwartz1-0/+4
Unless `meson.install_dependency_manifest()` is explicitly used, this will cause a default implied one to be installed.
2022-12-27add license_files kwarg to projectEli Schwartz1-2/+10
Hook this up to installed dependency manifests. This is often needed above and beyond just an SPDX string -- e.g. many licenses have custom copyright lines.
2022-10-24Add missing since annotations in docsElliott Sales de Andrade1-0/+1
This is based on searching for `@FeatureNew*` decorators. There is also one correction to a version in a decorators; `build_by_default` was added in #1303, which is 0.38.0, not 0.40.0.
2022-10-23Fix typos in docsElliott Sales de Andrade1-2/+2
2022-04-07docs: YAML: Add `arg_flattening: false` where requiredDaniel Mensinger1-0/+3
2022-02-28Allow setting method/separator in environment() and meson.add_devenv()Xavier Claessens1-2/+22
2022-02-28doc: Fix spelling developper->developerXavier Claessens1-1/+1
Mistaken from French développeur.
2021-12-30fix incorrect docs for add_*_scriptEli Schwartz1-8/+23
They claimed that all of these functions accepted any posargs or varargs that install scripts supported. This was inconsistent with both the types that meson currently allowed, and the types that we documented in refman 1.0 *should* be allowed. Take the opportuninty to be clear as refman 1.0 never was, about the difference between types supported in the first posarg, and the ypes supported in succeeding varargs.
2021-11-21Support Visual Studio 2022 backendCrend King1-0/+1
2021-10-04Minor fixupsDaniel Mensinger2-0/+2
2021-10-03docs: Added new static docsDaniel Mensinger1-0/+8
2021-10-03docs: added install_tag docsDaniel Mensinger1-0/+9
2021-10-03docs: Add the YAML Reference manualDaniel Mensinger4-0/+483