summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/meson_exe.py
Commit message (Expand)AuthorAgeFilesLines
* wine: Try to get the short paths when generating WINEPATHThibault Saunier2019-08-241-8/+4
* backends: do not split command and arguments in ExecutableSerialisationPaolo Bonzini2019-07-191-8/+5
* backends: remove unnecessary fields from ExecutableSerialisationPaolo Bonzini2019-07-191-10/+5
* backends: discover java/mono wrapper at generation timePaolo Bonzini2019-07-191-20/+10
* backends: create ExecutableSerialisation in meson_exe if possiblePaolo Bonzini2019-07-191-9/+24
* meson: skip captured write if content didn't changeMarc-André Lureau2019-07-151-2/+9
* Reference error code as hex value and improve commentNorbert Nemec2019-07-101-2/+2
* diagnostics for missing DLLs on Windows in meson_exe.pyNorbert Nemec2019-07-101-0/+5
* meson_exe: Don't assert that we need an exe_wrapper when we say we don't need...Dylan Baker2019-06-271-3/+3
* Don't use len() to test for container emptinessDylan Baker2019-04-251-1/+1
* Fixed the lack of stdout being displayed when not in capture mode for meson_e...dx-mon2018-10-041-0/+2
* cross: Be more permissive about not-found exe_wrappernirbheek/exe-wrapper-compiler-fallbacksNirbheek Chauhan2018-07-091-1/+5
* cross: Use ExternalProgram for cross-file exe_wrapperNirbheek Chauhan2018-07-091-2/+4
* Set WINEPATH when running serialized executablesNirbheek Chauhan2018-06-051-0/+9
* Always build parser objects anew to avoid leaking old data.Jussi Pakkanen2018-03-271-3/+5
* Avoid worrying about encodings when capturing child program outputIlia Mirkin2018-01-141-5/+9
* Use '.exe' extension for executables for CygwinJon Turney2017-04-061-1/+5
* tree-wide: remove unused importsIgor Gnatenko2016-12-191-2/+1
* remove shebangs from scriptsIgor Gnatenko2016-12-181-2/+0
* Use universal_newlines=True for all Popen callsNirbheek Chauhan2016-12-111-10/+5
* Use portable path separator in wrappers.Elliott Sales de Andrade2016-11-131-1/+2
* Remove shebangs on files that are not runnable and add execute bits to those ...Jussi Pakkanen2016-10-071-0/+0
* Use context manager for file I/O.Elliott Sales de Andrade2016-08-271-1/+2
* Echo stderr from captured command.Elliott Sales de Andrade2016-08-261-0/+2
* Allow capturing command output of a custom target.Elliott Sales de Andrade2016-08-261-1/+6
* scripts/meson_exe: prepend extra_paths to PATH instead of appendingNirbheek Chauhan2016-04-181-1/+1
* ninja: Set PATH for CustomTargets with built EXEs on WindowsNirbheek Chauhan2016-04-151-0/+74