aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/meson_exe.py
AgeCommit message (Expand)AuthorFilesLines
2019-08-24wine: Try to get the short paths when generating WINEPATHThibault Saunier1-8/+4
2019-07-19backends: do not split command and arguments in ExecutableSerialisationPaolo Bonzini1-8/+5
2019-07-19backends: remove unnecessary fields from ExecutableSerialisationPaolo Bonzini1-10/+5
2019-07-19backends: discover java/mono wrapper at generation timePaolo Bonzini1-20/+10
2019-07-19backends: create ExecutableSerialisation in meson_exe if possiblePaolo Bonzini1-9/+24
2019-07-15meson: skip captured write if content didn't changeMarc-André Lureau1-2/+9
2019-07-10Reference error code as hex value and improve commentNorbert Nemec1-2/+2
2019-07-10diagnostics for missing DLLs on Windows in meson_exe.pyNorbert Nemec1-0/+5
2019-06-27meson_exe: Don't assert that we need an exe_wrapper when we say we don't need...Dylan Baker1-3/+3
2019-04-25Don't use len() to test for container emptinessDylan Baker1-1/+1
2018-10-04Fixed the lack of stdout being displayed when not in capture mode for meson_e...dx-mon1-0/+2
2018-07-09cross: Be more permissive about not-found exe_wrapperNirbheek Chauhan1-1/+5
2018-07-09cross: Use ExternalProgram for cross-file exe_wrapperNirbheek Chauhan1-2/+4
2018-06-05Set WINEPATH when running serialized executablesNirbheek Chauhan1-0/+9
2018-03-27Always build parser objects anew to avoid leaking old data.Jussi Pakkanen1-3/+5
2018-01-14Avoid worrying about encodings when capturing child program outputIlia Mirkin1-5/+9
2017-04-06Use '.exe' extension for executables for CygwinJon Turney1-1/+5
2016-12-19tree-wide: remove unused importsIgor Gnatenko1-2/+1
2016-12-18remove shebangs from scriptsIgor Gnatenko1-2/+0
2016-12-11Use universal_newlines=True for all Popen callsNirbheek Chauhan1-10/+5
2016-11-13Use portable path separator in wrappers.Elliott Sales de Andrade1-1/+2
2016-10-07Remove shebangs on files that are not runnable and add execute bits to those ...Jussi Pakkanen1-0/+0
2016-08-27Use context manager for file I/O.Elliott Sales de Andrade1-1/+2
2016-08-26Echo stderr from captured command.Elliott Sales de Andrade1-0/+2
2016-08-26Allow capturing command output of a custom target.Elliott Sales de Andrade1-1/+6
2016-04-18scripts/meson_exe: prepend extra_paths to PATH instead of appendingNirbheek Chauhan1-1/+1
2016-04-15ninja: Set PATH for CustomTargets with built EXEs on WindowsNirbheek Chauhan1-0/+74