Leif Middelschulte
f720e590b1
adds "since"-note for the new keyword to the documentation
7 years ago
Leif Middelschulte
a46d05acf9
updates the documentation to follow the list-style to explain arguments.
...
As per to @jon-turney's and @jpakanne's suggestion [0], this commit
changes the "prosa" documentation to a list-style one.
[0] https://github.com/mesonbuild/meson/pull/2529#pullrequestreview-72265697
7 years ago
Mike Gilbert
426b258d91
docs: add pkgconfig to cross file example
7 years ago
Leif Middelschulte
050a56ad47
Qt5-Module: Add `moc_extra_arguments` keyword support.
...
This commit adds support for an additional `moc_extra_arguments` keyword.
It becomes especially handy, when `moc`-ed sources conditionally provide
`slots`, depending on compile time macros (i.e. defines).
7 years ago
Dylan Baker
9a43cb367a
docs: Add a snippet for LLVM static linking support
7 years ago
Jay Sherby
a3da9f77c4
Fix inconsistent header levels
7 years ago
Luis Menina
3dcc562e6d
docs: Fix date being interpreted as an ordered list item
7 years ago
Kevin Anderson
562c50f229
Update references from mesonconf to meson configure
...
Fixes #2372
7 years ago
Luis Menina
92866d8d5f
docs: Remove unnecessary trailing whitespaces
7 years ago
Luis Menina
36eb7bf0aa
docs: Markdown headers don't need trailing hash signs
...
This is a cosmetic change because github seems to interpret those
correctly. Nonetheless, it adds unnecessary noise and makes people
modifying the pages think it might be needed.
See syntax guide at https://guides.github.com/features/mastering-markdown/
7 years ago
Luis Menina
be36b05544
docs: Fix markdown in 'design rationale' page
7 years ago
Jonas Platte
e43332318b
Fix invalid example in Syntax.md
7 years ago
Jussi Pakkanen
3f18e3b89f
Arguments, not flags.
7 years ago
Carlos Garcés
f1c410fc98
Link to MesonPorting is not rendered as URL
7 years ago
Jon Turney
79b850dfcb
Typo and grammar fixes for 0.43.0 release note
7 years ago
TingPing
b5eb77ddff
docs: Improve code snippets in release notes
7 years ago
Jussi Pakkanen
b4fa4e37b9
Added release note page for 0.44.
7 years ago
Jussi Pakkanen
683947d943
Collated release note snippets to main file.
7 years ago
Rico Tzschichholz
8b8e1ee620
gnome: g-ir-scanner accepts multiple symbol-prefix arguments
7 years ago
TingPing
fd774fcb43
docs: Use consistent whitespace for gnome kwargs
7 years ago
David Strauss
52a4f19832
Update to not use deprecated mesonconf
7 years ago
Nirbheek Chauhan
0c3d58baba
Update Reference-manual.md
7 years ago
Nirbheek Chauhan
f10b15930b
Update Reference-manual.md
...
Fix documentation breakage from https://github.com/mesonbuild/meson/pull/2415
7 years ago
xarkes
a28db4577a
Fix typo and clarify library documentation
7 years ago
Mohammed Sadiq
35313c2a85
docs: Fix typo
...
Remove the quote before parens
7 years ago
Jussi Pakkanen
ec45c29c9d
Add rpath entries for all found libraries outside of system libraries.
7 years ago
Patrick Griffis
893d101fff
gnome: Add header kwarg to generate_gir()
...
This is a commonly used flag so lets make it more obvious.
7 years ago
Alexis Jeandet
a9258923fa
Added include directory argument for Qt's Moc which is needed to build plugins.
...
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
7 years ago
Niklas Claesson
bbdba876af
Boost: Improve search algorithm
...
The new implementation will correctly pick boost from 3 possible
locations on windows and two locations on posix compatible OSs.
The new search algorithm also differentiates between debug and
release builds of Boost and multi or single threading builds.
It was also decided to map "Meson modules" to Boost software libraries
and not Boost modules since it there are a lot of options regarding
linking. Some modules can even be used either as headers-only or with
dynamic linking.
This commit also fixes a bug that prevented header-only use on Windows.
Fixes : #2274 #2239 #1803 #669
7 years ago
Jussi Pakkanen
b3362e350a
Added release note snippet for prebuilt shared libs.
7 years ago
Niklas Claesson
68275b32e8
Implement capture for generators
7 years ago
Reverend Homer
fd339759f2
fix typo?
7 years ago
Dylan Baker
dda5e8cadb
Allow CustomTarget's to be indexed
...
This allows a CustomTarget to be indexed, and the resulting indexed
value (a CustomTargetIndex type), to be used as a source in other
targets. This will confer a dependency on the original target, but only
inserts the source file returning by index the original target's
outputs. This can allow a CustomTarget that creates both a header and a
code file to have it's outputs split, for example.
Fixes #1470
7 years ago
Nirbheek Chauhan
92318c7660
docs: get_supported_arguments was added in 0.43.0
...
Closes https://github.com/mesonbuild/meson/issues/2371
[noci]
7 years ago
Leif Middelschulte
667d5d2d9f
introduce svn wrap support
7 years ago
Johan Bjäreholt
102c1d09fe
Replaced references to 'mesontest'
...
'mesontest' is deprecated and is now 'meson test'
Replaced all references to 'mesontest' with 'meson test' and added a note of the change in the bottom of the page
7 years ago
Johan Bjäreholt
e129cf7278
Replaced references to 'mesonconf'
...
mesonconf is deprecated and all references of it has been replaced with 'meson configure'
7 years ago
Corentin Noël
34c6cccde2
Update i18n markdown page to add the new install parameter
7 years ago
Nirbheek Chauhan
751d59d952
Update Reference-manual.md
...
Add notes about not using full_path() unless absolutely necessary.
7 years ago
Nirbheek Chauhan
6c38b1f281
docs: Document the new str.strip() feature
7 years ago
Nirbheek Chauhan
140c463b01
Add detail to the command: kwarg of custom targets
7 years ago
Ola x Nilsson
307b69b69a
Fix table in Compiler-properties
...
hotdoc requires a pipe character for the right edge
7 years ago
tense-du
0b0448f8f2
Fix getting meson page ( #2341 )
...
* Replaced obsolete tt tag
7 years ago
tense-du
bbda3c7adb
Replaced obsolete tt tag
7 years ago
Jussi Pakkanen
b9154dd07c
Added a page for reference tables.
7 years ago
Matthias Klumpp
c3c37fac38
docs: Document the D support
7 years ago
Martin Blanchard
26e731c7ca
get-unquoted: Queue a release note entry mentioning the new method
7 years ago
Martin Blanchard
777cd24063
get-unquoted: Mention get_unquoted() in reference manual
7 years ago
tense-du
a59175d1f3
Fix videos page ( #2321 )
...
* Removed duplicate title in doc theme.
* Removed stray lower than tag.
* Replaced obsolete frameborder attribute.
7 years ago
Jussi Pakkanen
7de61aac12
Clarify that MESONINTROSPECT may have multiple parts.
7 years ago