summaryrefslogtreecommitdiff
path: root/mesonbuild/mcompile.py
AgeCommit message (Expand)Author
2025-10-29environment: move tool detection functions to a new modulePaolo Bonzini
2025-03-10coredata: replace get_option with optstore.get_value_forDylan Baker
2024-07-11Move OptionKey in the option source file.Jussi Pakkanen
2024-03-15move UserArrayOption.listify_value to mesonlibCharles Brunet
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-11-01Add comments suggesting to keep shell completion scripts up-to-date near cmd ...Luke Elliott
2023-10-05mcompile: add suffix as an additional parameterDudemanguy
2023-08-30Merge pull request #10332 from xclaesse/std-optJussi Pakkanen
2023-08-11treewide: automatic rewriting of all comment-style type annotationsEli Schwartz
2023-08-11remove useless type annotationsEli Schwartz
2023-08-06UserArrayOption: Make listify_value() a static methodXavier Claessens
2023-08-06UserArrayOption: Remove user_input argumentXavier Claessens
2023-05-05mcompile: Fix target name suggestionsXavier Claessens
2023-03-29Make --vsenv a readonly builtin optionXavier Claessens
2023-03-17fix meson compile with alias targetCharles Brunet
2023-03-16coredata: Do not pickle it twiceXavier Claessens
2023-02-24mcompile: Do not exclude targets from subprojectsXavier Claessens
2023-02-01treewide: add future annotations importEli Schwartz
2022-11-29pylint: enable the bad_builtin checkerDylan Baker
2022-09-12mcompile: Remove useless sleepXavier Claessens
2022-08-26Remove redundant backslash and fix white space issueAlf Henrik Sauge
2022-08-12mcompile: provide user visibility into what actually happensEli Schwartz
2022-05-01mcompile: Print suggestions when target is ambigousXavier Claessens
2022-01-26mcompile: fix broken codepaths and restore orphaned codeEli Schwartz
2021-10-30delete PLATFORM env only if setavitex
2021-10-27fix various flake8 whitespace errorsEli Schwartz
2021-10-25mcompile: Load coredata first because it checks major versionXavier Claessens
2021-10-10Add --vsenv command line option and active VS only when neededXavier Claessens
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-08-29mcompile: treat load-average as a floatMike Gilbert
2021-07-05more f-strings too complex to be caught by pyupgradeEli Schwartz
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-03-04raw string literals are next to godlinessEli Schwartz
2021-02-23mcompile: do not pass the builddir to ninja if it is the current directoryEli Schwartz
2021-02-23mcompile: make sure arguments are passed in the correct orderEli Schwartz
2021-01-13Fix misspellsAntonin Décimo
2021-01-04Use a single coredata dictionary for optionsDylan Baker
2020-12-07Remove "Found runner: " logging message from meson compileDaan De Meyer
2020-11-20use real pathlib moduleDylan Baker
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger
2020-10-02Fix meson compile for 32-bit MSVC buildVili Väinölä
2020-09-13mcompile: Add some basic XCode supportNirbheek Chauhan
2020-09-08typing: fixup of #7688Daniel Mensinger
2020-09-08typing: more fixesDaniel Mensinger
2020-09-08typing: fully annotate mcompile, minit, and msetupDaniel Mensinger
2020-09-04environment: use ExternalProgram to find ninjaPaolo Bonzini
2020-08-31mcompile: Also support -v for verboseNirbheek Chauhan
2020-08-30mcompile: use -v instead of --verbose for ninjaIgor Raits
2020-06-29Added ability to specify target in `meson compile`TheQwertiest