Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-23 | Subprojects.md:add extra detail | andy5995 | 1 | -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-23 | Subprojects.md:add link to is_subproject() | andy5995 | 1 | -1/+1 | |
2022-01-16 | Subprojects.md:add single quotes around subproject and variable name | Andy Alt | 1 | -1/+1 | |
2021-03-28 | msubprojects: wrap-file should be re-extracted with --reset | Xavier Claessens | 1 | -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-31 | Capitalize "Meson" consistently as it is a proper name. [skip ci] | Jussi Pakkanen | 1 | -3/+3 | |
2021-01-30 | Rewrap long text lines in docs. [skip ci] | Jussi Pakkanen | 1 | -43/+49 | |
2021-01-13 | Fix misspells | Antonin DĂ©cimo | 1 | -1/+1 | |
Signed-off-by: Antonin DĂ©cimo <antonin.decimo@gmail.com> | |||||
2020-10-13 | Add wrap mode to disable auto promote | Xavier Claessens | 1 | -0/+7 | |
2020-10-13 | msubprojects: Handle wrap-file to wrap-git case | Xavier Claessens | 1 | -0/+3 | |
2020-10-13 | msubprojects: Handle change of URL in wrap-git | Xavier Claessens | 1 | -1/+4 | |
2020-09-10 | msubprojects: Allow comma separated list of types | Xavier Claessens | 1 | -2/+3 | |
2020-09-10 | msubprojects: Fix review comments | Xavier Claessens | 1 | -2/+2 | |
2020-09-10 | doc: Update new `meson subprojects` behaviors | Xavier Claessens | 1 | -12/+36 | |
2020-07-14 | doc: Add warning about --force-fallback-for [skip ci] | Xavier Claessens | 1 | -0/+22 | |
2020-06-16 | interpreter: add support for --force-fallback-for | Mathieu Duponchelle | 1 | -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-09 | docs: Add documentation for variables keyword | Dylan Baker | 1 | -0/+22 | |
In declare_dependency() and dependency.get_variables(). | |||||
2019-10-19 | docs: Fix some incorrect links [skip ci] | Anton Leontiev | 1 | -1/+1 | |
2019-06-06 | cmake: updated docs | Daniel Mensinger | 1 | -37/+5 | |
2019-06-06 | cmake: Added docs | Daniel Mensinger | 1 | -30/+64 | |
2019-04-01 | docs: fix typo s/responsability/responsibility/ [skip ci] | Antonio Ospite | 1 | -1/+1 | |
2019-04-01 | Add 'meson subprojects foreach' command | Antonio Ospite | 1 | -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-29 | docs: correct âIt'sâ to âItsâ [skip ci] | Will Thompson | 1 | -1/+1 | |
2018-12-02 | Add documentation for 'meson subprojects' command line | Xavier Claessens | 1 | -1/+46 | |
2018-10-21 | doc: Improve wrap and subproject documentation [skip ci] | Kostiantyn Ponomarenko | 1 | -41/+130 | |
Make docs more user friendly, and add missing information. Signed-off-by: Kostiantyn Ponomarenko <konstantin.ponomarenko@gmail.com> | |||||
2018-05-09 | subprojects.md: document --wrap-mode | Nirbheek Chauhan | 1 | -0/+29 | |
Closes https://github.com/mesonbuild/meson/issues/3534 | |||||
2018-03-01 | Add jpakkane's answer to "Why must all subprojects be inside a single â” | Aleksey Filippov | 1 | -0/+24 | |
directory?" [skip ci] | |||||
2018-02-12 | Add missing closed parenthesis | Andrea G | 1 | -2/+2 | |
2017-11-26 | Use new style dependencies in subproject documentation. | Jussi Pakkanen | 1 | -40/+47 | |
2017-11-07 | docs: fix use of deps | Joergen Ibsen | 1 | -1/+1 | |
2017-07-17 | Removed minor typos in documentation. | Alexis Jeandet | 1 | -1/+1 | |
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> | |||||
2017-06-03 | docs: Fix broken page links | Chris Mayo | 1 | -1/+1 | |
2017-05-03 | doc: Fix several minor typos. | Elliott Sales de Andrade | 1 | -1/+1 | |
2017-05-03 | docs: add a short description for all top pages in the Manual | Peter Hutterer | 1 | -0/+4 | |
2017-04-26 | docs: Import the website and wiki and build with hotdoc | Thibault Saunier | 1 | -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. |