aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts
AgeCommit message (Expand)AuthorFilesLines
2018-03-27Always build parser objects anew to avoid leaking old data.Jussi Pakkanen1-3/+5
2018-03-19Create a helper for checking if a string has a path componentNirbheek Chauhan1-2/+3
2018-03-15Fix FileNotFoundError when restorecon unavailableFabrice Fontaine1-0/+4
2018-03-13Merge pull request #3145 from thejk/gcovrJussi Pakkanen1-4/+17
2018-03-12fixup! Allow gcovr >= 3.1 to be used to generate html coverage reportJoel Klinghed1-2/+2
2018-03-12fixup! Fix coverage-xml and coverage-text targets for gcovr >= 3.1Joel Klinghed1-2/+2
2018-03-12Use specific exception types instead of ExceptionAleksey Filippov1-1/+1
2018-03-11Do not use bare except [flake8]Aleksey Filippov1-1/+1
2018-02-27Allow gcovr >= 3.1 to be used to generate html coverage reportJoel Klinghed1-1/+9
2018-02-27Fix coverage-xml and coverage-text targets for gcovr >= 3.1Joel Klinghed1-3/+8
2018-02-08Remove all files outside the source directory from the coverage reportHenk van der Laan1-10/+7
2018-02-05Fix install_subdir() installation messageAleksey Filippov1-5/+5
2018-02-04Refactor and simplify install_subdir()Aleksey Filippov1-18/+36
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov2-9/+9
2018-01-30Echo coverage report uris after generation. Fixes #2805.Félix Piédallu1-1/+10
2018-01-14Avoid worrying about encodings when capturing child program outputIlia Mirkin1-5/+9
2018-01-07gtkdochelper: Set LD_LIBRARY_PATH from -Wl,-rpath argumentsTing-Wei Lan1-3/+15
2017-12-30The scanbuild script does now also look for executables with a version in the...snsmac1-1/+25
2017-12-17Exclude llvm/clang lib headers from test coveragesnsmac1-0/+1
2017-12-09Check for more errors when executing subprocess. (#2746)behlec1-4/+10
2017-12-07Improve error handling when failing to execute program. (#2743)behlec1-1/+4
2017-11-21Review fixes.Jussi Pakkanen1-5/+6
2017-11-20Replaced sys.executable use with the mesonlib equivalent.Jussi Pakkanen1-9/+5
2017-11-19Silence failed restorecon calls when $DESTDIR is setZbigniew Jędrzejewski-Szmek1-1/+3
2017-11-11Pass restorecon file list through stdin.Elliott Sales de Andrade1-5/+7
2017-11-09Coalesce restorecon calls into one.Elliott Sales de Andrade1-16/+12
2017-11-07gtkdoc: Pass the linker down to gtkdoc-scangobjXavier Claessens1-1/+2
2017-10-19MSI: Fix regenerate with visual studioNiklas Claesson1-3/+5
2017-10-07Create the .po file with the `update_po` subcommand if it doesn't existCorentin Noël1-1/+4
2017-09-23Made man page gzip creation deterministic. Closes #2363.Jussi Pakkanen1-1/+3
2017-09-14Merge pull request #2216 from ebassi/yelp-linguasJussi Pakkanen1-0/+4
2017-09-04install: Also ignore PermissionError for selinuxNirbheek Chauhan1-1/+1
2017-08-20Remove leftover debug print statement in meson_install.pyGabrĂ­el ArthĂșr PĂ©tursson1-1/+1
2017-08-18Re-use gettext.read_linguas in yelphelperEmmanuele Bassi1-16/+1
2017-08-18Support LINGUAS for gnome.yelp() languagesEmmanuele Bassi1-0/+19
2017-08-18Make all functionality invokable via the main Meson binary,Jussi Pakkanen2-8/+18
2017-08-11Exclude system sources from test coverageStefan Sonski1-0/+1
2017-08-06Allow excluding files from `install_subdir`Elliott Sales de Andrade1-5/+15
2017-08-01Remove directories created by ninja installPeter Hutterer2-17/+50
2017-08-01meson_install: rename 'data' to 'd' for consistencyPeter Hutterer1-3/+3
2017-07-31install: restore the SELinux context on installPeter Hutterer1-0/+24
2017-07-18Close files reliably.Jussi Pakkanen1-0/+5
2017-07-17gnome.gtkdoc: Handle absolute install_dirs correctlyNirbheek Chauhan1-3/+5
2017-07-16Return explicit 0 as it is used in a sys.exit statement (just like every othe...Jussi Pakkanen1-0/+1
2017-07-16Use sys.exit rather than plain exit.Jussi Pakkanen1-1/+1
2017-06-21Merge pull request #1920 from QuLogic/hg-distJussi Pakkanen1-7/+29
2017-06-13Add Mercurial dist support.Elliott Sales de Andrade1-4/+25
2017-06-13Remove extraneous os.path.split()s.Elliott Sales de Andrade1-3/+4
2017-06-09gnome.yelp(): Handle file existing on symlinkPatrick Griffis1-1/+5
2017-06-09gnome.yelp(): Handle platforms where symlink not supportedPatrick Griffis1-2/+5