summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2017-08-04Add documentation for new MPI dependency.Elliott Sales de Andrade
2017-08-05Add option to disable implicit include directories. Closes #2139.Jussi Pakkanen
2017-08-05Add option to limit maximum number of concurrent link processes.Jussi Pakkanen
2017-08-04Merge pull request #2113 from nyorain/vulkanJussi Pakkanen
Vulkan dependency module
2017-08-04Add vulkan dependency to release notesnyorain
2017-07-31doc: describe joining strings using the + symbolBruce Richardson
2017-07-31docs: Add gettext example to porting autotools guidePatrick Griffis
2017-07-24Fix wording about array immutabilityNirbheek Chauhan
2017-07-24Clarify array immutability and document indexingNirbheek Chauhan
2017-07-24docs: fix typos in Localization.mdLuca Mattiello
2017-07-23Document the newly added gnome.genmarshal() argumentEmmanuele Bassi
2017-07-22Fix typo in Unit-tests.mdLuca Mattiello
2017-07-22docs: add missing parenthesesIgor Gnatenko
[skip ci]
2017-07-21Merged buildrpath branch.Jussi Pakkanen
2017-07-21Merge pull request #1955 from jon-turney/exe-implibJussi Pakkanen
Support implibs for executables on Windows
2017-07-21Check for manual attempts to set rpath and update docs.Jussi Pakkanen
2017-07-21Link to compiler properties for compiler ids listNirbheek Chauhan
[skip ci]
2017-07-21Update compiler ids in Compiler-properties.mdNirbheek Chauhan
2017-07-21Updates to the reference manualNirbheek Chauhan
Typos, add details about how subprojects work, document compiler ids.
2017-07-20Add to release noteJon Turney
2017-07-20Make the name of the executable implib configurableJon Turney
2017-07-20Support implibs for executables on WindowsJon 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-19Merge pull request #1374 from mesonbuild/simdJussi Pakkanen
Add support for SIMD detection
2017-07-19Added documentation for SIMD module.Jussi Pakkanen
2017-07-18docs: Add HexChat to users... againTingPing
2017-07-19Update Users.md: point to upstream GLib repoTim-Philipp Müller
And link to Gtk+ master branch instead of wip/meson.
2017-07-18docs: Add HexChat to list of usersTingPing
2017-07-18Add more projects to Users.mdNirbheek Chauhan
2017-07-17Merge pull request #2072 from centricular/fix-gtkdoc-rpathJussi Pakkanen
Various gtkdoc fixes
2017-07-17Removed minor typos in documentation.Alexis Jeandet
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
2017-07-17Added a missing closing parenthesis in the last exampleAlexis Jeandet
There was a missing parenthesis at the end of the last example.
2017-07-17gnome.gtkdoc: Handle absolute install_dirs correctlyNirbheek 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-15Make base options accessible via get_option()Gabríel Arthúr Pétursson
2017-07-15Allow both address- and undefined behavior sanitizers at the same timeGabríel Arthúr Pétursson
2017-07-13docs: fixed meson syntax for Generating-sources.mdMarty Plummer
Signed-off-by: Marty Plummer <ntzrmtthihu777@gmail.com>
2017-07-04Fix typo in release notes for 0.41Amit D
'is is' -> 'is' Fixes #2027
2017-07-04doc: Mention that C/C++ language versions can be set per-targetGabríel Arthúr Pétursson
2017-07-02Update instructions to disable pch.Jussi Pakkanen
2017-07-02add changelog for Rust crate-type supportAdam C. Foltzer
2017-06-29pkgconfig: add support for extra_cflagsBruce Richardson
Allow the user to pass in arbitrary cflags for putting into the generated pkgconfig file.
2017-06-27Merged Genie support.Jussi Pakkanen
2017-06-26Fixed issues raised in review.Jussi Pakkanen
2017-06-26Updated release notes.Jussi Pakkanen
2017-06-26Add Genie to release notesAlistair Thomas
2017-06-26Recognise .gs extension as a Vala sourceAlistair Thomas
2017-06-22Improve 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-22Merge pull request #1922 from acfoltzer/rust-improvementsJussi Pakkanen
Enhance Rust support
2017-06-22docs: Fix version referencePatrick Griffis
2017-06-21Merge pull request #1920 from QuLogic/hg-distJussi Pakkanen
Add Mercurial dist support
2017-06-21Merge pull request #1924 from mesonbuild/tingping/yelp-fixesJussi Pakkanen
Various yelp fixes