meson/docs/markdown
Dylan Baker d89ec98b47 mtest: Add support for rust unit tests
Rust has it's own built in unit test format, which is invoked by
compiling a rust executable with the `--test` flag to rustc. The tests
are then run by simply invoking that binary. They output a custom test
format, which this patch adds parsing support for. This means that we
can report each subtest in the junit we generate correctly, which should
be helpful for orchestration systems like gitlab and jenkins which can
parse junit XML.
2021-01-05 10:23:41 -08:00
..
images doc: restore accidentally removed images used in Getting-meson.md [skip ci] 2021-01-03 20:41:35 -05:00
snippets mtest: Add support for rust unit tests 2021-01-05 10:23:41 -08:00
ARM-performance-test.md
Adding-arguments.md Added add_project_arguments description to argument page. [skip ci] 2018-10-13 23:26:11 +03:00
Adding-new-projects-to-wrapdb.md Add doc on how to add the [provide] entry to wrapdb entries. [skip ci] 2020-11-14 13:47:55 +02:00
Additional.md
Build-options.md opts: added docs 2020-05-26 13:48:26 -04:00
Build-system-converters.md
Build-targets.md docs: Mention library command as well [skip ci] 2020-04-07 17:24:13 +03:00
Builtin-options.md compilers: add support for c++20/gnu++20 2020-12-10 00:30:48 +02:00
CMake-module.md include_type: Add CMake subporject dependency method (fixes #6879) 2020-10-13 23:51:25 +03:00
Comparisons.md Fix inconsistent header levels 2017-10-24 23:01:11 +03:00
Compiler-properties.md add compiler.get_linker_id() method 2019-12-19 12:03:55 -05:00
Conference-presentations.md useless: youtu.be reference 2017-11-26 17:30:17 +00:00
Configuration.md configure_file: Support taking values from a dict 2018-10-08 21:03:32 +03:00
Configuring-a-build-directory.md compilers: add support for c++20/gnu++20 2020-12-10 00:30:48 +02:00
Contact-information.md
Continuous-Integration.md doc: fix confusing use of "build" as a directory argument [skip ci] 2020-11-22 18:29:55 -08:00
Contributing.md CI: Move all remaining jobs from travis-ci to GHA 2020-12-11 13:45:11 -08:00
Creating-Linux-binaries.md docs: Use modern shell constructs [skip ci] 2019-01-20 23:09:05 +02:00
Creating-OSX-packages.md docs: replaced `ninja` with appropriate `meson` commands [skip ci] 2020-06-18 17:47:10 +03:00
Creating-releases.md Update Creating-releases.md [skip ci] 2020-06-21 22:35:33 +03:00
Cross-compilation.md Interpreter: Fix c_stdlib usage 2020-08-18 14:47:38 -04:00
Cuda-module.md Update documentation for CUDA module. 2020-11-05 14:50:23 -05:00
Custom-build-targets.md Improve documentation about using shell in custom_target() [skip ci] 2020-09-29 19:22:50 +03:00
D.md Add pkgconfig import in D documentation 2019-12-05 07:28:05 -05:00
Dependencies.md Handle cmake dependencies which require a specified version 2020-11-21 07:55:10 -08:00
Design-rationale.md docs: replaced `ninja` with appropriate `meson` commands [skip ci] 2020-06-18 17:47:10 +03:00
Disabler.md Move version info away from header. 2018-01-14 20:45:37 +02:00
Dlang-module.md Fix typo in Dlang-module.md 2019-05-17 15:16:37 -07:00
External-Project-module.md external-project: New module to build configure/make projects 2020-09-13 13:54:47 -04:00
External-commands.md doc: fix link warnings 2020-02-27 09:35:14 -08:00
FAQ.md docs: replaced `ninja` with appropriate `meson` commands [skip ci] 2020-06-18 17:47:10 +03:00
Feature-autodetection.md Replaced `ninja` with `meson` [skip ci] 2020-06-30 23:52:31 +03:00
Fs-module.md add FeatureNew 2020-02-06 12:54:38 -05:00
Generating-sources.md Docs: Fix brackets in generator examples [ci skip] 2019-07-16 12:57:54 +02:00
Getting-meson.md doc: add much-needed accuracy to pip installation instructions [skip ci] 2020-11-17 17:49:18 +02:00
Gnome-module.md docs: replaced `ninja` with appropriate `meson` commands [skip ci] 2020-06-18 17:47:10 +03:00
Hotdoc-module.md hotdoc: Add documentation 2018-08-28 18:18:40 -03:00
IDE-integration.md intro: Add extra_files key to intro output (fixes #7310) 2020-10-15 01:56:59 +03:00
Icestorm-module.md fixing some typos on the icestorm page 2018-03-19 10:49:02 +00:00
In-the-press.md
Include-directories.md
IndepthTutorial.md docs: replaced `ninja` with appropriate `meson` commands [skip ci] 2020-06-18 17:47:10 +03:00
Installing.md docs: replaced `ninja` with appropriate `meson` commands [skip ci] 2020-06-18 17:47:10 +03:00
Java.md
Keyval-module.md Stabilize keyval module 2020-07-19 17:53:32 +03:00
Localisation.md Replaced `ninja` with `meson` [skip ci] 2020-06-30 23:52:31 +03:00
Machine-files.md cmake: Add cross docs 2020-10-13 17:04:20 +02:00
Manual.md
Meson-sample.md docs: replaced `ninja` with appropriate `meson` commands [skip ci] 2020-06-18 17:47:10 +03:00
MesonCI.md CI: Move all remaining jobs from travis-ci to GHA 2020-12-11 13:45:11 -08:00
Mixing-build-systems.md Document the project policy on mixing build systems. [skip ci] 2020-02-25 20:28:28 +02:00
Modules.md
Native-environments.md docs: Add a new page with common cross/native file options [skip ci] 2020-03-28 00:59:46 +02:00
Overview.md
Performance-comparison.md
Pkg-config-files.md Fix typos found by codespell 2019-11-06 09:55:30 -05:00
Pkgconfig-module.md pkgconfig: Respect variable ordering when passed as list 2020-12-10 00:28:34 +02:00
Playground.md
Porting-from-autotools.md join_paths => / [skip ci] 2019-05-22 23:56:50 +03:00
Precompiled-headers.md docs/Precompiled-headers: minor spell check. [skip ci] 2020-05-07 09:39:41 -07:00
Project-templates.md docs: replaced `ninja` with appropriate `meson` commands [skip ci] 2020-06-18 17:47:10 +03:00
Python-3-module.md docs: Fix some incorrect links [skip ci] 2019-10-19 19:14:10 +03:00
Python-module.md modules/python: Do not error out if positional args are passed 2020-02-17 00:38:57 +02:00
Qt4-module.md
Qt5-module.md qt module: fix error message typo, translation qresource accepts qm not ts 2020-11-04 17:23:34 +02:00
Quick-guide.md docs: replaced `ninja` with appropriate `meson` commands [skip ci] 2020-06-18 17:47:10 +03:00
RPM-module.md
Reference-manual.md mtest: Add support for rust unit tests 2021-01-05 10:23:41 -08:00
Reference-tables.md Add support for the CompCert C Compiler 2020-09-15 21:51:21 +03:00
Release-notes-for-0.37.0.md Update vim syntax files link in 0.37 release notes [skip ci] 2019-08-13 19:35:35 +05:30
Release-notes-for-0.38.0.md docs: Consistently use the same heading level in release notes [skip ci] 2018-12-13 20:06:31 +05:30
Release-notes-for-0.39.0.md
Release-notes-for-0.40.0.md
Release-notes-for-0.41.0.md
Release-notes-for-0.42.0.md
Release-notes-for-0.43.0.md docs: Consistently use the same heading level in release notes [skip ci] 2018-12-13 20:06:31 +05:30
Release-notes-for-0.44.0.md Add missing FeatureNew for libwmf dependency 2018-06-10 23:26:07 +03:00
Release-notes-for-0.45.0.md docs: Consistently use the same heading level in release notes [skip ci] 2018-12-13 20:06:31 +05:30
Release-notes-for-0.46.0.md docs: Add missing language identifier [skip ci] 2019-10-19 19:14:10 +03:00
Release-notes-for-0.47.0.md docs: Fix some incorrect links [skip ci] 2019-10-19 19:14:10 +03:00
Release-notes-for-0.48.0.md docs: Fix some incorrect links [skip ci] 2019-10-19 19:14:10 +03:00
Release-notes-for-0.49.0.md join_paths => / [skip ci] 2019-05-22 23:56:50 +03:00
Release-notes-for-0.50.0.md doc: fix link warnings 2020-02-27 09:35:14 -08:00
Release-notes-for-0.51.0.md docs: correct key in dep.get_variable 2019-07-26 12:06:47 +00:00
Release-notes-for-0.52.0.md Updated version numbers for 0.52.0 release. 2019-10-06 20:05:19 +03:00
Release-notes-for-0.53.0.md docs: Update documentation about linker selection 2020-02-14 08:51:41 +05:30
Release-notes-for-0.54.0.md mcompile: Add --verbose mode 2020-06-21 23:49:39 +03:00
Release-notes-for-0.55.0.md doc: fix confusing use of "build" as a directory argument [skip ci] 2020-11-22 18:29:55 -08:00
Release-notes-for-0.56.0.md doc: fix confusing use of "build" as a directory argument [skip ci] 2020-11-22 18:29:55 -08:00
Release-notes.md
Release-procedure.md docs: Update the release procedure to include release candidates [skip ci] 2020-01-25 11:58:12 +02:00
Reproducible-builds.md
Rewriter.md docs: fix non-existent "meson rewriter" command in examples [skip ci] 2019-11-16 21:27:05 +02:00
Run-targets.md Replaced `ninja` with `meson` [skip ci] 2020-06-30 23:52:31 +03:00
Running-Meson.md docs: replaced `ninja` with appropriate `meson` commands [skip ci] 2020-06-18 17:47:10 +03:00
Shipping-prebuilt-binaries-as-wraps.md
Simd-module.md
Simple-comparison.md
SimpleStart.md Add simple start page for beginners. [skip ci] 2020-12-22 18:08:47 +00:00
SourceSet-module.md sourceset: add all_dependencies() method 2019-08-04 21:44:52 +03:00
Style-guide.md add dependency recommendation [skip ci] 2020-11-23 13:51:16 -05:00
Subprojects.md Add wrap mode to disable auto promote 2020-10-13 17:55:16 -04:00
Syntax.md Syntax.md: Fix variable used in substring example 2020-10-22 08:47:24 -04:00
Threads.md
Tutorial.md Update Tutorial.md [skip ci] 2020-11-18 23:02:28 +02:00
Unit-tests.md Replaced `ninja` with `meson` [skip ci] 2020-06-30 23:52:31 +03:00
Unity-builds.md
Use-of-Python.md
Users.md Revert "add owl chess in Users.md [skip ci]" 2020-12-17 21:06:34 -05:00
Using-multiple-build-directories.md docs: replaced `ninja` with appropriate `meson` commands [skip ci] 2020-06-18 17:47:10 +03:00
Using-the-WrapDB.md
Using-with-Visual-Studio.md docs: Update Using-with-Visual Studio 2020-04-08 23:44:31 +03:00
Using-wraptool.md Merge wraps from subprojects into wraps from main project 2020-10-13 17:55:16 -04:00
Vala.md Update Vala Preprocessor section in documentation. Closes: #8040 [skip ci] 2020-11-29 23:51:47 +02:00
Videos.md Add LCA2020 talk to videos page. [skip ci] 2020-01-23 21:35:32 +02:00
Vs-External.md docs: replaced `ninja` with appropriate `meson` commands [skip ci] 2020-06-18 17:47:10 +03:00
Windows-module.md Improve windows resource compiler executable selection 2018-09-10 21:03:41 +03:00
Wrap-best-practices-and-tips.md doc: fix typo [skip ci] 2019-05-31 12:31:26 -07:00
Wrap-dependency-system-manual.md dependency: support boolean argument "allow_fallback" 2020-10-08 12:24:07 +02:00
Wrap-review-guidelines.md Update wrap maintenance documentation. [skip ci] 2020-10-10 22:14:34 +02:00
_Sidebar.md Re-link remaining github wiki urls to mesonbuild.com site 2018-02-11 13:39:46 +02:00
fallback-wraptool.md Add ability to specify project branch to install 2020-01-28 19:00:39 -05:00
howtox.md Replace `dynamic linker` with `linker` [skip ci] 2020-07-14 20:48:11 +03:00
i18n-module.md i18n: add args keyword to merge_file 2019-04-22 14:54:05 +03:00
index.md Add simple start page for beginners. [skip ci] 2020-12-22 18:08:47 +00:00
legal.md doc: Minor typo fix in legal.md [skip ci] 2020-07-04 14:03:34 +03:00