summaryrefslogtreecommitdiff
path: root/mesonbuild/mdevenv.py
Commit message (Collapse)AuthorAgeFilesLines
* Add --vsenv command line option and active VS only when neededXavier Claessens2021-10-101-1/+2
|
* cleanup self.options.wdPaolo Bonzini2021-07-071-1/+0
| | | | It is never None and always an absolute path
* resolve symlinks passed to -CPaolo Bonzini2021-07-071-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 Claessens2021-03-161-0/+79