Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-04 | Add option to disable implicit include directories. Closes #2139.dotinclude | Jussi Pakkanen | 2 | -0/+7 | |
2017-07-31 | docs: Add gettext example to porting autotools guide | Patrick Griffis | 1 | -0/+59 | |
2017-07-24 | Fix wording about array immutability | Nirbheek Chauhan | 1 | -1/+1 | |
2017-07-24 | Clarify array immutability and document indexing | Nirbheek Chauhan | 1 | -3/+21 | |
2017-07-24 | docs: fix typos in Localization.md | Luca Mattiello | 1 | -1/+1 | |
2017-07-23 | Document the newly added gnome.genmarshal() argument | Emmanuele Bassi | 1 | -1/+2 | |
2017-07-22 | Fix typo in Unit-tests.md | Luca Mattiello | 1 | -1/+1 | |
2017-07-22 | docs: add missing parentheses | Igor Gnatenko | 1 | -1/+1 | |
[skip ci] | |||||
2017-07-21 | Merged buildrpath branch. | Jussi Pakkanen | 2 | -0/+14 | |
2017-07-21 | Merge pull request #1955 from jon-turney/exe-implib | Jussi Pakkanen | 2 | -0/+6 | |
Support implibs for executables on Windows | |||||
2017-07-21 | Check for manual attempts to set rpath and update docs. | Jussi Pakkanen | 2 | -0/+12 | |
2017-07-21 | Link to compiler properties for compiler ids list | Nirbheek Chauhan | 1 | -1/+1 | |
[skip ci] | |||||
2017-07-21 | Update compiler ids in Compiler-properties.md | Nirbheek Chauhan | 1 | -0/+5 | |
2017-07-21 | Updates to the reference manual | Nirbheek Chauhan | 1 | -5/+7 | |
Typos, add details about how subprojects work, document compiler ids. | |||||
2017-07-20 | Add to release note | Jon Turney | 1 | -0/+5 | |
2017-07-20 | Make the name of the executable implib configurable | Jon Turney | 1 | -1/+1 | |
2017-07-20 | Support implibs for executables on Windows | Jon Turney | 1 | -0/+1 | |
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-19 | Merge pull request #1374 from mesonbuild/simd | Jussi Pakkanen | 3 | -1/+88 | |
Add support for SIMD detection | |||||
2017-07-19 | Added documentation for SIMD module. | Jussi Pakkanen | 3 | -1/+88 | |
2017-07-18 | docs: Add HexChat to users... again | TingPing | 1 | -0/+1 | |
2017-07-19 | Update Users.md: point to upstream GLib repo | Tim-Philipp MĂŒller | 1 | -3/+2 | |
And link to Gtk+ master branch instead of wip/meson. | |||||
2017-07-18 | docs: Add HexChat to list of users | TingPing | 1 | -0/+1 | |
2017-07-18 | Add more projects to Users.md | Nirbheek Chauhan | 1 | -2/+6 | |
2017-07-17 | Merge pull request #2072 from centricular/fix-gtkdoc-rpath | Jussi Pakkanen | 1 | -2/+2 | |
Various gtkdoc fixes | |||||
2017-07-17 | Removed minor typos in documentation. | Alexis Jeandet | 3 | -3/+3 | |
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> | |||||
2017-07-17 | Added a missing closing parenthesis in the last example | Alexis Jeandet | 1 | -1/+1 | |
There was a missing parenthesis at the end of the last example. | |||||
2017-07-17 | gnome.gtkdoc: Handle absolute install_dirs correctly | Nirbheek Chauhan | 1 | -2/+2 | |
Must prepend DESTDIR in case it's absolute. Also document that by default it is relative to the gtk-doc html directory. | |||||
2017-07-15 | Make base options accessible via get_option() | GabrĂel ArthĂșr PĂ©tursson | 1 | -0/+7 | |
2017-07-15 | Allow both address- and undefined behavior sanitizers at the same time | GabrĂel ArthĂșr PĂ©tursson | 1 | -0/+5 | |
2017-07-13 | docs: fixed meson syntax for Generating-sources.md | Marty Plummer | 1 | -2/+2 | |
Signed-off-by: Marty Plummer <ntzrmtthihu777@gmail.com> | |||||
2017-07-04 | Fix typo in release notes for 0.41 | Amit D | 1 | -1/+1 | |
'is is' -> 'is' Fixes #2027 | |||||
2017-07-04 | doc: Mention that C/C++ language versions can be set per-target | GabrĂel ArthĂșr PĂ©tursson | 1 | -0/+6 | |
2017-07-02 | Update instructions to disable pch. | Jussi Pakkanen | 1 | -1/+8 | |
2017-07-02 | add changelog for Rust crate-type support | Adam C. Foltzer | 1 | -0/+10 | |
2017-06-29 | pkgconfig: add support for extra_cflags | Bruce Richardson | 2 | -0/+14 | |
Allow the user to pass in arbitrary cflags for putting into the generated pkgconfig file. | |||||
2017-06-27 | Merged Genie support. | Jussi Pakkanen | 2 | -3/+8 | |
2017-06-26 | Fixed issues raised in review. | Jussi Pakkanen | 1 | -1/+3 | |
2017-06-26 | Updated release notes. | Jussi Pakkanen | 1 | -0/+5 | |
2017-06-26 | Add Genie to release notes | Alistair Thomas | 1 | -0/+6 | |
2017-06-26 | Recognise .gs extension as a Vala source | Alistair Thomas | 1 | -3/+3 | |
2017-06-22 | Improve the example by explaining modules (#1981) | philtherobot | 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. | |||||
2017-06-22 | Merge pull request #1922 from acfoltzer/rust-improvements | Jussi Pakkanen | 1 | -2/+3 | |
Enhance Rust support | |||||
2017-06-22 | docs: Fix version reference | Patrick Griffis | 1 | -1/+1 | |
2017-06-21 | Merge pull request #1920 from QuLogic/hg-dist | Jussi Pakkanen | 1 | -1/+4 | |
Add Mercurial dist support | |||||
2017-06-21 | Merge pull request #1924 from mesonbuild/tingping/yelp-fixes | Jussi Pakkanen | 1 | -1/+3 | |
Various yelp fixes | |||||
2017-06-21 | docs: be more consistent | Igor Gnatenko | 1 | -2/+2 | |
2017-06-14 | rename `crate_type` to `rust_crate_type` per @TingPing | Adam C. Foltzer | 1 | -1/+1 | |
2017-06-13 | Add Mercurial dist support. | Elliott Sales de Andrade | 1 | -1/+4 | |
2017-06-12 | Update versions for new development. | Jussi Pakkanen | 2 | -5/+11 | |
2017-06-10 | gnome.yelp(): Default symlink_media to true | Patrick Griffis | 1 | -1/+3 | |