aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Subprojects.md
AgeCommit message (Collapse)AuthorFilesLines
2022-01-23Subprojects.md:add extra detailandy59951-9/+24
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()andy59951-1/+1
2022-01-16Subprojects.md:add single quotes around subproject and variable nameAndy Alt1-1/+1
2021-03-28msubprojects: wrap-file should be re-extracted with --resetXavier Claessens1-1/+2
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 Pakkanen1-3/+3
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen1-43/+49
2021-01-13Fix misspellsAntonin DĂ©cimo1-1/+1
Signed-off-by: Antonin DĂ©cimo <antonin.decimo@gmail.com>
2020-10-13Add wrap mode to disable auto promoteXavier Claessens1-0/+7
2020-10-13msubprojects: Handle wrap-file to wrap-git caseXavier Claessens1-0/+3
2020-10-13msubprojects: Handle change of URL in wrap-gitXavier Claessens1-1/+4
2020-09-10msubprojects: Allow comma separated list of typesXavier Claessens1-2/+3
2020-09-10msubprojects: Fix review commentsXavier Claessens1-2/+2
2020-09-10doc: Update new `meson subprojects` behaviorsXavier Claessens1-12/+36
2020-07-14doc: Add warning about --force-fallback-for [skip ci]Xavier Claessens1-0/+22
2020-06-16interpreter: add support for --force-fallback-forMathieu Duponchelle1-0/+16
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 Baker1-0/+22
In declare_dependency() and dependency.get_variables().
2019-10-19docs: Fix some incorrect links [skip ci]Anton Leontiev1-1/+1
2019-06-06cmake: updated docsDaniel Mensinger1-37/+5
2019-06-06cmake: Added docsDaniel Mensinger1-30/+64
2019-04-01docs: fix typo s/responsability/responsibility/ [skip ci]Antonio Ospite1-1/+1
2019-04-01Add 'meson subprojects foreach' commandAntonio Ospite1-0/+9
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 Thompson1-1/+1
2018-12-02Add documentation for 'meson subprojects' command lineXavier Claessens1-1/+46
2018-10-21doc: Improve wrap and subproject documentation [skip ci]Kostiantyn Ponomarenko1-41/+130
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 Chauhan1-0/+29
Closes https://github.com/mesonbuild/meson/issues/3534
2018-03-01Add jpakkane's answer to "Why must all subprojects be inside a single ↔Aleksey Filippov1-0/+24
directory?" [skip ci]
2018-02-12Add missing closed parenthesisAndrea G1-2/+2
2017-11-26Use new style dependencies in subproject documentation.Jussi Pakkanen1-40/+47
2017-11-07docs: fix use of depsJoergen Ibsen1-1/+1
2017-07-17Removed minor typos in documentation.Alexis Jeandet1-1/+1
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
2017-06-03docs: Fix broken page linksChris Mayo1-1/+1
2017-05-03doc: Fix several minor typos.Elliott Sales de Andrade1-1/+1
2017-05-03docs: add a short description for all top pages in the ManualPeter Hutterer1-0/+4
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier1-0/+68
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.