Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add --vsenv command line option and active VS only when needed | Xavier Claessens | 2021-10-10 | 1 | -1/+2 |
| | |||||
* | cleanup self.options.wd | Paolo Bonzini | 2021-07-07 | 1 | -1/+0 |
| | | | | It is never None and always an absolute path | ||||
* | resolve symlinks passed to -C | Paolo Bonzini | 2021-07-07 | 1 | -2/+2 |
| | | | | | | | | | | | | "meson setup" is resolving symlinks for the build directory in validate_core_dirs. For consistency with it, do the same when the build directory is passed via -C to devenv, dist, init, install and test. This ensures for example that the path to test dependencies is computed correctly in "meson test". Fixes: #8765 | ||||
* | Add `meson devenv` command and meson.add_devenv() | Xavier Claessens | 2021-03-16 | 1 | -0/+79 |