aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/msetup.py
AgeCommit message (Expand)AuthorFilesLines
2019-09-25Print user defined options in meson-log.txtXavier Claessens1-0/+1
2019-08-12Put native file before cross file in options listJohn Ericson1-4/+4
2019-08-11Print only host platform info in some cases during native buildsJussi Pakkanen1-6/+9
2019-06-23coredata: Correctly handle receiving a pipe for native/cross filesDylan Baker1-28/+29
2019-05-05fix error when show default config of listClouds1-1/+1
2019-04-13Run postconf scripts absolutely last.Elliott Sales de Andrade1-2/+3
2019-04-05dependencies: Add command line option for pkg_config_pathDylan Baker1-8/+0
2019-03-20mesonbuild: allow multiple --cross-file optionsRoss Burton1-1/+3
2019-01-07Merge pull request #4732 from mensinda/introMesonInfo2Jussi Pakkanen1-6/+12
2019-01-06use same code for printing options in mconf and msetupNicolas Schneider1-2/+3
2019-01-06Added meson-info.jsonDaniel Mensinger1-6/+12
2019-01-06Added unit testDaniel Mensinger1-3/+0
2019-01-06Some code cleanupDaniel Mensinger1-1/+5
2019-01-06Moved the source and compiler generation to the backendDaniel Mensinger1-1/+1
2019-01-06Fixed tests and benchmarksDaniel Mensinger1-2/+5
2019-01-06Initial automatic target file generationDaniel Mensinger1-0/+4
2018-12-20msetup: Fix callig meson --wipe inside a build directoryDylan Baker1-1/+9
2018-12-19msetup: Give a nice error message if cmd_line.txt cannot be readDylan Baker1-2/+7
2018-11-14Get basic native config file loading workingDylan Baker1-0/+4
2018-11-06Add --wipe command line optionXavier Claessens1-6/+32
2018-11-06Recover when coredata cannot be loadedXavier Claessens1-0/+4
2018-10-17msetup: Remove dead codeXavier Claessens1-9/+0
2018-10-07Expose wrap_mode as an option. Closes #4266.Jussi Pakkanen1-4/+0
2018-10-04Use a single ArgumentParser for all subcommandsXavier Claessens1-34/+4
2018-10-04Move setup command handling to its own msetup.py fileXavier Claessens1-0/+227