aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Running-Meson.md
AgeCommit message (Collapse)AuthorFilesLines
2020-06-18docs: replaced `ninja` with appropriate `meson` commands [skip ci]TheQwertiest1-10/+35
2019-01-10docs: update RunningMeson.md to show Meson's setup command [skip ci]Alistair Thomas1-27/+40
2019-01-09docs: Change sub-headings in Running-Meson.md from == to ## [skip ci]Alistair Thomas1-14/+7
2019-01-09docs: Re-wrap Running-Meson.md from 70 to 80 columns [skip ci]Alistair Thomas1-93/+84
2018-11-22[skip ci] Document CFLAGS and friends in main docsFloris Bruynooghe1-0/+16
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 Behle1-0/+3
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 Mera1-0/+3
2018-02-15Verify that failing tests are failing with an error, not a python exceptionJon Turney1-0/+6
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 Pakkanen1-22/+80
2017-05-11Update Running-Meson.mdliberforce1-1/+1
Fix parameter escapement
2017-05-03doc: Use https links wherever possible.Elliott Sales de Andrade1-1/+1
2017-05-03docs: replace 'meson build' with 'meson builddir'Peter Hutterer1-2/+2
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 Saunier1-0/+90
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.