summaryrefslogtreecommitdiff
path: root/mesonbuild/mcompile.py
Commit message (Expand)AuthorAgeFilesLines
* mcompile: Fix target name suggestionsXavier Claessens2023-05-051-1/+1
* Make --vsenv a readonly builtin optionXavier Claessens2023-03-291-2/+2
* fix meson compile with alias targetCharles Brunet2023-03-171-3/+4
* coredata: Do not pickle it twiceXavier Claessens2023-03-161-2/+1
* mcompile: Do not exclude targets from subprojectsXavier Claessens2023-02-241-5/+3
* treewide: add future annotations importEli Schwartz2023-02-011-0/+1
* pylint: enable the bad_builtin checkerDylan Baker2022-11-291-5/+3
* mcompile: Remove useless sleepXavier Claessens2022-09-121-2/+0
* Remove redundant backslash and fix white space issueAlf Henrik Sauge2022-08-261-1/+1
* mcompile: provide user visibility into what actually happensEli Schwartz2022-08-121-2/+8
* mcompile: Print suggestions when target is ambigousXavier Claessens2022-05-011-1/+8
* mcompile: fix broken codepaths and restore orphaned codeEli Schwartz2022-01-261-7/+5
* delete PLATFORM env only if setavitex2021-10-301-2/+3
* fix various flake8 whitespace errorsEli Schwartz2021-10-271-3/+3
* mcompile: Load coredata first because it checks major versionXavier Claessens2021-10-251-9/+3
* Add --vsenv command line option and active VS only when neededXavier Claessens2021-10-101-11/+11
* Fix typos discovered by codespellChristian Clauss2021-10-101-1/+1
* mcompile: treat load-average as a floatMike Gilbert2021-08-291-1/+1
* more f-strings too complex to be caught by pyupgradeEli Schwartz2021-07-051-2/+2
* fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger2021-06-291-1/+1
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-7/+7
* raw string literals are next to godlinessEli Schwartz2021-03-041-1/+1
* mcompile: do not pass the builddir to ninja if it is the current directoryEli Schwartz2021-02-231-1/+3
* mcompile: make sure arguments are passed in the correct orderEli Schwartz2021-02-231-7/+8
* Fix misspellsAntonin Décimo2021-01-131-1/+1
* Use a single coredata dictionary for optionsDylan Baker2021-01-041-1/+1
* Remove "Found runner: " logging message from meson compileDaan De Meyer2020-12-071-1/+0
* use real pathlib moduleDylan Baker2020-11-201-1/+1
* pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger2020-10-041-1/+1
* Fix meson compile for 32-bit MSVC buildVili Väinölä2020-10-021-12/+16
* mcompile: Add some basic XCode supportNirbheek Chauhan2020-09-131-1/+47
* typing: fixup of #7688Daniel Mensinger2020-09-081-1/+1
* typing: more fixesDaniel Mensinger2020-09-081-2/+4
* typing: fully annotate mcompile, minit, and msetupDaniel Mensinger2020-09-081-6/+6
* environment: use ExternalProgram to find ninjaPaolo Bonzini2020-09-041-1/+1
* mcompile: Also support -v for verboseNirbheek Chauhan2020-08-311-1/+1
* mcompile: use -v instead of --verbose for ninjaIgor Raits2020-08-301-1/+1
* Added ability to specify target in `meson compile`TheQwertiest2020-06-291-30/+179
* Added ability to pass arguments to backend in `meson compile`TheQwertiest2020-06-281-10/+25
* mcompile: Add --verbose modeIgor Raits2020-06-211-1/+10
* mcompile: removed unneeded importsTheQwertiest2020-05-261-2/+0
* mcompile: detect_ninjaTheQwertiest2020-05-261-8/+3
* mcompile: replaced intro with cdata + extracted code to funcsTheQwertiest2020-05-261-60/+63
* mcompile: replaced backend divination code + cleanupTheQwertiest2020-05-261-11/+24
* mcompile: Use the current dir if unspecifiedNirbheek Chauhan2020-04-081-1/+0
* mesonbuild: Add mcompile commandDylan Baker2020-03-041-0/+123