summaryrefslogtreecommitdiff
path: root/docs/markdown/Subprojects.md
AgeCommit message (Collapse)Author
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.