summaryrefslogtreecommitdiff
path: root/docs/markdown/Subprojects.md
AgeCommit message (Collapse)Author
2023-04-11fix various spelling issuesJosh Soref
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2022-01-23Subprojects.md:add extra detailandy5995
This adds a link https://mesonbuild.com/Builtin-options.html#specifying-options-per-subproject in two different places and provides an example for changing the default options. This info is partially based on a [recent discussion](https://github.com/mesonbuild/meson/discussions/9830) between me and @eli-schwartz [skip ci]
2022-01-23Subprojects.md:add link to is_subproject()andy5995
2022-01-16Subprojects.md:add single quotes around subproject and variable nameAndy Alt
2021-03-28msubprojects: wrap-file should be re-extracted with --resetXavier Claessens
When using --reset we should guarantee that next reconfigure will pick the latest code. For wrap-file we have no way to know if the revision changed, so we have to delete the source tree and extract again. It is unlikely that user has local changes in non-git subprojects, and --reset is known to be dangerous.
2021-01-31Capitalize "Meson" consistently as it is a proper name. [skip ci]Jussi Pakkanen
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>
2020-10-13Add wrap mode to disable auto promoteXavier Claessens
2020-10-13msubprojects: Handle wrap-file to wrap-git caseXavier Claessens
2020-10-13msubprojects: Handle change of URL in wrap-gitXavier Claessens
2020-09-10msubprojects: Allow comma separated list of typesXavier Claessens
2020-09-10msubprojects: Fix review commentsXavier Claessens
2020-09-10doc: Update new `meson subprojects` behaviorsXavier Claessens
2020-07-14doc: Add warning about --force-fallback-for [skip ci]Xavier Claessens
2020-06-16interpreter: add support for --force-fallback-forMathieu Duponchelle
This new command line option allows specifying dependencies for which to force fallback. See the documentation for more information Fixes: #7218
2020-01-09docs: Add documentation for variables keywordDylan Baker
In declare_dependency() and dependency.get_variables().
2019-10-19docs: Fix some incorrect links [skip ci]Anton Leontiev
2019-06-06cmake: updated docsDaniel Mensinger
2019-06-06cmake: Added docsDaniel Mensinger
2019-04-01docs: fix typo s/responsability/responsibility/ [skip ci]Antonio Ospite
2019-04-01Add 'meson subprojects foreach' commandAntonio Ospite
Sometimes it is convenient to run an arbitrary command (e.g. 'git diff') on all subprojects. Add a 'meson subprojects foreach' command to take care of that. For this command the common argument 'subprojects' does not make sense, so only add '--sourcedir' and cover the case of a missing options.subprojects in run().
2019-03-29docs: correct “It's” to “Its” [skip ci]Will Thompson
2018-12-02Add documentation for 'meson subprojects' command lineXavier Claessens
2018-10-21doc: Improve wrap and subproject documentation [skip ci]Kostiantyn Ponomarenko
Make docs more user friendly, and add missing information. Signed-off-by: Kostiantyn Ponomarenko <konstantin.ponomarenko@gmail.com>
2018-05-09subprojects.md: document --wrap-mode Nirbheek Chauhan
Closes https://github.com/mesonbuild/meson/issues/3534
2018-03-01Add jpakkane's answer to "Why must all subprojects be inside a single ↵Aleksey Filippov
directory?" [skip ci]
2018-02-12Add missing closed parenthesisAndrea G
2017-11-26Use new style dependencies in subproject documentation.Jussi Pakkanen
2017-11-07docs: fix use of depsJoergen Ibsen
2017-07-17Removed minor typos in documentation.Alexis Jeandet
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
2017-06-03docs: Fix broken page linksChris Mayo
2017-05-03doc: Fix several minor typos.Elliott Sales de Andrade
2017-05-03docs: add a short description for all top pages in the ManualPeter Hutterer
2017-04-26docs: Import the website and wiki and build with hotdocThibault 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.