Age | Commit message (Expand) | Author | Files | Lines |
2022-02-28 | Add API for modules that wants to define their devenv | Xavier Claessens | 1 | -1/+8 |
2021-10-10 | Add --vsenv command line option and active VS only when needed | Xavier Claessens | 1 | -0/+4 |
2021-09-12 | deprecate layout=flat and warn people never to use it | Eli Schwartz | 1 | -0/+7 |
2021-09-12 | msetup: make xcode unsupported warning actually show | Eli Schwartz | 1 | -2/+5 |
2021-09-02 | interpreter: Add summary of all user defined options | Xavier Claessens | 1 | -8/+7 |
2021-06-29 | fix: Always explicitly set encoding for text files (fixes #8263) | Daniel Mensinger | 1 | -2/+2 |
2021-04-17 | msetup: Restore .gitignore after wipe | Xavier Claessens | 1 | -0/+1 |
2021-03-22 | cmd_line_file.txt: Use cross/native file path resolved by coredata | Xavier Claessens | 1 | -0/+4 |
2021-03-16 | Add `meson devenv` command and meson.add_devenv() | Xavier Claessens | 1 | -0/+1 |
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 1 | -6/+6 |
2021-01-04 | Use a single coredata dictionary for options | Dylan Baker | 1 | -1/+1 |
2021-01-04 | use OptionKey for builtin and base options | Dylan Baker | 1 | -1/+1 |
2020-12-28 | Incorrect source-build directory error when using network paths on Windows | Samuel Longchamps | 1 | -2/+5 |
2020-12-13 | Add VCS ignore files to build dir on creation. Closes #6509. | Jussi Pakkanen | 1 | -0/+19 |
2020-11-07 | Fix host machine reporting typo in msetup.py | Corey McNeish | 1 | -1/+1 |
2020-09-13 | mcompile: Add some basic XCode support | Nirbheek Chauhan | 1 | -0/+2 |
2020-09-08 | typing: more fixes | Daniel Mensinger | 1 | -6/+12 |
2020-09-08 | typing: fully annotate mcompile, minit, and msetup | Daniel Mensinger | 1 | -5/+5 |
2020-04-29 | Fix symlink deletion with --wipe option | Laurent Pinchart | 1 | -1/+1 |
2020-04-10 | Fix typo in help of option '--wipe' [skip ci] | Jens Carl | 1 | -1/+1 |
2020-03-03 | Cherry-picking - (rm python2 % add python3 .format) (#6725) | Michael Brockus | 1 | -4/+4 |
2020-02-12 | meson: unbreak --profile-self | Marcel Hollerbach | 1 | -1/+1 |
2020-01-28 | backend: refactor: set self.interpreter in the constructor | Daniel Mensinger | 1 | -1/+1 |
2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger | 1 | -3/+3 |
2019-11-07 | CI: add initial type annotation checking | Michael Hirsch, Ph.D | 1 | -7/+7 |
2019-09-25 | Print user defined options in meson-log.txt | Xavier Claessens | 1 | -0/+1 |
2019-08-12 | Put native file before cross file in options list | John Ericson | 1 | -4/+4 |
2019-08-11 | Print only host platform info in some cases during native builds | Jussi Pakkanen | 1 | -6/+9 |
2019-06-23 | coredata: Correctly handle receiving a pipe for native/cross files | Dylan Baker | 1 | -28/+29 |
2019-05-05 | fix error when show default config of list | Clouds | 1 | -1/+1 |
2019-04-13 | Run postconf scripts absolutely last. | Elliott Sales de Andrade | 1 | -2/+3 |
2019-04-05 | dependencies: Add command line option for pkg_config_path | Dylan Baker | 1 | -8/+0 |
2019-03-20 | mesonbuild: allow multiple --cross-file options | Ross Burton | 1 | -1/+3 |
2019-01-07 | Merge pull request #4732 from mensinda/introMesonInfo2 | Jussi Pakkanen | 1 | -6/+12 |
2019-01-06 | use same code for printing options in mconf and msetup | Nicolas Schneider | 1 | -2/+3 |
2019-01-06 | Added meson-info.json | Daniel Mensinger | 1 | -6/+12 |
2019-01-06 | Added unit test | Daniel Mensinger | 1 | -3/+0 |
2019-01-06 | Some code cleanup | Daniel Mensinger | 1 | -1/+5 |
2019-01-06 | Moved the source and compiler generation to the backend | Daniel Mensinger | 1 | -1/+1 |
2019-01-06 | Fixed tests and benchmarks | Daniel Mensinger | 1 | -2/+5 |
2019-01-06 | Initial automatic target file generation | Daniel Mensinger | 1 | -0/+4 |
2018-12-20 | msetup: Fix callig meson --wipe inside a build directory | Dylan Baker | 1 | -1/+9 |
2018-12-19 | msetup: Give a nice error message if cmd_line.txt cannot be read | Dylan Baker | 1 | -2/+7 |
2018-11-14 | Get basic native config file loading working | Dylan Baker | 1 | -0/+4 |
2018-11-06 | Add --wipe command line option | Xavier Claessens | 1 | -6/+32 |
2018-11-06 | Recover when coredata cannot be loaded | Xavier Claessens | 1 | -0/+4 |
2018-10-17 | msetup: Remove dead code | Xavier Claessens | 1 | -9/+0 |
2018-10-07 | Expose wrap_mode as an option. Closes #4266. | Jussi Pakkanen | 1 | -4/+0 |
2018-10-04 | Use a single ArgumentParser for all subcommands | Xavier Claessens | 1 | -34/+4 |
2018-10-04 | Move setup command handling to its own msetup.py file | Xavier Claessens | 1 | -0/+227 |