summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts
AgeCommit message (Expand)Author
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
2017-06-21Merge pull request #1920 from QuLogic/hg-distJussi Pakkanen
2017-06-13Add Mercurial dist support.Elliott Sales de Andrade
2017-06-13Remove extraneous os.path.split()s.Elliott Sales de Andrade
2017-06-09gnome.yelp(): Handle file existing on symlinkPatrick Griffis
2017-06-09gnome.yelp(): Handle platforms where symlink not supportedPatrick Griffis
2017-06-09gnome.yelp(): Make copies of media files when symlink is falsePatrick Griffis
2017-06-07Merge pull request #1866 from ebassi/mkdb-argsJussi Pakkanen
2017-06-03Allow empty extra arguments in gettext scriptRene Lopez
2017-05-29Whitespace tweaks to reduce Flake8 warningsAlistair Thomas
2017-05-28Add mkdb_args support to gnome.gtkdoc()Emmanuele Bassi
2017-05-21Create helper function for a rmtree that works reliably on Windows.Jussi Pakkanen
2017-05-17Delete the correct directory in dist check.Elliott Sales de Andrade
2017-05-17Remove dead code paths.Elliott Sales de Andrade