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
TingPing
acb7e3aaa0
docs: Add HexChat to users... again
7 years ago
Tim-Philipp Müller
e1000f1454
Update Users.md: point to upstream GLib repo
...
And link to Gtk+ master branch instead of wip/meson.
7 years ago
TingPing
4d898e494e
docs: Add HexChat to list of users
7 years ago
Nirbheek Chauhan
c9059c7e70
Add more projects to Users.md
7 years ago
Alexis Jeandet
e1b24765af
Removed minor typos in documentation.
...
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
7 years ago
Alexis Jeandet
361b09c491
Added a missing closing parenthesis in the last example
...
There was a missing parenthesis at the end of the last example.
7 years ago
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.
7 years ago
Gabríel Arthúr Pétursson
fd653d070d
Make base options accessible via get_option()
7 years ago
Gabríel Arthúr Pétursson
39c7b0492c
Allow both address- and undefined behavior sanitizers at the same time
7 years ago
Marty Plummer
cb05b2aab0
docs: fixed meson syntax for Generating-sources.md
...
Signed-off-by: Marty Plummer <ntzrmtthihu777@gmail.com>
7 years ago
Amit D
166728067d
Fix typo in release notes for 0.41
...
'is is' -> 'is'
Fixes #2027
7 years ago
Gabríel Arthúr Pétursson
d5e47ade80
doc: Mention that C/C++ language versions can be set per-target
7 years ago
Jussi Pakkanen
304841d1c7
Update instructions to disable pch.
7 years ago
Adam C. Foltzer
af7c8ab449
add changelog for Rust crate-type support
7 years ago
Bruce Richardson
f12ece4547
pkgconfig: add support for extra_cflags
...
Allow the user to pass in arbitrary cflags for putting into the generated
pkgconfig file.
7 years ago
Jussi Pakkanen
3262be23dc
Fixed issues raised in review.
7 years ago
Jussi Pakkanen
3dca1c99a6
Updated release notes.
7 years ago
Alistair Thomas
efef8f4f38
Add Genie to release notes
7 years ago
Alistair Thomas
cca0fa8154
Recognise .gs extension as a Vala source
7 years ago
philtherobot
1821598fbb
Improve the example by explaining modules ( #1981 )
...
* Improve the example by explaining modules
* Refer to Qt documentation for its list of modules
* Add a sweet link to Qt's doc.
8 years ago
Patrick Griffis
39c75d39fb
docs: Fix version reference
8 years ago
Igor Gnatenko
f171faee32
docs: be more consistent
8 years ago
Adam C. Foltzer
69b18cf7e9
rename `crate_type` to `rust_crate_type` per @TingPing
8 years ago
Elliott Sales de Andrade
79d005364f
Add Mercurial dist support.
8 years ago
Jussi Pakkanen
f75d394683
Update versions for new development.
8 years ago
Patrick Griffis
a88ad9173a
gnome.yelp(): Default symlink_media to true
8 years ago
Adam C. Foltzer
bdd4c45b17
Enhance Rust support
...
- Adds a `crate_type` kwarg to library targets, allowing the different
types of Rust [linkage][1].
- Shared libraries use the `dylib` crate type by default, but can also
be `cdylib`
- Static libraries use the `rlib` crate type by default, but can also
be `staticlib`
- If any Rust target has shared library dependencies, add the
appropriate linker arguments, including rpath for the sysroot of the
Rust compiler
[1]: https://doc.rust-lang.org/reference/linkage.html
8 years ago
Sam Thursfield
22cfd44221
Document that the gnome.generate_vapi() function can install the .vapi
8 years ago
Jan Chren (rindeal)
bafc607ab1
Update reference manual and release notes
8 years ago
Emmanuele Bassi
f0a32ced54
Document the mkdb_args argument for gnome.gtkdoc()
...
Include the newly added argument.
8 years ago