summaryrefslogtreecommitdiff
path: root/mesonbuild/msetup.py
Commit message (Expand)AuthorAgeFilesLines
* mesonbuild: allow multiple --cross-file optionsRoss Burton2019-03-201-1/+3
* Merge pull request #4732 from mensinda/introMesonInfo2Jussi Pakkanen2019-01-071-6/+12
|\
| * Added meson-info.jsonDaniel Mensinger2019-01-061-6/+12
* | use same code for printing options in mconf and msetupNicolas Schneider2019-01-061-2/+3
|/
* Added unit testDaniel Mensinger2019-01-061-3/+0
* Some code cleanupDaniel Mensinger2019-01-061-1/+5
* Moved the source and compiler generation to the backendDaniel Mensinger2019-01-061-1/+1
* Fixed tests and benchmarksDaniel Mensinger2019-01-061-2/+5
* Initial automatic target file generationDaniel Mensinger2019-01-061-0/+4
* msetup: Fix callig meson --wipe inside a build directoryDylan Baker2018-12-201-1/+9
* msetup: Give a nice error message if cmd_line.txt cannot be readDylan Baker2018-12-191-2/+7
* Get basic native config file loading workingDylan Baker2018-11-141-0/+4
* Add --wipe command line optionXavier Claessens2018-11-061-6/+32
* Recover when coredata cannot be loadedXavier Claessens2018-11-061-0/+4
* msetup: Remove dead codeXavier Claessens2018-10-171-9/+0
* Expose wrap_mode as an option. Closes #4266.Jussi Pakkanen2018-10-071-4/+0
* Use a single ArgumentParser for all subcommandsXavier Claessens2018-10-041-34/+4
* Move setup command handling to its own msetup.py fileXavier Claessens2018-10-041-0/+227