Jussi Pakkanen
90c7b5ea58
Rewrapped some markdown files.
7 years ago
Jussi Pakkanen
f381284969
A full example for using the conf object. Closes #2235 .
7 years ago
Jussi Pakkanen
3ff76f62a2
Clarify immutability description. Closes #2234 .
7 years ago
Jussi Pakkanen
9b5a5c2e61
Wrapped and alphabetized the remaining modules.
7 years ago
Jussi Pakkanen
55dfe75fd7
Rewrapped and alphabetized the Gnome module.
7 years ago
Jussi Pakkanen
f19ae54974
Rewrapped lines of a few more files.
7 years ago
Jussi Pakkanen
01effa7178
Rewrap the rest of reference manual.
7 years ago
Jussi Pakkanen
bb67d64c8d
The last of the alphabetization.
7 years ago
Jussi Pakkanen
04d87c7b5d
And a few more alphas.
7 years ago
Jussi Pakkanen
b7b66fe516
More alphabetization.
7 years ago
Jussi Pakkanen
2d575757d6
Put some keyword arguments into alphabetical order to improve readability.
7 years ago
David Seifert
ece243d9ab
Add warning about `sources` in declare_dependency
7 years ago
TingPing
8a636052bd
docs: Clarify project() no longer requires a language
7 years ago
Mohammed Sadiq
747c3af52c
docs: fix typo
7 years ago
Jussi Pakkanen
62aabb5a8b
Missing version info added.
7 years ago
Jussi Pakkanen
e76ed84677
Documented the merge_from method.
7 years ago
Nirbheek Chauhan
e2cf999ad4
Users.md: link to the Meson Porting GNOME goal
7 years ago
Florian Zwoch
3fda1ba3ed
docs: fix generator code sample
7 years ago
Konstantin Mochalov
6bf65d8763
Documentation: fix broken link (now in docs)
...
Was [external link on github wiki](https://github.com/mesonbuild/wrapweb/wiki ), now markdown file in docs
7 years ago
Jussi Pakkanen
30bb55df3d
Missing dots are fun.
7 years ago
Jussi Pakkanen
244ef43651
Bumped version number for new development.
7 years ago
Jussi Pakkanen
a629642f1e
Bump numbers for new release.
7 years ago
Tim-Philipp Müller
4e476c82f3
gnome: add mkenums_simple()
...
99% of all mkenums uses in C libraries use the same basic template,
so add a mkenums_simple() function that takes care of everything for
us based on that template.
Features:
- optional function declaration decorator such as GLIB_AVAILABLE
- optional extra header prefix (e.g. for include needed for decorator)
- optional extra body prefix (e.g. for additional includes)
- optional function name prefix (e.g. to add leading underscores)
Fixes issue #1384
7 years ago
Jussi Pakkanen
55165ba504
Added documentation for pcap dependency.
7 years ago
Tim-Philipp Müller
60b83a5f0a
gnome: add 'ignore_headers' to permitted kwarg list for gnome.gtkdoc()
7 years ago
Nirbheek Chauhan
ca4778a500
Update wrap-mode FAQ
7 years ago
Nirbheek Chauhan
b663937f8c
Clarify what an "external dependency" is
...
And add a link to the Dependencies.md page.
7 years ago
Elliott Sales de Andrade
5cb1d00537
Allow excluding files from `install_subdir`
...
The install_subdir command now accepts a new `exclude` keyword argument
that allows specified files to be excluded from the installed
subdirectory.
7 years ago
Elliott Sales de Andrade
d9f01ffcea
Disallow language keyword for unsupported deps.
...
Also, document it in the manual.
7 years ago
Jussi Pakkanen
e765091c2e
Updated release notes.
7 years ago
Elliott Sales de Andrade
4c9611c2d6
Add documentation for new MPI dependency.
7 years ago
Jussi Pakkanen
61a05f26e3
Add option to disable implicit include directories. Closes #2139 .
7 years ago
Jussi Pakkanen
a800c96f99
Add option to limit maximum number of concurrent link processes.
7 years ago
nyorain
12a5a50058
Add vulkan dependency to release notes
7 years ago
Bruce Richardson
bc3327ae6e
doc: describe joining strings using the + symbol
7 years ago
Patrick Griffis
43a03aa950
docs: Add gettext example to porting autotools guide
7 years ago
Nirbheek Chauhan
d5fc10fbd8
Fix wording about array immutability
7 years ago
Nirbheek Chauhan
8dd1d6d646
Clarify array immutability and document indexing
7 years ago
Luca Mattiello
f169f5f55b
docs: fix typos in Localization.md
7 years ago
Emmanuele Bassi
6ba6c174ba
Document the newly added gnome.genmarshal() argument
7 years ago
Luca Mattiello
5f6add79e0
Fix typo in Unit-tests.md
7 years ago
Igor Gnatenko
8232259450
docs: add missing parentheses
...
[skip ci]
7 years ago
Jussi Pakkanen
e82edc179f
Check for manual attempts to set rpath and update docs.
7 years ago
Nirbheek Chauhan
26834a6198
Link to compiler properties for compiler ids list
...
[skip ci]
7 years ago
Nirbheek Chauhan
675a755e5c
Update compiler ids in Compiler-properties.md
7 years ago
Nirbheek Chauhan
93d1b2989e
Updates to the reference manual
...
Typos, add details about how subprojects work, document compiler ids.
7 years ago
Jon Turney
887e4d1318
Add to release note
7 years ago
Jon Turney
8f859a5105
Make the name of the executable implib configurable
7 years ago
Jon Turney
3fa3922cea
Support implibs for executables on Windows
...
Add a boolean 'implib' kwarg to executable(). If true, it is permitted to
use the returned build target object in link_with:
On platforms where this makes sense (e.g. Windows), an implib is generated
for the executable and used when linking. Otherwise, it has no effect.
(Rather than checking if it is a StaticLibrary or SharedLibary, BuildTarget
subclasses gain the is_linkable_target method to test if they can appear in
link_with:)
Also install any executable implib in a similar way to a shared library
implib, i.e. placing the implib in the appropriate place
Add tests of:
- a shared_module containing a reference to a symbol which is known (at link
time) to be provided by the executable
- trying to link with non-implib executables (should fail)
- installing the implib
(This last one needs a little enhancement of the installed file checking as
this is the first install test we have which needs to work with either
MSVC-style or GCC-style implib filenames)
7 years ago
Jussi Pakkanen
c8981ff111
Added documentation for SIMD module.
7 years ago