| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-08-04 | Add documentation for new MPI dependency. | Elliott Sales de Andrade | |
| 2017-08-05 | Add option to disable implicit include directories. Closes #2139. | Jussi Pakkanen | |
| 2017-08-05 | Add option to limit maximum number of concurrent link processes. | Jussi Pakkanen | |
| 2017-08-04 | Merge pull request #2113 from nyorain/vulkan | Jussi Pakkanen | |
| Vulkan dependency module | |||
| 2017-08-04 | Add vulkan dependency to release notes | nyorain | |
| 2017-07-31 | doc: describe joining strings using the + symbol | Bruce Richardson | |
| 2017-07-31 | docs: Add gettext example to porting autotools guide | Patrick Griffis | |
| 2017-07-24 | Fix wording about array immutability | Nirbheek Chauhan | |
| 2017-07-24 | Clarify array immutability and document indexing | Nirbheek Chauhan | |
| 2017-07-24 | docs: fix typos in Localization.md | Luca Mattiello | |
| 2017-07-23 | Document the newly added gnome.genmarshal() argument | Emmanuele Bassi | |
| 2017-07-22 | Fix typo in Unit-tests.md | Luca Mattiello | |
| 2017-07-22 | docs: add missing parentheses | Igor Gnatenko | |
| [skip ci] | |||
| 2017-07-21 | Merged buildrpath branch. | Jussi Pakkanen | |
| 2017-07-21 | Merge pull request #1955 from jon-turney/exe-implib | Jussi Pakkanen | |
| Support implibs for executables on Windows | |||
| 2017-07-21 | Check for manual attempts to set rpath and update docs. | Jussi Pakkanen | |
| 2017-07-21 | Link to compiler properties for compiler ids list | Nirbheek Chauhan | |
| [skip ci] | |||
| 2017-07-21 | Update compiler ids in Compiler-properties.md | Nirbheek Chauhan | |
| 2017-07-21 | Updates to the reference manual | Nirbheek Chauhan | |
| Typos, add details about how subprojects work, document compiler ids. | |||
| 2017-07-20 | Add to release note | Jon Turney | |
| 2017-07-20 | Make the name of the executable implib configurable | Jon Turney | |
| 2017-07-20 | Support implibs for executables on Windows | Jon Turney | |
| 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 | |
| Add support for SIMD detection | |||
| 2017-07-19 | Added documentation for SIMD module. | Jussi Pakkanen | |
| 2017-07-18 | docs: Add HexChat to users... again | TingPing | |
| 2017-07-19 | Update Users.md: point to upstream GLib repo | Tim-Philipp Müller | |
| And link to Gtk+ master branch instead of wip/meson. | |||
| 2017-07-18 | docs: Add HexChat to list of users | TingPing | |
| 2017-07-18 | Add more projects to Users.md | Nirbheek Chauhan | |
| 2017-07-17 | Merge pull request #2072 from centricular/fix-gtkdoc-rpath | Jussi Pakkanen | |
| Various gtkdoc fixes | |||
| 2017-07-17 | Removed minor typos in documentation. | Alexis Jeandet | |
| Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> | |||
| 2017-07-17 | Added a missing closing parenthesis in the last example | Alexis Jeandet | |
| There was a missing parenthesis at the end of the last example. | |||
| 2017-07-17 | gnome.gtkdoc: Handle absolute install_dirs correctly | Nirbheek Chauhan | |
| 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 | |
| 2017-07-15 | Allow both address- and undefined behavior sanitizers at the same time | Gabríel Arthúr Pétursson | |
| 2017-07-13 | docs: fixed meson syntax for Generating-sources.md | Marty Plummer | |
| Signed-off-by: Marty Plummer <ntzrmtthihu777@gmail.com> | |||
| 2017-07-04 | Fix typo in release notes for 0.41 | Amit D | |
| '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 | |
| 2017-07-02 | Update instructions to disable pch. | Jussi Pakkanen | |
| 2017-07-02 | add changelog for Rust crate-type support | Adam C. Foltzer | |
| 2017-06-29 | pkgconfig: add support for extra_cflags | Bruce Richardson | |
| Allow the user to pass in arbitrary cflags for putting into the generated pkgconfig file. | |||
| 2017-06-27 | Merged Genie support. | Jussi Pakkanen | |
| 2017-06-26 | Fixed issues raised in review. | Jussi Pakkanen | |
| 2017-06-26 | Updated release notes. | Jussi Pakkanen | |
| 2017-06-26 | Add Genie to release notes | Alistair Thomas | |
| 2017-06-26 | Recognise .gs extension as a Vala source | Alistair Thomas | |
| 2017-06-22 | Improve the example by explaining modules (#1981) | philtherobot | |
| * 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 | |
| Enhance Rust support | |||
| 2017-06-22 | docs: Fix version reference | Patrick Griffis | |
| 2017-06-21 | Merge pull request #1920 from QuLogic/hg-dist | Jussi Pakkanen | |
| Add Mercurial dist support | |||
| 2017-06-21 | Merge pull request #1924 from mesonbuild/tingping/yelp-fixes | Jussi Pakkanen | |
| Various yelp fixes | |||
