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
/
scripts
/
meson_exe.py
Age
Commit message (
Expand
)
Author
2023-05-16
meson_exe: print suitable debug information for DLL not found errors
Eli Schwartz
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-09-28
Move classes used by scripts to their own module
Xavier Claessens
2022-09-22
pylint: enable global-statement
Dylan Baker
2022-06-17
Improve WINEPATH reduction
Xavier Claessens
2021-12-05
rename exe_runner to exe_wrapper everywhere
Eli Schwartz
2021-09-24
scripts/meson_exe: narrow type annotation
Dylan Baker
2021-09-24
scripts/meson_exe: close fd if we open it
Dylan Baker
2021-06-29
Add feed arg to custom_target()
Simon Ser
2021-03-30
scripts/meson_exe: fix stdout and stderr decoding
Aleksandr Mezin
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-03-04
various python neatness cleanups
Eli Schwartz
2021-02-05
run_target: Add env kwarg
Xavier Claessens
2021-01-30
Fix executable as script on Windows
Xavier Claessens
2021-01-27
custom_target: Add env kwarg
Xavier Claessens
2020-09-20
Make meson_exe report pickled command when it fails
Jon Turney
2020-09-08
typing: more fixes
Daniel Mensinger
2020-09-08
typing: fully annotate scripts
Daniel Mensinger
2020-08-30
meson_exe: Remove two unused functions
Christoph Reiter
2019-08-24
wine: Try to get the short paths when generating WINEPATH
Thibault Saunier
2019-07-19
backends: do not split command and arguments in ExecutableSerialisation
Paolo Bonzini
2019-07-19
backends: remove unnecessary fields from ExecutableSerialisation
Paolo Bonzini
2019-07-19
backends: discover java/mono wrapper at generation time
Paolo Bonzini
2019-07-19
backends: create ExecutableSerialisation in meson_exe if possible
Paolo Bonzini
2019-07-15
meson: skip captured write if content didn't change
Marc-André Lureau
2019-07-10
Reference error code as hex value and improve comment
Norbert Nemec
2019-07-10
diagnostics for missing DLLs on Windows in meson_exe.py
Norbert Nemec
2019-06-27
meson_exe: Don't assert that we need an exe_wrapper when we say we don't need...
Dylan Baker
2019-04-25
Don't use len() to test for container emptiness
Dylan Baker
2018-10-04
Fixed the lack of stdout being displayed when not in capture mode for meson_e...
dx-mon
2018-07-09
cross: Be more permissive about not-found exe_wrapper
Nirbheek Chauhan
2018-07-09
cross: Use ExternalProgram for cross-file exe_wrapper
Nirbheek Chauhan
2018-06-05
Set WINEPATH when running serialized executables
Nirbheek Chauhan
2018-03-27
Always build parser objects anew to avoid leaking old data.
Jussi Pakkanen
2018-01-14
Avoid worrying about encodings when capturing child program output
Ilia Mirkin
2017-04-06
Use '.exe' extension for executables for Cygwin
Jon Turney
2016-12-19
tree-wide: remove unused imports
Igor Gnatenko
2016-12-18
remove shebangs from scripts
Igor Gnatenko
2016-12-11
Use universal_newlines=True for all Popen calls
Nirbheek Chauhan
2016-11-13
Use portable path separator in wrappers.
Elliott Sales de Andrade
2016-10-07
Remove shebangs on files that are not runnable and add execute bits to those ...
Jussi Pakkanen
2016-08-27
Use context manager for file I/O.
Elliott Sales de Andrade
2016-08-26
Echo stderr from captured command.
Elliott Sales de Andrade
2016-08-26
Allow capturing command output of a custom target.
Elliott Sales de Andrade
2016-04-18
scripts/meson_exe: prepend extra_paths to PATH instead of appending
Nirbheek Chauhan
2016-04-15
ninja: Set PATH for CustomTargets with built EXEs on Windows
Nirbheek Chauhan