Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-23 | docs: add documentation for config_tool variable method | Dylan Baker | 2 | -0/+15 | |
2017-11-23 | docs: consolidate config-tool based dependencies | Dylan Baker | 1 | -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 doc | Alexis Jeandet | 1 | -4/+4 | |
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> | |||||
2017-11-23 | [Qt module] Added translation files compilation method | Alexis Jeandet | 1 | -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-21 | Added release note mention of embedded Python in MSI packages. | Jussi Pakkanen | 1 | -0/+9 | |
2017-11-19 | docs: Add 'cygwin' to reference table for .system() | Jon Turney | 1 | -0/+1 | |
This aligns this table with the set of values tested for by test case common/140 | |||||
2017-11-19 | Documentation: Add note about SCAN_BUILD | Christoph Behle | 1 | -0/+6 | |
When running ninja scan-build you can use the environment variable SCAN_BUILD to choose the right executable. | |||||
2017-11-19 | Appveyor example now validates. Closes #2641. | Jussi Pakkanen | 1 | -9/+10 | |
2017-11-19 | Fix literal backslash syntax | Lucas Werkmeister | 1 | -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-13 | docs: fix description of default_options | Joergen Ibsen | 1 | -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-13 | Merge pull request #2000 from t-chaik/tchaik/wip/get-unquoted | Jussi Pakkanen | 2 | -0/+9 | |
config data: add .get_unquoted() convenience method to get quoted string unquoted | |||||
2017-11-13 | Merge pull request #2511 from jon-turney/prefix-dependent-defaults | Jussi Pakkanen | 1 | -0/+10 | |
Make sysconfdir, localstatedir and sharedstatedir defaults depend on prefix | |||||
2017-11-13 | docs: Remove extra whitespace from i18n | TingPing | 1 | -4/+0 | |
2017-11-11 | Cleanupping. | Jussi Pakkanen | 1 | -22/+69 | |
2017-11-08 | Merge pull request #2444 from dcbaker/llvm | Jussi Pakkanen | 1 | -0/+8 | |
LLVM: Fix dynamic vs statically linking. | |||||
2017-11-08 | Add description on how to use external and internal dependencies ↵ | Jussi Pakkanen | 1 | -17/+46 | |
interchangeably. | |||||
2017-11-07 | docs: fix use of deps | Joergen Ibsen | 1 | -1/+1 | |
2017-11-06 | Small changes for syntax hightlight | David Pérez-Suárez | 2 | -3/+3 | |
2017-10-31 | Merge pull request #2562 from 1ace/fix/mesontest | Jussi Pakkanen | 2 | -6/+6 | |
Remove references to `mesontest` | |||||
2017-10-31 | interpreter: Add warning function | Paulo Antonio Alvarez | 2 | -0/+14 | |
2017-10-31 | docs: remove references to `mesontest` | Eric Engestrom | 2 | -6/+6 | |
`mesontest` is deprecated, and shouldn't be suggested to users anymore. | |||||
2017-10-31 | Add LibWmf as a specified dependency, and associated tests. | Félix Piédallu | 1 | -0/+10 | |
2017-10-29 | Merge pull request #2529 from leiflm/qt5-add-moc-extra-arguments-keyword | Jussi Pakkanen | 2 | -6/+19 | |
Qt5-Module: Add `moc_extra_arguments` keyword support. | |||||
2017-10-28 | Make sysconfdir, localstatedir and sharedstatedir defaults depend on prefix | Jon Turney | 1 | -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-27 | documentation: adds new keyword usage to the given example. | Leif Middelschulte | 1 | -1/+3 | |
2017-10-27 | adds "since"-note for the new keyword to the documentation | Leif Middelschulte | 1 | -1/+1 | |
2017-10-27 | updates the documentation to follow the list-style to explain arguments. | Leif Middelschulte | 1 | -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-26 | docs: add pkgconfig to cross file example | Mike Gilbert | 1 | -0/+1 | |
2017-10-25 | Qt5-Module: Add `moc_extra_arguments` keyword support. | Leif Middelschulte | 2 | -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-25 | docs: Add a snippet for LLVM static linking support | Dylan Baker | 1 | -0/+8 | |
2017-10-24 | Fix inconsistent header levels | Jay Sherby | 1 | -2/+2 | |
2017-10-24 | docs: Fix date being interpreted as an ordered list item | Luis Menina | 1 | -2/+2 | |
2017-10-23 | Update references from mesonconf to meson configure | Kevin Anderson | 5 | -8/+8 | |
Fixes #2372 | |||||
2017-10-23 | docs: Remove unnecessary trailing whitespaces | Luis Menina | 5 | -14/+14 | |
2017-10-23 | docs: Markdown headers don't need trailing hash signs | Luis Menina | 8 | -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-23 | docs: Fix markdown in 'design rationale' page | Luis Menina | 1 | -8/+8 | |
2017-10-23 | Fix invalid example in Syntax.md | Jonas Platte | 1 | -1/+1 | |
2017-10-13 | Arguments, not flags. | Jussi Pakkanen | 1 | -1/+1 | |
2017-10-12 | Link to MesonPorting is not rendered as URL | Carlos Garcés | 1 | -1/+1 | |
2017-10-11 | Typo and grammar fixes for 0.43.0 release note | Jon Turney | 1 | -2/+2 | |
2017-10-08 | docs: Improve code snippets in release notes | TingPing | 1 | -38/+50 | |
2017-10-08 | Added release note page for 0.44. | Jussi Pakkanen | 1 | -0/+16 | |
2017-10-08 | Collated release note snippets to main file. | Jussi Pakkanen | 10 | -104/+103 | |
2017-10-08 | gnome: g-ir-scanner accepts multiple symbol-prefix arguments | Rico Tzschichholz | 1 | -1/+2 | |
2017-10-05 | docs: Use consistent whitespace for gnome kwargs | TingPing | 1 | -25/+0 | |
2017-10-04 | Update to not use deprecated mesonconf | David Strauss | 1 | -1/+1 | |
2017-10-04 | docs: Prettier screenshot in tutorial | Jan Niklas Hasse | 1 | -0/+0 | |
2017-10-03 | Update Reference-manual.md | Nirbheek Chauhan | 1 | -1/+2 | |
2017-10-03 | Update Reference-manual.md | Nirbheek Chauhan | 1 | -4/+11 | |
Fix documentation breakage from https://github.com/mesonbuild/meson/pull/2415 | |||||
2017-10-03 | Fix typo and clarify library documentation | xarkes | 1 | -2/+3 | |