summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2017-11-21Added release note mention of embedded Python in MSI packages.Jussi Pakkanen
2017-11-19docs: Add 'cygwin' to reference table for .system()Jon Turney
This aligns this table with the set of values tested for by test case common/140
2017-11-19Documentation: Add note about SCAN_BUILDChristoph Behle
When running ninja scan-build you can use the environment variable SCAN_BUILD to choose the right executable.
2017-11-19Appveyor example now validates. Closes #2641.Jussi Pakkanen
2017-11-19Fix literal backslash syntaxLucas Werkmeister
In CommonMark, there are no backslash escapes in code spans, so only two backslashes in the source document are necessary to produce two backslashes in the output document.
2017-11-13docs: fix description of default_optionsJoergen Ibsen
For dependency() and subproject(), the default_options argument can override the defaults in the subproject's meson_options.txt, not in its project() invocation. Resolves #2612
2017-11-13Merge pull request #2000 from t-chaik/tchaik/wip/get-unquotedJussi Pakkanen
config data: add .get_unquoted() convenience method to get quoted string unquoted
2017-11-13Merge pull request #2511 from jon-turney/prefix-dependent-defaultsJussi Pakkanen
Make sysconfdir, localstatedir and sharedstatedir defaults depend on prefix
2017-11-13docs: Remove extra whitespace from i18nTingPing
2017-11-11Cleanupping.Jussi Pakkanen
2017-11-08Merge pull request #2444 from dcbaker/llvmJussi Pakkanen
LLVM: Fix dynamic vs statically linking.
2017-11-08Add description on how to use external and internal dependencies ↵Jussi Pakkanen
interchangeably.
2017-11-07docs: fix use of depsJoergen Ibsen
2017-11-06Small changes for syntax hightlightDavid Pérez-Suárez
2017-10-31Merge pull request #2562 from 1ace/fix/mesontestJussi Pakkanen
Remove references to `mesontest`
2017-10-31interpreter: Add warning functionPaulo Antonio Alvarez
2017-10-31docs: remove references to `mesontest`Eric Engestrom
`mesontest` is deprecated, and shouldn't be suggested to users anymore.
2017-10-31Add LibWmf as a specified dependency, and associated tests.Félix Piédallu
2017-10-29Merge pull request #2529 from leiflm/qt5-add-moc-extra-arguments-keywordJussi Pakkanen
Qt5-Module: Add `moc_extra_arguments` keyword support.
2017-10-28Make sysconfdir, localstatedir and sharedstatedir defaults depend on prefixJon Turney
Rather than requiring a bit of boilerplate in every meson.build, which is only documented in a comment in mesoncore.py, use sensible defaults for sysconfdir, localstatedir and sharedstatedir depending on the prefix. Fixes #1637 v2: For clarity, give get_builtin_option_default() a noneIfSuppress argument, rather than overloading prefix '' and None with special meanings.
2017-10-27documentation: adds new keyword usage to the given example.Leif Middelschulte
2017-10-27adds "since"-note for the new keyword to the documentationLeif Middelschulte
2017-10-27updates the documentation to follow the list-style to explain arguments.Leif Middelschulte
As per to @jon-turney's and @jpakanne's suggestion [0], this commit changes the "prosa" documentation to a list-style one. [0] https://github.com/mesonbuild/meson/pull/2529#pullrequestreview-72265697
2017-10-26docs: add pkgconfig to cross file exampleMike Gilbert
2017-10-25Qt5-Module: Add `moc_extra_arguments` keyword support.Leif Middelschulte
This commit adds support for an additional `moc_extra_arguments` keyword. It becomes especially handy, when `moc`-ed sources conditionally provide `slots`, depending on compile time macros (i.e. defines).
2017-10-25docs: Add a snippet for LLVM static linking supportDylan Baker
2017-10-24Fix inconsistent header levelsJay Sherby
2017-10-24docs: Fix date being interpreted as an ordered list itemLuis Menina
2017-10-23Update references from mesonconf to meson configureKevin Anderson
Fixes #2372
2017-10-23docs: Remove unnecessary trailing whitespacesLuis Menina
2017-10-23docs: Markdown headers don't need trailing hash signsLuis Menina
This is a cosmetic change because github seems to interpret those correctly. Nonetheless, it adds unnecessary noise and makes people modifying the pages think it might be needed. See syntax guide at https://guides.github.com/features/mastering-markdown/
2017-10-23docs: Fix markdown in 'design rationale' pageLuis Menina
2017-10-23Fix invalid example in Syntax.mdJonas Platte
2017-10-13Arguments, not flags.Jussi Pakkanen
2017-10-12Link to MesonPorting is not rendered as URLCarlos Garcés
2017-10-11Typo and grammar fixes for 0.43.0 release noteJon Turney
2017-10-08docs: Improve code snippets in release notesTingPing
2017-10-08Added release note page for 0.44.Jussi Pakkanen
2017-10-08Collated release note snippets to main file.Jussi Pakkanen
2017-10-08gnome: g-ir-scanner accepts multiple symbol-prefix argumentsRico Tzschichholz
2017-10-05docs: Use consistent whitespace for gnome kwargsTingPing
2017-10-04Update to not use deprecated mesonconfDavid Strauss
2017-10-04docs: Prettier screenshot in tutorialJan Niklas Hasse
2017-10-03Update Reference-manual.mdNirbheek Chauhan
2017-10-03Update Reference-manual.mdNirbheek Chauhan
Fix documentation breakage from https://github.com/mesonbuild/meson/pull/2415
2017-10-03Fix typo and clarify library documentationxarkes
2017-10-02Merge pull request #2397 from mesonbuild/prebuiltJussi Pakkanen
Better support for prebuilt shared libs
2017-10-02docs: Fix typoMohammed Sadiq
Remove the quote before parens
2017-10-02Add rpath entries for all found libraries outside of system libraries.Jussi Pakkanen
2017-10-02Merge pull request #2282 from NickeZ/improve-boostJussi Pakkanen
Improve boost