meson/docs/markdown
Sam James cf2cda0f3e docs: users: list is for notable meson adoptees
We don't want churn with thie list for every project someone creates
that uses Meson. Change the intro to say we want notable projects and
link to a GitHub search for 'meson.build' files for people who want
further examples to consider.
2025-04-23 00:33:45 +03:00
..
images Some documentation fix (#10335) 2022-05-01 13:24:38 +03:00
snippets document android_exe_type in release notes 2025-04-20 16:26:02 +03:00
ARM-performance-test.md
Adding-arguments.md docs: linkify some function references 2022-06-27 18:29:48 -04:00
Adding-new-projects-to-wrapdb.md fix various spelling issues 2023-04-11 19:21:05 -04:00
Additional.md
Build-options.md Fix documentation typos 2025-04-07 22:09:28 +03:00
Build-system-converters.md
Build-targets.md docs: Use common conventions for shared libs 2024-01-25 13:43:54 -05:00
Builtin-options.md Fix documentation typos 2025-04-07 22:09:28 +03:00
CMake-module.md Fix syntax mistakes in two examples 2023-08-02 11:33:37 -04:00
Code-formatting.md Fix various spelling errors 2022-11-24 15:17:23 -05:00
Commands.md docs: fix default for mformat sort_files option 2025-04-02 17:16:00 -04:00
Comparisons.md
Compiler-properties.md Add documentation for compiler.has_define to user guide 2025-04-09 16:52:23 -04:00
Conference-presentations.md
Configuration.md docs: fix a few grammar and formatting issues 2024-08-12 18:14:44 +03:00
Configuring-a-build-directory.md Make all Meson level options overridable per subproject. 2025-02-13 23:57:48 +02:00
Contact-information.md
Continuous-Integration.md Updating Continuous-Integration.md (#13161) 2024-05-01 00:34:08 +03:00
Contributing.md docs: describe the support policy for python versions 2025-03-07 10:20:54 -05:00
Creating-Linux-binaries.md docs: add some function linkification in code snippets 2022-07-14 00:01:39 -04:00
Creating-OSX-packages.md Fix link to "Building Fancy DMG Images on Mac OS X" 2025-04-07 20:37:48 +03:00
Creating-releases.md Mention add_dist_script in meson dist docs (#14186) 2025-01-30 01:05:58 +02:00
Cross-compilation.md doc: fix sentence about cross-compilation. 2025-03-06 22:45:49 +02:00
Cuda-module.md docs: add some function linkification in code snippets 2022-07-14 00:01:39 -04:00
Custom-build-targets.md
Cython.md docs: mention cython_args in cython reference docs 2024-07-12 13:52:55 -04:00
D.md fix broken link 2024-05-08 08:14:12 -04:00
Dependencies.md Alphabetize the Docs on Dependencies 2025-01-20 17:56:31 -05:00
Design-rationale.md docs: fix cxx -> cpp 2025-01-06 12:16:46 -08:00
Disabler.md Fix typo in Disabler.md 2023-07-06 13:14:45 -04:00
Dlang-module.md
Donating.md docs: provide details about how to fund Meson development 2025-03-07 10:20:54 -05:00
External-Project-module.md external-project: Setup devenv to run programs 2024-10-28 09:03:46 -04:00
External-commands.md Change "can not" to "cannot" throughout project 2023-04-11 17:10:01 +03:00
FAQ.md Fix documentation typos 2025-04-07 22:09:28 +03:00
Feature-autodetection.md Change "can not" to "cannot" throughout project 2023-04-11 17:10:01 +03:00
Fs-module.md Revert "Revert "Add fs.relative_to()"" 2023-08-18 07:46:08 -04:00
Generating-sources.md Change "can not" to "cannot" throughout project 2023-04-11 17:10:01 +03:00
Getting-meson.md bump minimum required version of python to 3.7 2022-01-10 18:36:56 -05:00
Getting-meson_ptbr.md bump minimum required version of python to 3.7 2022-01-10 18:36:56 -05:00
Getting-meson_zh.md Add Chinese translation of the getting Meson page [skip ci] 2021-04-06 00:09:20 +03:00
Gnome-module.md modules/gnome: header argument of generate_gir accepts an array of strings 2025-03-12 09:08:51 -07:00
GuiTutorial.md Add a note for Windows users to GuiTutorial.md 2024-01-15 20:22:04 +02:00
Hotdoc-module.md Document hotdoc.generate_doc(depends:) kwarg 2024-11-05 17:44:48 -05:00
IDE-integration.md Fix documentation typos 2025-04-07 22:09:28 +03:00
Icestorm-module.md
In-the-press.md
Include-directories.md Fix documentation typos 2025-04-07 22:09:28 +03:00
IndepthTutorial.md docs: fix various references to "meson builddir" 2022-08-16 16:18:18 -04:00
Installing.md Add run0 as a way to raise privileges 2025-01-07 21:40:14 +02:00
Java-module.md Rename java.generate_native_headers to java.native_headers 2022-12-11 14:50:26 -06:00
Java.md
Keyval-module.md docs: Fix broken links 2021-10-03 12:19:45 +02:00
Localisation.md docs: Remove deprecated meson.source_root() from localisation page example 2022-04-24 06:57:43 -04:00
Machine-files.md docs: fix a typo of path 2024-04-22 23:08:19 +03:00
Manual.md
Meson-sample.md
MesonCI.md fix various spelling issues 2023-04-11 19:21:05 -04:00
Mixing-build-systems.md Change "can not" to "cannot" throughout project 2023-04-11 17:10:01 +03:00
Modules.md
Native-environments.md docs: mention in the native-file docs, the command line argument to use 2022-08-29 12:09:52 -04:00
Overview.md
Performance-comparison.md
Pkg-config-files.md
Pkgconfig-module.md Add a note on relocatable pkg-config files to reference manual. 2022-11-13 14:37:45 -05:00
Playground.md
Porting-from-autotools.md docs: replace most uses of `meson_options.txt` with `meson.options` 2023-03-28 15:01:10 +03:00
Precompiled-headers.md
Project-templates.md
Python-3-module.md docs: Fix broken links 2021-10-03 12:19:45 +02:00
Python-module.md docs: Mention deprecation of path(), document full_path() 2025-03-03 18:08:58 +05:30
Qt4-module.md docs: Use an include for the qt modules 2021-06-15 14:15:13 -07:00
Qt5-module.md docs: Use an include for the qt modules 2021-06-15 14:15:13 -07:00
Qt6-module.md Fix documentation typos 2025-04-07 22:09:28 +03:00
Quick-guide.md docs: Fix apt-get installation command line 2025-03-24 00:43:06 -04:00
Reference-tables.md environment: handle all iOS variants as xnu 2025-04-16 12:17:25 +03:00
Release-notes-for-0.37.0.md docs: Fix broken links 2021-10-03 12:19:45 +02:00
Release-notes-for-0.38.0.md docs: Fix broken links 2021-10-03 12:19:45 +02:00
Release-notes-for-0.39.0.md
Release-notes-for-0.40.0.md fix various spelling issues 2023-04-11 19:21:05 -04:00
Release-notes-for-0.41.0.md
Release-notes-for-0.42.0.md Fix typos discovered by codespell 2021-10-10 16:12:25 -04:00
Release-notes-for-0.43.0.md
Release-notes-for-0.44.0.md
Release-notes-for-0.45.0.md fix various spelling issues 2023-04-11 19:21:05 -04:00
Release-notes-for-0.46.0.md fix various spelling issues 2023-04-11 19:21:05 -04:00
Release-notes-for-0.47.0.md Change "can not" to "cannot" throughout project 2023-04-11 17:10:01 +03:00
Release-notes-for-0.48.0.md fix various spelling issues 2023-04-11 19:21:05 -04:00
Release-notes-for-0.49.0.md Change "can not" to "cannot" throughout project 2023-04-11 17:10:01 +03:00
Release-notes-for-0.50.0.md fix various spelling issues 2023-04-11 19:21:05 -04:00
Release-notes-for-0.51.0.md Fix typos 2024-09-11 15:51:04 -07:00
Release-notes-for-0.52.0.md fix various spelling issues 2023-04-11 19:21:05 -04:00
Release-notes-for-0.53.0.md docs: Fix broken links 2021-10-03 12:19:45 +02:00
Release-notes-for-0.54.0.md fix various spelling issues 2023-04-11 19:21:05 -04:00
Release-notes-for-0.55.0.md fix various spelling issues 2023-04-11 19:21:05 -04:00
Release-notes-for-0.56.0.md Change `unstable_external_project` to `unstable-external_project` 2022-11-15 19:33:32 -05:00
Release-notes-for-0.57.0.md Change `unstable_external_project` to `unstable-external_project` 2022-11-15 19:33:32 -05:00
Release-notes-for-0.58.0.md Fix various spelling errors 2022-11-24 15:17:23 -05:00
Release-notes-for-0.59.0.md fix various spelling issues 2023-04-11 19:21:05 -04:00
Release-notes-for-0.60.0.md fix various spelling issues 2023-04-11 19:21:05 -04:00
Release-notes-for-0.61.0.md Prepare release 0.61.0. 2022-01-10 18:27:11 +02:00
Release-notes-for-0.62.0.md fix various spelling issues 2023-04-11 19:21:05 -04:00
Release-notes-for-0.63.0.md docs: fix a few grammar and formatting issues 2024-08-12 18:14:44 +03:00
Release-notes-for-0.64.0.md Fix broken link in release notes 2022-11-24 16:01:33 +02:00
Release-notes-for-1.0.0.md Fix typos 2024-09-11 15:51:04 -07:00
Release-notes-for-1.1.0.md Generate relnotes for 1.1.0. 2023-04-10 18:39:03 +03:00
Release-notes-for-1.2.0.md Fix typos 2024-09-11 15:51:04 -07:00
Release-notes-for-1.3.0.md docs: grammar suggestion ("Clarity..") 2024-10-21 20:22:32 +03:00
Release-notes-for-1.4.0.md Generate relnotes for 1.4.0. 2024-03-13 21:44:41 +02:00
Release-notes-for-1.5.0.md Fix typos 2024-09-11 15:51:04 -07:00
Release-notes-for-1.6.0.md docs: fix typo 2024-10-21 01:07:22 +03:00
Release-notes-for-1.7.0.md Created release notes for 1.7.0. 2025-01-26 20:02:34 +02:00
Release-notes.md
Release-procedure.md Update release frequency to match reality 2023-11-22 22:14:21 +02:00
Releasing.md fix typo 2025-04-20 16:26:02 +03:00
Reproducible-builds.md
Rewriter.md fix various spelling issues 2023-04-11 19:21:05 -04:00
Run-targets.md
Running-Meson.md Running-Meson.md: fix a broken link 2022-01-10 00:45:13 +05:30
Rust-module.md move "since 1.8.0" for rust.doctest to the right place 2025-04-20 16:26:02 +03:00
Rust.md docs: Mention that rust edition/standard 2018 or later should be used 2024-10-04 23:07:38 +03:00
Shipping-prebuilt-binaries-as-wraps.md docs/prebuilt: fix sanity check logic in the example 2023-05-08 14:54:01 -04:00
Simd-module.md
Simple-comparison.md fix various spelling issues 2023-04-11 19:21:05 -04:00
SimpleStart.md Add Mac installation instructions for Homebrew 2021-10-08 14:34:15 -04:00
SourceSet-module.md Fix typo in doc of sourceset module 2023-01-18 11:10:06 -05:00
Style-guide.md Add a few more notes to the style guide 2024-04-23 18:15:34 +03:00
Subprojects.md Fix typos 2024-09-19 13:51:52 -07:00
Syntax.md docs: Clarify string building with absolute paths 2025-03-26 00:08:42 -04:00
Threads.md
Tutorial.md Tutorial.md typo fix 2025-02-26 16:08:25 -05:00
Unit-tests.md Fix documentation typos 2025-04-07 22:09:28 +03:00
Unity-builds.md Improve unity build documentation 2023-02-27 14:29:38 -05:00
Use-of-Python.md
Users.md docs: users: list is for notable meson adoptees 2025-04-23 00:33:45 +03:00
Using-multiple-build-directories.md docs: note the automatic creation of gitignore in build directories 2022-09-14 18:53:53 -04:00
Using-the-WrapDB.md
Using-with-Visual-Studio.md docs: update the Visual Studio guide for the post-0.59 era with automatic vsenv 2024-09-29 14:22:09 -04:00
Using-wraptool.md Document and test new WrapDB auto fallback 2022-10-10 12:47:32 -04:00
Vala.md fix various spelling issues 2023-04-11 19:21:05 -04:00
Videos.md Add CppNorth talk. 2023-06-25 16:27:42 +03:00
Vs-External.md Update Vs-External.md 2023-02-23 07:59:59 -05:00
Wayland-module.md wayland: Mark module stable 2025-04-02 08:51:13 -07:00
Windows-module.md depends keyword argument: accept CustomTargetIndex 2024-04-05 09:36:59 -07:00
Wrap-best-practices-and-tips.md
Wrap-dependency-system-manual.md Check for uppercase 'head' when updating subprojects 2024-11-06 18:03:26 +02:00
Wrapdb-projects.md docs: Generate a table of all wrapdb releases 2021-06-05 17:01:34 -04:00
Yaml-RefMan.md fix various spelling issues 2023-04-11 19:21:05 -04:00
_Sidebar.md modules/wayland: Add unstable_wayland module 2022-02-27 14:33:33 -05:00
_include_qt_base.md qt: add preserve_paths keyword to functions 2024-02-12 15:49:55 -08:00
howtox.md ninjabackend: add support for "ninja clippy" 2024-12-19 09:25:20 -08:00
i18n-module.md New xgettext method for i18n module 2025-04-09 18:41:00 +03:00
index.md Add C# to home page supported language list 2025-04-06 03:16:12 -04:00
legal.md