aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/meson_exe.py
AgeCommit message (Expand)AuthorFilesLines
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