summaryrefslogtreecommitdiff
path: root/docs/markdown/Subprojects.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: Fix some incorrect links [skip ci]Anton Leontiev2019-10-191-1/+1
|
* cmake: updated docsDaniel Mensinger2019-06-061-37/+5
|
* cmake: Added docsDaniel Mensinger2019-06-061-30/+64
|
* docs: fix typo s/responsability/responsibility/ [skip ci]Antonio Ospite2019-04-011-1/+1
|
* Add 'meson subprojects foreach' commandAntonio Ospite2019-04-011-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().
* docs: correct “It's” to “Its” [skip ci]Will Thompson2019-03-291-1/+1
|
* Add documentation for 'meson subprojects' command lineXavier Claessens2018-12-021-1/+46
|
* doc: Improve wrap and subproject documentation [skip ci]Kostiantyn Ponomarenko2018-10-211-41/+130
| | | | | | Make docs more user friendly, and add missing information. Signed-off-by: Kostiantyn Ponomarenko <konstantin.ponomarenko@gmail.com>
* subprojects.md: document --wrap-mode Nirbheek Chauhan2018-05-091-0/+29
| | | Closes https://github.com/mesonbuild/meson/issues/3534
* Add jpakkane's answer to "Why must all subprojects be inside a single ↔Aleksey Filippov2018-03-011-0/+24
| | | | directory?" [skip ci]
* Add missing closed parenthesisAndrea G2018-02-121-2/+2
|
* Use new style dependencies in subproject documentation.Jussi Pakkanen2017-11-261-40/+47
|
* docs: fix use of depsJoergen Ibsen2017-11-071-1/+1
|
* Removed minor typos in documentation.Alexis Jeandet2017-07-171-1/+1
| | | | Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
* docs: Fix broken page linksChris Mayo2017-06-031-1/+1
|
* doc: Fix several minor typos.Elliott Sales de Andrade2017-05-031-1/+1
|
* docs: add a short description for all top pages in the ManualPeter Hutterer2017-05-031-0/+4
|
* docs: Import the website and wiki and build with hotdocThibault Saunier2017-04-261-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.