index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
markdown
/
Commands.md
Age
Commit message (
Expand
)
Author
2025-10-15
Add --check-diff to meson format, to show what should be formatted
Julianne Swinoga
2025-08-01
format: add --source-file-path argument for stdin
Charles Brunet
2025-04-02
docs: fix default for mformat sort_files option
Benjamin Gilbert
2024-12-06
format: allow input from stdin
Charles Brunet
2024-10-01
Add a simple reproducibility test command.
Jussi Pakkanen
2024-04-08
meson format command
Charles Brunet
2024-01-20
docs: fix another regression in having functional docs
Eli Schwartz
2023-10-05
mcompile: add suffix as an additional parameter
Dudemanguy
2023-08-25
msetup: Update options when builddir is already configured
Xavier Claessens
2023-05-25
mtest: wildcard selection
Charles Brunet
2023-03-17
fix meson compile with alias target
Charles Brunet
2023-01-18
devenv: Allow dumping into file and select a format
Xavier Claessens
2022-12-07
devenv: Document recent changes
Xavier Claessens
2022-10-11
Make `meson wrap update` command update all wraps in parallel
Xavier Claessens
2022-08-16
deprecate running "meson builddir" without setup subcommand
Eli Schwartz
2022-06-29
docs: update various function references to be linkified
Eli Schwartz
2022-05-06
devenv: Set WINEPATH when cross compiling for Windows
Xavier Claessens
2022-03-15
Revert "devenv: Set PYTHONPATH where we install python modules"
Eli Schwartz
2022-03-09
Add new env2mfile command.
Jussi Pakkanen
2022-02-28
devenv: Setup GDB auto-load scripts
Xavier Claessens
2022-02-28
devenv: Source bash completion scripts
Xavier Claessens
2022-02-28
devenv: Set PYTHONPATH where we install python modules
Xavier Claessens
2021-08-15
editorconfig: add setting to trim trailing whitespace
Eli Schwartz
2021-08-04
destdir: Allow relative to build directory
Xavier Claessens
2021-06-25
msubprojects: Run action on all subprojects in parallel
Xavier Claessens
2021-06-23
gnome: Set GSETTINGS_SCHEMA_DIR in devenv
Xavier Claessens
2021-03-23
devenv: Set GI_TYPELIB_PATH and LD_LIBRARY_PATH (#8548)
Xavier Claessens
2021-03-16
Add `meson devenv` command and meson.add_devenv()
Xavier Claessens
2021-01-31
Capitalize "Meson" consistently as it is a proper name. [skip ci]
Jussi Pakkanen
2021-01-30
Rewrap long text lines in docs. [skip ci]
Jussi Pakkanen
2021-01-13
Fix misspells
Antonin Décimo
2021-01-11
doc: fix invalid Commands.md example for introspect [skip ci]
Eli Schwartz
2021-01-10
Hotdoc: use template for Commands.md instead of generating the entire file (#...
Eli Schwartz
2020-06-30
Made Commands.md dynamically generated (#7346)
TheQwertiest
2020-06-29
Added ability to specify target in `meson compile`
TheQwertiest
2020-06-28
Added ability to pass arguments to backend in `meson compile`
TheQwertiest
2020-06-21
mcompile: Add --verbose mode
Igor Raits
2020-06-18
docs: replaced `ninja` with appropriate `meson` commands [skip ci]
TheQwertiest
2020-06-16
doc: Fix missing --force-fallback-for documentation
Xavier Claessens
2020-06-15
Added docs for all meson commands + corresponding unit test (#7217)
TheQwertiest