summaryrefslogtreecommitdiff
path: root/docs/markdown/Commands.md
AgeCommit message (Expand)Author
2025-10-15Add --check-diff to meson format, to show what should be formattedJulianne Swinoga
2025-08-01format: add --source-file-path argument for stdinCharles Brunet
2025-04-02docs: fix default for mformat sort_files optionBenjamin Gilbert
2024-12-06format: allow input from stdinCharles Brunet
2024-10-01Add a simple reproducibility test command.Jussi Pakkanen
2024-04-08meson format commandCharles Brunet
2024-01-20docs: fix another regression in having functional docsEli Schwartz
2023-10-05mcompile: add suffix as an additional parameterDudemanguy
2023-08-25msetup: Update options when builddir is already configuredXavier Claessens
2023-05-25mtest: wildcard selectionCharles Brunet
2023-03-17fix meson compile with alias targetCharles Brunet
2023-01-18devenv: Allow dumping into file and select a formatXavier Claessens
2022-12-07devenv: Document recent changesXavier Claessens
2022-10-11Make `meson wrap update` command update all wraps in parallelXavier Claessens
2022-08-16deprecate running "meson builddir" without setup subcommandEli Schwartz
2022-06-29docs: update various function references to be linkifiedEli Schwartz
2022-05-06devenv: Set WINEPATH when cross compiling for WindowsXavier Claessens
2022-03-15Revert "devenv: Set PYTHONPATH where we install python modules"Eli Schwartz
2022-03-09Add new env2mfile command.Jussi Pakkanen
2022-02-28devenv: Setup GDB auto-load scriptsXavier Claessens
2022-02-28devenv: Source bash completion scriptsXavier Claessens
2022-02-28devenv: Set PYTHONPATH where we install python modulesXavier Claessens
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
2021-08-04destdir: Allow relative to build directoryXavier Claessens
2021-06-25msubprojects: Run action on all subprojects in parallelXavier Claessens
2021-06-23gnome: Set GSETTINGS_SCHEMA_DIR in devenvXavier Claessens
2021-03-23devenv: Set GI_TYPELIB_PATH and LD_LIBRARY_PATH (#8548)Xavier Claessens
2021-03-16Add `meson devenv` command and meson.add_devenv()Xavier Claessens
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
2021-01-11doc: fix invalid Commands.md example for introspect [skip ci]Eli Schwartz
2021-01-10Hotdoc: use template for Commands.md instead of generating the entire file (#...Eli Schwartz
2020-06-30Made Commands.md dynamically generated (#7346)TheQwertiest
2020-06-29Added ability to specify target in `meson compile`TheQwertiest
2020-06-28Added ability to pass arguments to backend in `meson compile`TheQwertiest
2020-06-21mcompile: Add --verbose modeIgor Raits
2020-06-18docs: replaced `ninja` with appropriate `meson` commands [skip ci]TheQwertiest
2020-06-16doc: Fix missing --force-fallback-for documentationXavier Claessens
2020-06-15Added docs for all meson commands + corresponding unit test (#7217)TheQwertiest