summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* | Removed minor typos in documentation.Alexis Jeandet2017-07-173-3/+3
| | | | | | | | Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
* | Added a missing closing parenthesis in the last exampleAlexis Jeandet2017-07-171-1/+1
|/ | | There was a missing parenthesis at the end of the last example.
* Make base options accessible via get_option()GabrĂ­el ArthĂșr PĂ©tursson2017-07-151-0/+7
|
* Allow both address- and undefined behavior sanitizers at the same timeGabrĂ­el ArthĂșr PĂ©tursson2017-07-151-0/+5
|
* docs: fixed meson syntax for Generating-sources.mdMarty Plummer2017-07-131-2/+2
| | | | Signed-off-by: Marty Plummer <ntzrmtthihu777@gmail.com>
* Fix typo in release notes for 0.41Amit D2017-07-041-1/+1
| | | | | 'is is' -> 'is' Fixes #2027
* doc: Mention that C/C++ language versions can be set per-targetGabrĂ­el ArthĂșr PĂ©tursson2017-07-041-0/+6
|
* Update instructions to disable pch.Jussi Pakkanen2017-07-021-1/+8
|
* add changelog for Rust crate-type supportAdam C. Foltzer2017-07-021-0/+10
|
* pkgconfig: add support for extra_cflagsBruce Richardson2017-06-292-0/+14
| | | | | Allow the user to pass in arbitrary cflags for putting into the generated pkgconfig file.
* Merged Genie support.Jussi Pakkanen2017-06-272-3/+8
|\
| * Add Genie to release notesAlistair Thomas2017-06-261-0/+6
| |
| * Recognise .gs extension as a Vala sourceAlistair Thomas2017-06-261-3/+3
| |
* | Fixed issues raised in review.Jussi Pakkanen2017-06-261-1/+3
| |
* | Updated release notes.Jussi Pakkanen2017-06-261-0/+5
|/
* Improve the example by explaining modules (#1981)philtherobot2017-06-221-1/+4
| | | | | | | | * Improve the example by explaining modules * Refer to Qt documentation for its list of modules * Add a sweet link to Qt's doc.
* Merge pull request #1922 from acfoltzer/rust-improvementsJussi Pakkanen2017-06-221-2/+3
|\ | | | | Enhance Rust support
| * rename `crate_type` to `rust_crate_type` per @TingPingAdam C. Foltzer2017-06-141-1/+1
| |
| * Enhance Rust supportAdam C. Foltzer2017-06-091-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | docs: Fix version referencePatrick Griffis2017-06-221-1/+1
| |
* | Merge pull request #1920 from QuLogic/hg-distJussi Pakkanen2017-06-211-1/+4
|\ \ | | | | | | Add Mercurial dist support
| * | Add Mercurial dist support.Elliott Sales de Andrade2017-06-131-1/+4
| | |
* | | Merge pull request #1924 from mesonbuild/tingping/yelp-fixesJussi Pakkanen2017-06-211-1/+3
|\ \ \ | | | | | | | | Various yelp fixes
| * | | gnome.yelp(): Default symlink_media to truePatrick Griffis2017-06-101-1/+3
| | |/ | |/|
* | | docs: be more consistentIgor Gnatenko2017-06-211-2/+2
| |/ |/|
* | Update versions for new development.Jussi Pakkanen2017-06-123-5/+12
|/
* Document that the gnome.generate_vapi() function can install the .vapiSam Thursfield2017-06-081-0/+2
|
* Update reference manual and release notesJan Chren (rindeal)2017-06-072-1/+8
|
* Merge pull request #1866 from ebassi/mkdb-argsJussi Pakkanen2017-06-071-0/+1
|\ | | | | Add mkdb_args support to gnome.gtkdoc()
| * Document the mkdb_args argument for gnome.gtkdoc()Emmanuele Bassi2017-06-071-0/+1
| | | | | | | | Include the newly added argument.
* | Merged needs_exe_wrapper branch.Jussi Pakkanen2017-06-072-0/+16
|\ \
| * | environment: Add needs_exe_wrapper for overriding auto-detection.Ole André Vadla RavnÄs2017-05-292-0/+16
| |/ | | | | | | | | | | | | | | This is useful when build_machine appears to be compatible with host_machine, but actually isn't. For example when: - build_machine is macOS and host_machine is the iOS Simulator - the build_machine's libc is glibc but the host_machine libc is uClibc - code relies on kernel features not available on the build_machine
* | Improve user-defined function wording & link to FAQTim Hutt2017-06-071-1/+1
| |
* | Document that user-defined functions and methods are unsupportedTim2017-06-071-0/+5
| | | | | | Fixes #1870
* | Add a note about multi-line statements by ending the line with \Tim2017-06-031-2/+1
| |
* | Add version for configure_file extension in reference manualBĂĄlint Aradi2017-06-031-1/+1
| |
* | Update reference manual and release notesBĂĄlint Aradi2017-06-032-1/+5
| |
* | Use relative rpath so builds are reproducible.Jussi Pakkanen2017-06-031-0/+6
| |
* | docs: Fix broken page linksChris Mayo2017-06-036-6/+6
| |
* | docs: Complete list of targets from i18n.gettext()TingPing2017-06-031-0/+2
|/
* docs: Add mention of target made by gnome.gtkdoc()TingPing2017-05-241-0/+2
| | | Mentioned in #1844
* Merge pull request #1664 from QuLogic/codecovJussi Pakkanen2017-05-221-1/+6
|\ | | | | Enable code coverage
| * Add coverage export for tests.Elliott Sales de Andrade2017-05-211-1/+6
| |
* | Update the Frida URL and description.Ole André Vadla RavnÄs2017-05-221-1/+1
|/
* Merge pull request #1792 from jon-turney/custom_target_vs_module_defsJussi Pakkanen2017-05-211-1/+1
|\ | | | | Allow vs_module_defs to use a custom_target
| * Allow vs_module_defs to use a custom_targetJon Turney2017-05-161-1/+1
| | | | | | | | | | Allow vs_module_defs to use a custom_target Add a test and update documentation
* | Update linkcagatay-y2017-05-211-1/+1
| | | | | | Gcovr homepage is moved. Updated the link to the new URL.
* | Merge pull request #1823 from jon-turney/masterJussi Pakkanen2017-05-211-21/+28
|\ \ | | | | | | Improve documentation of build target and custom target objects
| * | docs: The return value of executable() is a builttarget object.Jon Turney2017-05-191-1/+1
| | | | | | | | | | | | | | | Make executable() consistent with all other functions returning a buildtarget, it's return type is a buildtarget object.
| * | docs: Document the object returned by custom_targetJon Turney2017-05-191-2/+10
| | |