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
/
mesonbuild
/
mcompile.py
Age
Commit message (
Expand
)
Author
2025-10-29
environment: move tool detection functions to a new module
Paolo Bonzini
2025-03-10
coredata: replace get_option with optstore.get_value_for
Dylan Baker
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-03-15
move UserArrayOption.listify_value to mesonlib
Charles Brunet
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-11-01
Add comments suggesting to keep shell completion scripts up-to-date near cmd ...
Luke Elliott
2023-10-05
mcompile: add suffix as an additional parameter
Dudemanguy
2023-08-30
Merge pull request #10332 from xclaesse/std-opt
Jussi Pakkanen
2023-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2023-08-11
remove useless type annotations
Eli Schwartz
2023-08-06
UserArrayOption: Make listify_value() a static method
Xavier Claessens
2023-08-06
UserArrayOption: Remove user_input argument
Xavier Claessens
2023-05-05
mcompile: Fix target name suggestions
Xavier Claessens
2023-03-29
Make --vsenv a readonly builtin option
Xavier Claessens
2023-03-17
fix meson compile with alias target
Charles Brunet
2023-03-16
coredata: Do not pickle it twice
Xavier Claessens
2023-02-24
mcompile: Do not exclude targets from subprojects
Xavier Claessens
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-11-29
pylint: enable the bad_builtin checker
Dylan Baker
2022-09-12
mcompile: Remove useless sleep
Xavier Claessens
2022-08-26
Remove redundant backslash and fix white space issue
Alf Henrik Sauge
2022-08-12
mcompile: provide user visibility into what actually happens
Eli Schwartz
2022-05-01
mcompile: Print suggestions when target is ambigous
Xavier Claessens
2022-01-26
mcompile: fix broken codepaths and restore orphaned code
Eli Schwartz
2021-10-30
delete PLATFORM env only if set
avitex
2021-10-27
fix various flake8 whitespace errors
Eli Schwartz
2021-10-25
mcompile: Load coredata first because it checks major version
Xavier Claessens
2021-10-10
Add --vsenv command line option and active VS only when needed
Xavier Claessens
2021-10-10
Fix typos discovered by codespell
Christian Clauss
2021-08-29
mcompile: treat load-average as a float
Mike Gilbert
2021-07-05
more f-strings too complex to be caught by pyupgrade
Eli Schwartz
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-03-04
raw string literals are next to godliness
Eli Schwartz
2021-02-23
mcompile: do not pass the builddir to ninja if it is the current directory
Eli Schwartz
2021-02-23
mcompile: make sure arguments are passed in the correct order
Eli Schwartz
2021-01-13
Fix misspells
Antonin Décimo
2021-01-04
Use a single coredata dictionary for options
Dylan Baker
2020-12-07
Remove "Found runner: " logging message from meson compile
Daan De Meyer
2020-11-20
use real pathlib module
Dylan Baker
2020-10-04
pathlib: Fix resolve() by overriding it in Python 3.5
Daniel Mensinger
2020-10-02
Fix meson compile for 32-bit MSVC build
Vili Väinölä
2020-09-13
mcompile: Add some basic XCode support
Nirbheek Chauhan
2020-09-08
typing: fixup of #7688
Daniel Mensinger
2020-09-08
typing: more fixes
Daniel Mensinger
2020-09-08
typing: fully annotate mcompile, minit, and msetup
Daniel Mensinger
2020-09-04
environment: use ExternalProgram to find ninja
Paolo Bonzini
2020-08-31
mcompile: Also support -v for verbose
Nirbheek Chauhan
2020-08-30
mcompile: use -v instead of --verbose for ninja
Igor Raits
2020-06-29
Added ability to specify target in `meson compile`
TheQwertiest
[next]