summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/meson_exe.py
Commit message (Expand)AuthorAgeFilesLines
* 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