Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make base options accessible via get_option() | GabrĂel ArthĂșr PĂ©tursson | 2017-07-15 | 1 | -0/+7 | |
| | ||||||
* | Allow both address- and undefined behavior sanitizers at the same time | GabrĂel ArthĂșr PĂ©tursson | 2017-07-15 | 1 | -0/+5 | |
| | ||||||
* | docs: fixed meson syntax for Generating-sources.md | Marty Plummer | 2017-07-13 | 1 | -2/+2 | |
| | | | | Signed-off-by: Marty Plummer <ntzrmtthihu777@gmail.com> | |||||
* | Fix typo in release notes for 0.41 | Amit D | 2017-07-04 | 1 | -1/+1 | |
| | | | | | 'is is' -> 'is' Fixes #2027 | |||||
* | doc: Mention that C/C++ language versions can be set per-target | GabrĂel ArthĂșr PĂ©tursson | 2017-07-04 | 1 | -0/+6 | |
| | ||||||
* | Update instructions to disable pch. | Jussi Pakkanen | 2017-07-02 | 1 | -1/+8 | |
| | ||||||
* | add changelog for Rust crate-type support | Adam C. Foltzer | 2017-07-02 | 1 | -0/+10 | |
| | ||||||
* | pkgconfig: add support for extra_cflags | Bruce Richardson | 2017-06-29 | 2 | -0/+14 | |
| | | | | | Allow the user to pass in arbitrary cflags for putting into the generated pkgconfig file. | |||||
* | Merged Genie support. | Jussi Pakkanen | 2017-06-27 | 2 | -3/+8 | |
|\ | ||||||
| * | Add Genie to release notes | Alistair Thomas | 2017-06-26 | 1 | -0/+6 | |
| | | ||||||
| * | Recognise .gs extension as a Vala source | Alistair Thomas | 2017-06-26 | 1 | -3/+3 | |
| | | ||||||
* | | Fixed issues raised in review. | Jussi Pakkanen | 2017-06-26 | 1 | -1/+3 | |
| | | ||||||
* | | Updated release notes. | Jussi Pakkanen | 2017-06-26 | 1 | -0/+5 | |
|/ | ||||||
* | Improve the example by explaining modules (#1981) | philtherobot | 2017-06-22 | 1 | -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-improvements | Jussi Pakkanen | 2017-06-22 | 1 | -2/+3 | |
|\ | | | | | Enhance Rust support | |||||
| * | rename `crate_type` to `rust_crate_type` per @TingPing | Adam C. Foltzer | 2017-06-14 | 1 | -1/+1 | |
| | | ||||||
| * | Enhance Rust support | Adam C. Foltzer | 2017-06-09 | 1 | -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 reference | Patrick Griffis | 2017-06-22 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #1920 from QuLogic/hg-dist | Jussi Pakkanen | 2017-06-21 | 1 | -1/+4 | |
|\ \ | | | | | | | Add Mercurial dist support | |||||
| * | | Add Mercurial dist support. | Elliott Sales de Andrade | 2017-06-13 | 1 | -1/+4 | |
| | | | ||||||
* | | | Merge pull request #1924 from mesonbuild/tingping/yelp-fixes | Jussi Pakkanen | 2017-06-21 | 1 | -1/+3 | |
|\ \ \ | | | | | | | | | Various yelp fixes | |||||
| * | | | gnome.yelp(): Default symlink_media to true | Patrick Griffis | 2017-06-10 | 1 | -1/+3 | |
| | |/ | |/| | ||||||
* | | | docs: be more consistent | Igor Gnatenko | 2017-06-21 | 1 | -2/+2 | |
| |/ |/| | ||||||
* | | Update versions for new development. | Jussi Pakkanen | 2017-06-12 | 2 | -5/+11 | |
|/ | ||||||
* | Document that the gnome.generate_vapi() function can install the .vapi | Sam Thursfield | 2017-06-08 | 1 | -0/+2 | |
| | ||||||
* | Update reference manual and release notes | Jan Chren (rindeal) | 2017-06-07 | 2 | -1/+8 | |
| | ||||||
* | Merge pull request #1866 from ebassi/mkdb-args | Jussi Pakkanen | 2017-06-07 | 1 | -0/+1 | |
|\ | | | | | Add mkdb_args support to gnome.gtkdoc() | |||||
| * | Document the mkdb_args argument for gnome.gtkdoc() | Emmanuele Bassi | 2017-06-07 | 1 | -0/+1 | |
| | | | | | | | | Include the newly added argument. | |||||
* | | Merged needs_exe_wrapper branch. | Jussi Pakkanen | 2017-06-07 | 2 | -0/+16 | |
|\ \ | ||||||
| * | | environment: Add needs_exe_wrapper for overriding auto-detection. | Ole André Vadla RavnÄs | 2017-05-29 | 2 | -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 FAQ | Tim Hutt | 2017-06-07 | 1 | -1/+1 | |
| | | ||||||
* | | Document that user-defined functions and methods are unsupported | Tim | 2017-06-07 | 1 | -0/+5 | |
| | | | | | | Fixes #1870 | |||||
* | | Add a note about multi-line statements by ending the line with \ | Tim | 2017-06-03 | 1 | -2/+1 | |
| | | ||||||
* | | Add version for configure_file extension in reference manual | BĂĄlint Aradi | 2017-06-03 | 1 | -1/+1 | |
| | | ||||||
* | | Update reference manual and release notes | BĂĄlint Aradi | 2017-06-03 | 2 | -1/+5 | |
| | | ||||||
* | | Use relative rpath so builds are reproducible. | Jussi Pakkanen | 2017-06-03 | 1 | -0/+6 | |
| | | ||||||
* | | docs: Fix broken page links | Chris Mayo | 2017-06-03 | 6 | -6/+6 | |
| | | ||||||
* | | docs: Complete list of targets from i18n.gettext() | TingPing | 2017-06-03 | 1 | -0/+2 | |
|/ | ||||||
* | docs: Add mention of target made by gnome.gtkdoc() | TingPing | 2017-05-24 | 1 | -0/+2 | |
| | | | Mentioned in #1844 | |||||
* | Merge pull request #1664 from QuLogic/codecov | Jussi Pakkanen | 2017-05-22 | 1 | -1/+6 | |
|\ | | | | | Enable code coverage | |||||
| * | Add coverage export for tests. | Elliott Sales de Andrade | 2017-05-21 | 1 | -1/+6 | |
| | | ||||||
* | | Update the Frida URL and description. | Ole André Vadla RavnÄs | 2017-05-22 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #1792 from jon-turney/custom_target_vs_module_defs | Jussi Pakkanen | 2017-05-21 | 1 | -1/+1 | |
|\ | | | | | Allow vs_module_defs to use a custom_target | |||||
| * | Allow vs_module_defs to use a custom_target | Jon Turney | 2017-05-16 | 1 | -1/+1 | |
| | | | | | | | | | | Allow vs_module_defs to use a custom_target Add a test and update documentation | |||||
* | | Update link | cagatay-y | 2017-05-21 | 1 | -1/+1 | |
| | | | | | | Gcovr homepage is moved. Updated the link to the new URL. | |||||
* | | Merge pull request #1823 from jon-turney/master | Jussi Pakkanen | 2017-05-21 | 1 | -21/+28 | |
|\ \ | | | | | | | Improve documentation of build target and custom target objects | |||||
| * | | docs: The return value of executable() is a builttarget object. | Jon Turney | 2017-05-19 | 1 | -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_target | Jon Turney | 2017-05-19 | 1 | -2/+10 | |
| | | | ||||||
| * | | docs: Correct list of things that are a build target to include shared_module | Jon Turney | 2017-05-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | docs: Move "build target object" from "build-in objects" to "returned objects" | Jon Turney | 2017-05-19 | 1 | -18/+17 | |
| |/ | | | | | | | Also move "run result" object so objects are sorted alphabetically |