summaryrefslogtreecommitdiff
path: root/mesonbuild/msetup.py
AgeCommit message (Expand)Author
2022-08-22fix up some message strings that don't include "setup" in the configure commandEli Schwartz
2022-05-04devenv: Use PkgConfigDependency.get_env()Xavier Claessens
2022-02-28Add API for modules that wants to define their devenvXavier Claessens
2021-10-10Add --vsenv command line option and active VS only when neededXavier Claessens
2021-09-12deprecate layout=flat and warn people never to use itEli Schwartz
2021-09-12msetup: make xcode unsupported warning actually showEli Schwartz
2021-09-02interpreter: Add summary of all user defined optionsXavier Claessens
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger
2021-04-17msetup: Restore .gitignore after wipeXavier Claessens
2021-03-22cmd_line_file.txt: Use cross/native file path resolved by coredataXavier Claessens
2021-03-16Add `meson devenv` command and meson.add_devenv()Xavier Claessens
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-01-04Use a single coredata dictionary for optionsDylan Baker
2021-01-04use OptionKey for builtin and base optionsDylan Baker
2020-12-28Incorrect source-build directory error when using network paths on WindowsSamuel Longchamps
2020-12-13Add VCS ignore files to build dir on creation. Closes #6509.Jussi Pakkanen
2020-11-07Fix host machine reporting typo in msetup.pyCorey McNeish
2020-09-13mcompile: Add some basic XCode supportNirbheek Chauhan
2020-09-08typing: more fixesDaniel Mensinger
2020-09-08typing: fully annotate mcompile, minit, and msetupDaniel Mensinger
2020-04-29Fix symlink deletion with --wipe optionLaurent Pinchart
2020-04-10Fix typo in help of option '--wipe' [skip ci]Jens Carl
2020-03-03Cherry-picking - (rm python2 % add python3 .format) (#6725)Michael Brockus
2020-02-12meson: unbreak --profile-selfMarcel Hollerbach
2020-01-28backend: refactor: set self.interpreter in the constructorDaniel Mensinger
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger
2019-11-07CI: add initial type annotation checkingMichael Hirsch, Ph.D
2019-09-25Print user defined options in meson-log.txtXavier Claessens
2019-08-12Put native file before cross file in options listJohn Ericson
2019-08-11Print only host platform info in some cases during native buildsJussi Pakkanen
2019-06-23coredata: Correctly handle receiving a pipe for native/cross filesDylan Baker
2019-05-05fix error when show default config of listClouds
2019-04-13Run postconf scripts absolutely last.Elliott Sales de Andrade
2019-04-05dependencies: Add command line option for pkg_config_pathDylan Baker
2019-03-20mesonbuild: allow multiple --cross-file optionsRoss Burton
2019-01-07Merge pull request #4732 from mensinda/introMesonInfo2Jussi Pakkanen
2019-01-06use same code for printing options in mconf and msetupNicolas Schneider
2019-01-06Added meson-info.jsonDaniel Mensinger
2019-01-06Added unit testDaniel Mensinger
2019-01-06Some code cleanupDaniel Mensinger
2019-01-06Moved the source and compiler generation to the backendDaniel Mensinger
2019-01-06Fixed tests and benchmarksDaniel Mensinger
2019-01-06Initial automatic target file generationDaniel Mensinger
2018-12-20msetup: Fix callig meson --wipe inside a build directoryDylan Baker
2018-12-19msetup: Give a nice error message if cmd_line.txt cannot be readDylan Baker
2018-11-14Get basic native config file loading workingDylan Baker
2018-11-06Add --wipe command line optionXavier Claessens
2018-11-06Recover when coredata cannot be loadedXavier Claessens
2018-10-17msetup: Remove dead codeXavier Claessens
2018-10-07Expose wrap_mode as an option. Closes #4266.Jussi Pakkanen