aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2017-11-28Merge pull request #2512 from dcbaker/wip/config-tool-variablesJussi Pakkanen3-19/+24
Add method to get values from config tool based dependency
2017-11-27Add if_found kwarg to subdir().Jussi Pakkanen2-1/+20
2017-11-27Merge pull request #2690 from jsoref/spellingJussi Pakkanen2-2/+2
Spelling
2017-11-26useless: youtu.be referenceJosh Soref1-1/+1
2017-11-26Use new style dependencies in subproject documentation.Jussi Pakkanen1-40/+47
2017-11-26Merge pull request #2676 from jeandet/add_qt_translationsJussi Pakkanen1-3/+11
Add qt translations
2017-11-26spelling: programmingJosh Soref1-1/+1
2017-11-23docs: add documentation for config_tool variable methodDylan Baker2-0/+15
2017-11-23docs: consolidate config-tool based dependenciesDylan Baker1-19/+9
There are currently entries for cups and pcap; but not LLVM, GnuStep, or WxWidgets. Instead of having an entry for each of these just have a single entry for all of them, since the majority of the information is duplicated between them anyway.
2017-11-23[Qt module] Updated Dokerfile, added since 0.44 mention in docAlexis Jeandet1-4/+4
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
2017-11-23[Qt module] Added translation files compilation methodAlexis Jeandet1-3/+11
- Added a new compile_translations method since preprocess was already quite full and translations compilation is quite different from ui, qrc, cpp files preprocessing. - Updated translation. - Updated test case. Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
2017-11-21Added release note mention of embedded Python in MSI packages.Jussi Pakkanen1-0/+9
2017-11-19docs: Add 'cygwin' to reference table for .system()Jon Turney1-0/+1
This aligns this table with the set of values tested for by test case common/140
2017-11-19Documentation: Add note about SCAN_BUILDChristoph Behle1-0/+6
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 Pakkanen1-9/+10
2017-11-19Fix literal backslash syntaxLucas Werkmeister1-1/+1
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 Ibsen1-7/+7
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 Pakkanen2-0/+9
config data: add .get_unquoted() convenience method to get quoted string unquoted
2017-11-13Merge pull request #2511 from jon-turney/prefix-dependent-defaultsJussi Pakkanen1-0/+10
Make sysconfdir, localstatedir and sharedstatedir defaults depend on prefix
2017-11-13docs: Remove extra whitespace from i18nTingPing1-4/+0
2017-11-11Cleanupping.Jussi Pakkanen1-22/+69
2017-11-08Merge pull request #2444 from dcbaker/llvmJussi Pakkanen1-0/+8
LLVM: Fix dynamic vs statically linking.
2017-11-08Add description on how to use external and internal dependencies ↵Jussi Pakkanen1-17/+46
interchangeably.
2017-11-07docs: fix use of depsJoergen Ibsen1-1/+1
2017-11-06Small changes for syntax hightlightDavid Pérez-Suárez2-3/+3
2017-10-31Merge pull request #2562 from 1ace/fix/mesontestJussi Pakkanen2-6/+6
Remove references to `mesontest`
2017-10-31interpreter: Add warning functionPaulo Antonio Alvarez2-0/+14
2017-10-31docs: remove references to `mesontest`Eric Engestrom2-6/+6
`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édallu1-0/+10
2017-10-29Merge pull request #2529 from leiflm/qt5-add-moc-extra-arguments-keywordJussi Pakkanen2-6/+19
Qt5-Module: Add `moc_extra_arguments` keyword support.
2017-10-28Make sysconfdir, localstatedir and sharedstatedir defaults depend on prefixJon Turney1-0/+10
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 Middelschulte1-1/+3
2017-10-27adds "since"-note for the new keyword to the documentationLeif Middelschulte1-1/+1
2017-10-27updates the documentation to follow the list-style to explain arguments.Leif Middelschulte1-4/+7
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 Gilbert1-0/+1
2017-10-25Qt5-Module: Add `moc_extra_arguments` keyword support.Leif Middelschulte2-5/+13
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 Baker1-0/+8
2017-10-24Fix inconsistent header levelsJay Sherby1-2/+2
2017-10-24docs: Fix date being interpreted as an ordered list itemLuis Menina1-2/+2
2017-10-23Update references from mesonconf to meson configureKevin Anderson5-8/+8
Fixes #2372
2017-10-23docs: Remove unnecessary trailing whitespacesLuis Menina5-14/+14
2017-10-23docs: Markdown headers don't need trailing hash signsLuis Menina8-25/+25
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 Menina1-8/+8
2017-10-23Fix invalid example in Syntax.mdJonas Platte1-1/+1
2017-10-13Arguments, not flags.Jussi Pakkanen1-1/+1
2017-10-12Link to MesonPorting is not rendered as URLCarlos Garcés1-1/+1
2017-10-11Typo and grammar fixes for 0.43.0 release noteJon Turney1-2/+2
2017-10-08docs: Improve code snippets in release notesTingPing1-38/+50
2017-10-08Added release note page for 0.44.Jussi Pakkanen1-0/+16
2017-10-08Collated release note snippets to main file.Jussi Pakkanen10-104/+103