Jussi Pakkanen
62aabb5a8b
Missing version info added.
2017-08-17 15:28:59 +03:00
Jussi Pakkanen
e76ed84677
Documented the merge_from method.
2017-08-17 15:25:05 +03:00
Nirbheek Chauhan
e2cf999ad4
Users.md: link to the Meson Porting GNOME goal
2017-08-17 10:57:13 +00:00
Florian Zwoch
3fda1ba3ed
docs: fix generator code sample
2017-08-17 00:21:42 +03:00
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
2017-08-15 22:10:36 +05:30
Jussi Pakkanen
30bb55df3d
Missing dots are fun.
2017-08-15 02:06:53 +03:00
Jussi Pakkanen
244ef43651
Bumped version number for new development.
2017-08-15 01:54:07 +03:00
Jussi Pakkanen
a629642f1e
Bump numbers for new release.
2017-08-15 00:43:54 +03:00
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
2017-08-14 19:40:36 +03:00
Jussi Pakkanen
55165ba504
Added documentation for pcap dependency.
2017-08-13 23:42:38 +03:00
Tim-Philipp Müller
60b83a5f0a
gnome: add 'ignore_headers' to permitted kwarg list for gnome.gtkdoc()
2017-08-13 21:17:04 +03:00
Nirbheek Chauhan
ca4778a500
Update wrap-mode FAQ
2017-08-10 10:40:02 +00:00
Nirbheek Chauhan
b663937f8c
Clarify what an "external dependency" is
...
And add a link to the Dependencies.md page.
2017-08-09 10:32:25 +00:00
Jussi Pakkanen
d94e06db21
Merged singleexe branch.
2017-08-06 17:00:51 +03:00
Jussi Pakkanen
06f195e9ec
Merged exclude_dir branch.
2017-08-06 13:09:46 +03:00
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.
2017-08-06 03:58:35 -04:00
Elliott Sales de Andrade
d9f01ffcea
Disallow language keyword for unsupported deps.
...
Also, document it in the manual.
2017-08-05 16:44:39 -04:00
Jussi Pakkanen
e765091c2e
Updated release notes.
2017-08-05 17:00:22 +03:00
Elliott Sales de Andrade
4c9611c2d6
Add documentation for new MPI dependency.
2017-08-04 20:07:07 -04:00
Jussi Pakkanen
61a05f26e3
Add option to disable implicit include directories. Closes #2139 .
2017-08-05 00:26:13 +03:00
Jussi Pakkanen
a800c96f99
Add option to limit maximum number of concurrent link processes.
2017-08-05 00:24:59 +03:00
Jussi Pakkanen
e95ba1ada5
Merge pull request #2113 from nyorain/vulkan
...
Vulkan dependency module
2017-08-04 22:38:04 +03:00
nyorain
12a5a50058
Add vulkan dependency to release notes
2017-08-04 19:50:36 +02:00
Bruce Richardson
bc3327ae6e
doc: describe joining strings using the + symbol
2017-07-31 12:00:16 -04:00
Patrick Griffis
43a03aa950
docs: Add gettext example to porting autotools guide
2017-07-31 10:30:41 +01:00
Nirbheek Chauhan
d5fc10fbd8
Fix wording about array immutability
2017-07-24 21:52:16 +00:00
Nirbheek Chauhan
8dd1d6d646
Clarify array immutability and document indexing
2017-07-24 21:50:09 +00:00
Luca Mattiello
f169f5f55b
docs: fix typos in Localization.md
2017-07-24 20:53:55 +02:00
Emmanuele Bassi
6ba6c174ba
Document the newly added gnome.genmarshal() argument
2017-07-23 16:30:34 +01:00
Luca Mattiello
5f6add79e0
Fix typo in Unit-tests.md
2017-07-22 19:03:39 +03:00
Igor Gnatenko
8232259450
docs: add missing parentheses
...
[skip ci]
2017-07-22 16:42:18 +02:00
Jussi Pakkanen
bff37a90fc
Merged buildrpath branch.
2017-07-21 22:19:07 +03:00
Jussi Pakkanen
979efce04a
Merge pull request #1955 from jon-turney/exe-implib
...
Support implibs for executables on Windows
2017-07-21 20:06:46 +03:00
Jussi Pakkanen
e82edc179f
Check for manual attempts to set rpath and update docs.
2017-07-21 19:40:54 +03:00
Nirbheek Chauhan
26834a6198
Link to compiler properties for compiler ids list
...
[skip ci]
2017-07-21 11:29:30 +00:00
Nirbheek Chauhan
675a755e5c
Update compiler ids in Compiler-properties.md
2017-07-21 11:26:31 +00:00
Nirbheek Chauhan
93d1b2989e
Updates to the reference manual
...
Typos, add details about how subprojects work, document compiler ids.
2017-07-21 10:33:58 +00:00
Jon Turney
887e4d1318
Add to release note
2017-07-20 21:13:42 +01:00
Jon Turney
8f859a5105
Make the name of the executable implib configurable
2017-07-20 21:11:56 +01:00
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)
2017-07-20 21:11:56 +01:00
Jussi Pakkanen
e89b6cdd10
Merge pull request #1374 from mesonbuild/simd
...
Add support for SIMD detection
2017-07-19 15:50:04 +03:00
Jussi Pakkanen
c8981ff111
Added documentation for SIMD module.
2017-07-19 13:36:54 +03:00
TingPing
acb7e3aaa0
docs: Add HexChat to users... again
2017-07-18 19:03:38 -04:00
Tim-Philipp Müller
e1000f1454
Update Users.md: point to upstream GLib repo
...
And link to Gtk+ master branch instead of wip/meson.
2017-07-19 00:00:27 +01:00
TingPing
4d898e494e
docs: Add HexChat to list of users
2017-07-18 18:58:39 -04:00
Nirbheek Chauhan
c9059c7e70
Add more projects to Users.md
2017-07-18 22:55:33 +00:00
Jussi Pakkanen
2009fdbd43
Merge pull request #2072 from centricular/fix-gtkdoc-rpath
...
Various gtkdoc fixes
2017-07-17 16:50:53 +02:00
Alexis Jeandet
e1b24765af
Removed minor typos in documentation.
...
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
2017-07-17 16:44:51 +02:00
Alexis Jeandet
361b09c491
Added a missing closing parenthesis in the last example
...
There was a missing parenthesis at the end of the last example.
2017-07-17 13:07:48 +02:00
Nirbheek Chauhan
04ac7a4844
gnome.gtkdoc: Handle absolute install_dirs correctly
...
Must prepend DESTDIR in case it's absolute. Also document that by
default it is relative to the gtk-doc html directory.
2017-07-17 12:40:41 +05:30