index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
mdevenv.py
Age
Commit message (
Expand
)
Author
2025-12-17
dependencies: Require 'native' be passed in kwargs
Dylan Baker
2025-10-20
dependencies: Add `silent` to known keyword arguments to Dependency
Dylan Baker
2025-10-20
interpreter: port dependency version to typed_kwargs
Dylan Baker
2025-10-20
dependency: Use a TypedDict to describe the keyword arguments to Dependency
Dylan Baker
2025-10-06
devenv: Implement prompt for fish and zsh
Xavier Claessens
2025-10-06
devenv: Respect MESON_DISABLE_PS1_OVERRIDE on Windows as well
Xavier Claessens
2025-10-06
devenv: DYLD_LIBRARY_PATH does not work in subshell
Xavier Claessens
2025-05-14
devenv: do not use os.execv on Windows
Charles Brunet
2025-03-10
coredata: replace get_option with optstore.get_value_for
Dylan Baker
2024-11-17
mdevenv: exec directly into the program to run
Eli Schwartz
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-03-20
devenv: Don't use Path.relative_to() to resolve relative paths
Nirbheek Chauhan
2023-11-26
fix broken type annotation imports being ignored
Eli Schwartz
2023-11-14
dependencies: allow get_variable to define multiple pkgconfig defines
Eli Schwartz
2023-11-01
Add comments suggesting to keep shell completion scripts up-to-date near cmd ...
Luke Elliott
2023-09-18
Remove get_pkgconfig_variable()
Xavier Claessens
2023-07-19
fix implicit_reexport issues and enforce them going forward
Eli Schwartz
2023-06-26
dependencies: defer importing a custom dependency until it is used
Eli Schwartz
2023-03-29
Make --vsenv a readonly builtin option
Xavier Claessens
2023-02-01
treewide: add future annotations import
Eli Schwartz
2023-01-20
devenv should import env vars from vsenv
Charles Brunet
2023-01-18
devenv: Allow dumping into file and select a format
Xavier Claessens
2022-12-07
devenv: Set QEMU_LD_PREFIX to sys_root
Xavier Claessens
2022-12-07
devenv: Always include env for HOST machine
Xavier Claessens
2022-12-07
devenv: Do not include system values in --dump
Xavier Claessens
2022-12-06
devenv: Add more info how to get gdb scripts working
Xavier Claessens
2022-12-06
devenv: Add --workdir option
Xavier Claessens
2022-11-30
devenv: avoid overwriting internal variables of the global argparse
Eli Schwartz
2022-09-21
mdevenv: powershell <7.0 is EOL, prefer using pwsh.exe
Xavier Claessens
2022-09-15
devenv: Resolve executable in devenv's PATH
Xavier Claessens
2022-06-17
devenv: Do not use relative WINEPATH
Xavier Claessens
2022-06-17
Improve WINEPATH reduction
Xavier Claessens
2022-06-14
devenv: Add support for PowerShell 7 on Windows
Seungha Yang
2022-06-13
flake8: remove unused variable
Eli Schwartz
2022-06-03
devenv: do not fatally error if pkg-config or bash-completion is not available
Eli Schwartz
2022-05-06
devenv: Set WINEPATH when cross compiling for Windows
Xavier Claessens
2022-05-04
devenv: Use PkgConfigDependency.get_env()
Xavier Claessens
2022-04-30
devenv: Catch FileNotFoundError
Xavier Claessens
2022-02-28
devenv: Add --dump option
Xavier Claessens
2022-02-28
devenv: Setup GDB auto-load scripts
Xavier Claessens
2022-02-28
devenv: Source bash completion scripts
Xavier Claessens
2022-02-20
devenv: support bash under MSYS2 by default
Christoph Reiter
2021-10-10
Add --vsenv command line option and active VS only when needed
Xavier Claessens
2021-07-07
cleanup self.options.wd
Paolo Bonzini
2021-07-07
resolve symlinks passed to -C
Paolo Bonzini
2021-03-16
Add `meson devenv` command and meson.add_devenv()
Xavier Claessens