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