| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-21 | Added release note mention of embedded Python in MSI packages. | Jussi Pakkanen | |
| 2017-11-19 | docs: 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-19 | Documentation: Add note about SCAN_BUILD | Christoph Behle | |
| 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 | |
| 2017-11-19 | Fix literal backslash syntax | Lucas 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-13 | docs: fix description of default_options | Joergen 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-13 | Merge pull request #2000 from t-chaik/tchaik/wip/get-unquoted | Jussi Pakkanen | |
| 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 | |
| Make sysconfdir, localstatedir and sharedstatedir defaults depend on prefix | |||
| 2017-11-13 | docs: Remove extra whitespace from i18n | TingPing | |
| 2017-11-11 | Cleanupping. | Jussi Pakkanen | |
| 2017-11-08 | Merge pull request #2444 from dcbaker/llvm | Jussi Pakkanen | |
| LLVM: Fix dynamic vs statically linking. | |||
| 2017-11-08 | Add description on how to use external and internal dependencies ↵ | Jussi Pakkanen | |
| interchangeably. | |||
| 2017-11-07 | docs: fix use of deps | Joergen Ibsen | |
| 2017-11-06 | Small changes for syntax hightlight | David Pérez-Suárez | |
| 2017-10-31 | Merge pull request #2562 from 1ace/fix/mesontest | Jussi Pakkanen | |
| Remove references to `mesontest` | |||
| 2017-10-31 | interpreter: Add warning function | Paulo Antonio Alvarez | |
| 2017-10-31 | docs: remove references to `mesontest` | Eric Engestrom | |
| `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 | |
| 2017-10-29 | Merge pull request #2529 from leiflm/qt5-add-moc-extra-arguments-keyword | Jussi Pakkanen | |
| Qt5-Module: Add `moc_extra_arguments` keyword support. | |||
| 2017-10-28 | Make sysconfdir, localstatedir and sharedstatedir defaults depend on prefix | Jon 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-27 | documentation: adds new keyword usage to the given example. | Leif Middelschulte | |
| 2017-10-27 | adds "since"-note for the new keyword to the documentation | Leif Middelschulte | |
| 2017-10-27 | updates 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-26 | docs: add pkgconfig to cross file example | Mike Gilbert | |
| 2017-10-25 | Qt5-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-25 | docs: Add a snippet for LLVM static linking support | Dylan Baker | |
| 2017-10-24 | Fix inconsistent header levels | Jay Sherby | |
| 2017-10-24 | docs: Fix date being interpreted as an ordered list item | Luis Menina | |
| 2017-10-23 | Update references from mesonconf to meson configure | Kevin Anderson | |
| Fixes #2372 | |||
| 2017-10-23 | docs: Remove unnecessary trailing whitespaces | Luis Menina | |
| 2017-10-23 | docs: Markdown headers don't need trailing hash signs | Luis 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-23 | docs: Fix markdown in 'design rationale' page | Luis Menina | |
| 2017-10-23 | Fix invalid example in Syntax.md | Jonas Platte | |
| 2017-10-13 | Arguments, not flags. | Jussi Pakkanen | |
| 2017-10-12 | Link to MesonPorting is not rendered as URL | Carlos Garcés | |
| 2017-10-11 | Typo and grammar fixes for 0.43.0 release note | Jon Turney | |
| 2017-10-08 | docs: Improve code snippets in release notes | TingPing | |
| 2017-10-08 | Added release note page for 0.44. | Jussi Pakkanen | |
| 2017-10-08 | Collated release note snippets to main file. | Jussi Pakkanen | |
| 2017-10-08 | gnome: g-ir-scanner accepts multiple symbol-prefix arguments | Rico Tzschichholz | |
| 2017-10-05 | docs: Use consistent whitespace for gnome kwargs | TingPing | |
| 2017-10-04 | Update to not use deprecated mesonconf | David Strauss | |
| 2017-10-04 | docs: Prettier screenshot in tutorial | Jan Niklas Hasse | |
| 2017-10-03 | Update Reference-manual.md | Nirbheek Chauhan | |
| 2017-10-03 | Update Reference-manual.md | Nirbheek Chauhan | |
| Fix documentation breakage from https://github.com/mesonbuild/meson/pull/2415 | |||
| 2017-10-03 | Fix typo and clarify library documentation | xarkes | |
| 2017-10-02 | Merge pull request #2397 from mesonbuild/prebuilt | Jussi Pakkanen | |
| Better support for prebuilt shared libs | |||
| 2017-10-02 | docs: Fix typo | Mohammed Sadiq | |
| Remove the quote before parens | |||
| 2017-10-02 | Add rpath entries for all found libraries outside of system libraries. | Jussi Pakkanen | |
| 2017-10-02 | Merge pull request #2282 from NickeZ/improve-boost | Jussi Pakkanen | |
| Improve boost | |||
