summaryrefslogtreecommitdiff
path: root/docs/markdown/Running-Meson.md
AgeCommit message (Collapse)Author
2022-01-10Running-Meson.md: fix a broken linkx-yuri
2021-05-13little punctuation and add a phrase [skip ci]Mehmet Ali Baykara
Add the `second` to improve readability.
2021-01-31Capitalize "Meson" consistently as it is a proper name. [skip ci]Jussi Pakkanen
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen
2021-01-13Fix misspellsAntonin Décimo
Signed-off-by: Antonin Décimo <antonin.decimo@gmail.com>
2020-06-18docs: replaced `ninja` with appropriate `meson` commands [skip ci]TheQwertiest
2019-01-10docs: update RunningMeson.md to show Meson's setup command [skip ci]Alistair Thomas
2019-01-09docs: Change sub-headings in Running-Meson.md from == to ## [skip ci]Alistair Thomas
2019-01-09docs: Re-wrap Running-Meson.md from 70 to 80 columns [skip ci]Alistair Thomas
2018-11-22[skip ci] Document CFLAGS and friends in main docsFloris Bruynooghe
Currently this is only partially documented in the quick-start guide, include this in the main docs and document all the environment argumens used.
2018-07-08Document options for mesonChristoph Behle
Document what waring_level 1,2,3 means. Test if markdown files are in sitemap Add Builtin-options.md to sitemap.txt Builtin-options.md: Fix tables in Builtin-options.md Add documentation for warning options Added more options to doc General documentation: Add link to Builtin-options Remove obsolete file Testing: Add function test_markdown_files_in_sitemap. Checks if each markdown file is contained in sitemap.txt
2018-05-27Make install doc less surprising for new users [skip ci]Michael Mera
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-02Reformatted and fixed running doc.Jussi Pakkanen
2017-05-11Update Running-Meson.mdliberforce
Fix parameter escapement
2017-05-03doc: Use https links wherever possible.Elliott Sales de Andrade
2017-05-03docs: replace 'meson build' with 'meson builddir'Peter Hutterer
Clarifies that this is really just a directory, not a command. https://github.com/mesonbuild/meson/issues/1560
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier
This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it.