summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)Author
2023-07-05Bump version number for rc2.Jussi Pakkanen
2023-06-28Bump version number for rc1.Jussi Pakkanen
2023-04-02Bump version number for rc2.Jussi Pakkanen
2023-03-28Bump version number for rc1.Jussi Pakkanen
2023-03-28Add support for meson.options as a replacement for meson_options.txtDylan Baker
We will still try to load `meson_options.txt` if `meson.options` doesn't exist. Because there are some advantages to using `meson.options` even with older versions of meson (such as better text editor handling) we will not warn about the existence of a `meson.options` file if a `meson_options.txt` file or symlink also exists. The name `meson.options` was picked instead of alternative proposals, such as `meson_options.build` for a couple of reasons: 1. meson.options is shorter 2. While the syntax is the same, only the `option()` function may be called in meson.options, while, it may not be called in meson.build 3. While the two files share a syntax and elementary types (strings, arrays, etc), they have different purposes: `meson.build` declares build targets, `meson.options` declares options. This is similar to the difference between C's `.c` and `.h` extensions. As an implementation detail `Interpreter.option_file` has been removed, as it is used exactly once, in the `project()` call to read the options, and we can just calculate it there and not store it. Fixes: #11176
2022-12-10Bump version numbers for rc1.Jussi Pakkanen
2022-11-06Bump version number for release.Jussi Pakkanen
2022-10-25Bump version numbers for 0.64.0.rc1.Jussi Pakkanen
2022-07-03Finalize the release.Jussi Pakkanen
2022-06-19Update version numbers for rc1.Jussi Pakkanen
2022-03-10Bump version numbers for rc1 release.Jussi Pakkanen
2022-01-02Bump version numbers for rc1.Jussi Pakkanen
2021-10-11Bump version number for rc1.Jussi Pakkanen
2021-07-05Bump version number for rc1.Jussi Pakkanen
2021-05-02Release 0.58.0.Jussi Pakkanen
2021-04-26Bump version number for rc1.Jussi Pakkanen
2021-02-09Bump version numbers for rc1.Jussi Pakkanen
2020-10-19Bump version number for rc1.Jussi Pakkanen
2020-07-02Bump version number for RC1.Jussi Pakkanen
2020-03-24Bump version number for rc1.Jussi Pakkanen
2020-01-07Prepare new release.Jussi Pakkanen
2019-10-06Updated version numbers for 0.52.0 release.Jussi Pakkanen
2019-09-05man: Make argument order of setup command consistent with help messageFabian Bläse
In msetup the two positional arguments build-dir and source-dir are added to the argument parser in this order. This also affects the help message. This order is different from the order given in the man page. Therefore it is switched around in the man page to make it consistent with the help message. As the code automatically decides which directory contains what, this change is only cosmetic. Both argument orders should be valid. Signed-off-by: Fabian Bläse <fabian@blaese.de>
2019-07-12Change meson test's build failure exit code to 125Christoph Weiss
2019-06-16Update things for new release.Jussi Pakkanen
2019-05-27Update to new ccache URLJoel Rosdahl
ccache’s web site is now located at https://ccache.dev. Bonus: Use the preferred capitalization “Ccache” instead of “CCache”.
2019-03-10Update everything for new release.Jussi Pakkanen
2019-01-14Fix typo [skip ci]Shubham Lagwankar
2018-12-09Update everything for release 0.49.0Jussi Pakkanen
2018-09-22Bump version number for release.Jussi Pakkanen
2018-07-19Remove long deprecated command scripts.Jussi Pakkanen
2018-07-02Update everything for new release.Jussi Pakkanen
2018-04-23Updated version number for new release.Jussi Pakkanen
2018-03-04Updated information for new release.Jussi Pakkanen
2018-02-15Verify that failing tests are failing with an error, not a python exceptionJon Turney
PR #2527 suggests "making failing tests more strict about failing gracefully". To achive this, make meson exit with distinct exit statuses for meson errors and python exceptions, and check the exit status is as expected for failing tests. I can't see how to write a test for this, within the current framework. You can test this change by reverting the fix (but not the test) from commit 1a159db8 and verifying that 'test cases/failing/66 string as link target' fails.
2017-12-10Updated version number for new release.Jussi Pakkanen
2017-10-31man: remove references to `mesontest` in meson(1)Eric Engestrom
`mesontest` is deprecated, and shouldn't be suggested to users anymore.
2017-10-11man: fix copy/paste typo in mesonintrospect(1)Eric Engestrom
2017-10-11man: remove references to `mesonconf` in meson(1)Eric Engestrom
`mesonconf` is deprecated, and shouldn't be suggested to users anymore.
2017-10-08Bump version number for release.Jussi Pakkanen
2017-08-15Bump numbers for new release.Jussi Pakkanen
2017-08-05Update man pages.Jussi Pakkanen
2017-06-19Update version number for bugfix release.Jussi Pakkanen
2017-06-12Updated version number for release.Jussi Pakkanen
2017-04-28Updated version numbers for point release.Jussi Pakkanen
2017-04-23Update version number for release.Jussi Pakkanen
2017-03-15Set version number for bugfix release.Jussi Pakkanen
2017-03-05Increment version number for release.Jussi Pakkanen
2017-02-07Updated version numbers on manpages.Jussi Pakkanen
2017-01-29Bump version number for release.Jussi Pakkanen