summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts
AgeCommit message (Expand)Author
2018-04-02Merge pull request #3242 from thejk/coverage_targetsJussi Pakkanen
2018-04-02gtkdochelper: print warningsSébastien Wilmet
2018-03-27Always build parser objects anew to avoid leaking old data.Jussi Pakkanen
2018-03-19Create a helper for checking if a string has a path componentNirbheek Chauhan
2018-03-19Generate coveragereport directory for gcovr html targetJoel Klinghed
2018-03-19Exclude subprojects when doing coverageJoel Klinghed
2018-03-19Use standalone coverage script for legacy targetsJoel Klinghed
2018-03-15Fix FileNotFoundError when restorecon unavailableFabrice Fontaine
2018-03-13Merge pull request #3145 from thejk/gcovrJussi Pakkanen
2018-03-12fixup! Allow gcovr >= 3.1 to be used to generate html coverage reportJoel Klinghed
2018-03-12fixup! Fix coverage-xml and coverage-text targets for gcovr >= 3.1Joel Klinghed
2018-03-12Use specific exception types instead of ExceptionAleksey Filippov
2018-03-11Do not use bare except [flake8]Aleksey Filippov
2018-02-27Allow gcovr >= 3.1 to be used to generate html coverage reportJoel Klinghed
2018-02-27Fix coverage-xml and coverage-text targets for gcovr >= 3.1Joel Klinghed
2018-02-08Remove all files outside the source directory from the coverage reportHenk van der Laan
2018-02-05Fix install_subdir() installation messageAleksey Filippov
2018-02-04Refactor and simplify install_subdir()Aleksey Filippov
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov
2018-01-30Echo coverage report uris after generation. Fixes #2805.Félix Piédallu
2018-01-14Avoid worrying about encodings when capturing child program outputIlia Mirkin
2018-01-07gtkdochelper: Set LD_LIBRARY_PATH from -Wl,-rpath argumentsTing-Wei Lan
2017-12-30The scanbuild script does now also look for executables with a version in the...snsmac
2017-12-17Exclude llvm/clang lib headers from test coveragesnsmac
2017-12-09Check for more errors when executing subprocess. (#2746)behlec
2017-12-07Improve error handling when failing to execute program. (#2743)behlec
2017-11-21Review fixes.Jussi Pakkanen
2017-11-20Replaced sys.executable use with the mesonlib equivalent.Jussi Pakkanen
2017-11-19Silence failed restorecon calls when $DESTDIR is setZbigniew Jędrzejewski-Szmek
2017-11-11Pass restorecon file list through stdin.Elliott Sales de Andrade
2017-11-09Coalesce restorecon calls into one.Elliott Sales de Andrade
2017-11-07gtkdoc: Pass the linker down to gtkdoc-scangobjXavier Claessens
2017-10-19MSI: Fix regenerate with visual studioNiklas Claesson
2017-10-07Create the .po file with the `update_po` subcommand if it doesn't existCorentin Noël
2017-09-23Made man page gzip creation deterministic. Closes #2363.Jussi Pakkanen
2017-09-14Merge pull request #2216 from ebassi/yelp-linguasJussi Pakkanen
2017-09-04install: Also ignore PermissionError for selinuxNirbheek Chauhan
2017-08-20Remove leftover debug print statement in meson_install.pyGabríel Arthúr Pétursson
2017-08-18Re-use gettext.read_linguas in yelphelperEmmanuele Bassi
2017-08-18Support LINGUAS for gnome.yelp() languagesEmmanuele Bassi
2017-08-18Make all functionality invokable via the main Meson binary,Jussi Pakkanen
2017-08-11Exclude system sources from test coverageStefan Sonski
2017-08-06Allow excluding files from `install_subdir`Elliott Sales de Andrade
2017-08-01Remove directories created by ninja installPeter Hutterer
2017-08-01meson_install: rename 'data' to 'd' for consistencyPeter Hutterer
2017-07-31install: restore the SELinux context on installPeter Hutterer
2017-07-18Close files reliably.Jussi Pakkanen
2017-07-17gnome.gtkdoc: Handle absolute install_dirs correctlyNirbheek Chauhan
2017-07-16Return explicit 0 as it is used in a sys.exit statement (just like every othe...Jussi Pakkanen
2017-07-16Use sys.exit rather than plain exit.Jussi Pakkanen