andy5995
14d811f647
Subprojects.md:add extra detail
...
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]
3 years ago
andy5995
baff6bccac
Subprojects.md:add link to is_subproject()
3 years ago
Andy Alt
d9dee508ae
Subprojects.md:add single quotes around subproject and variable name
3 years ago
Xavier Claessens
1ad469342b
msubprojects: wrap-file should be re-extracted with --reset
...
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.
4 years ago
Jussi Pakkanen
474f4813c4
Capitalize "Meson" consistently as it is a proper name. [skip ci]
4 years ago
Jussi Pakkanen
f72ee8e742
Rewrap long text lines in docs. [skip ci]
4 years ago
Antonin Décimo
39ede12aa5
Fix misspells
...
Signed-off-by: Antonin Décimo <antonin.decimo@gmail.com>
4 years ago
Xavier Claessens
173c115834
Add wrap mode to disable auto promote
4 years ago
Xavier Claessens
dccff1f2bc
msubprojects: Handle wrap-file to wrap-git case
4 years ago
Xavier Claessens
3ade5bbd92
msubprojects: Handle change of URL in wrap-git
4 years ago
Xavier Claessens
14c1a6983d
msubprojects: Allow comma separated list of types
4 years ago
Xavier Claessens
a3ac25b0c3
msubprojects: Fix review comments
4 years ago
Xavier Claessens
1101144d86
doc: Update new `meson subprojects` behaviors
4 years ago
Xavier Claessens
825ba92b98
doc: Add warning about --force-fallback-for [skip ci]
4 years ago
Mathieu Duponchelle
20709af4d2
interpreter: add support for --force-fallback-for
...
This new command line option allows specifying dependencies for
which to force fallback.
See the documentation for more information
Fixes : #7218
4 years ago
Dylan Baker
29ef4478df
compilers/d: Add b_ndebug support
...
D lang compilers have an option -release (or similar) which turns off
asserts, contracts, and other runtime type checking. This patch wires
that up to the b_ndebug flag.
Fixes #7082
5 years ago
Dylan Baker
202c89d0b6
docs: Add documentation for variables keyword
...
In declare_dependency() and dependency.get_variables().
5 years ago
Anton Leontiev
603b1ac287
docs: Fix some incorrect links [skip ci]
5 years ago
Daniel Mensinger
438ee6b01d
cmake: updated docs
6 years ago
Daniel Mensinger
6cb904de7b
cmake: Added docs
6 years ago
Antonio Ospite
221fb86373
docs: fix typo s/responsability/responsibility/ [skip ci]
6 years ago
Antonio Ospite
e680dbe065
Add 'meson subprojects foreach' command
...
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().
6 years ago
Will Thompson
3b7ec01692
docs: correct “It's” to “Its” [skip ci]
6 years ago
Xavier Claessens
2efedf80e0
Add documentation for 'meson subprojects' command line
6 years ago
Kostiantyn Ponomarenko
1309b47cbb
doc: Improve wrap and subproject documentation [skip ci]
...
Make docs more user friendly, and add missing information.
Signed-off-by: Kostiantyn Ponomarenko <konstantin.ponomarenko@gmail.com>
6 years ago
Nirbheek Chauhan
0eb4423b85
subprojects.md: document --wrap-mode
...
Closes https://github.com/mesonbuild/meson/issues/3534
7 years ago
Aleksey Filippov
5f0aeafa38
Add jpakkane's answer to "Why must all subprojects be inside a single directory?" [skip ci]
7 years ago
Andrea G
d589cc26c7
Add missing closed parenthesis
7 years ago
Jussi Pakkanen
f70760a510
Use new style dependencies in subproject documentation.
7 years ago
Joergen Ibsen
68604a4855
docs: fix use of deps
7 years ago
Alexis Jeandet
e1b24765af
Removed minor typos in documentation.
...
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
7 years ago
Chris Mayo
0e9852a457
docs: Fix broken page links
8 years ago
Elliott Sales de Andrade
f3ad633f55
doc: Fix several minor typos.
8 years ago
Peter Hutterer
7ec6e6df20
docs: add a short description for all top pages in the Manual
8 years ago
Thibault Saunier
b371875e02
docs: Import the website and wiki and build with hotdoc
...
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.
8 years ago