aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts
AgeCommit message (Expand)AuthorFilesLines
2018-06-02Add 'install_mode' to all installable targetsFilipe Brandenburger1-11/+13
2018-06-01Set the meson command to use when we know what it isNirbheek Chauhan1-4/+2
2018-06-01Revert "commandrunner: make run handle python options"Filipe Brandenburger1-21/+3
2018-05-30commandrunner: make run handle python optionsMartin Kelly1-3/+21
2018-05-24depfixer: Run install_name_tool only once while deleting rpathsNirbheek Chauhan1-2/+5
2018-05-24depfixer: We no longer run this as a scriptNirbheek Chauhan1-13/+0
2018-05-18Print message when using polkitRyan Gonzalez1-0/+2
2018-05-18Fix #3579: Wait for a permissions failure before trying to run pkexecRyan Gonzalez1-13/+17
2018-05-17Support installation via polkitRyan Gonzalez1-17/+27
2018-05-06gnome.gtkdoc: Allow passing file objects as xml_filesNirbheek Chauhan1-3/+6
2018-05-01Made depfixer more robust on OSX. Closes #3493.Jussi Pakkanen1-4/+10
2018-04-18Add new builtin option --install-umaskFilipe Brandenburger1-8/+33
2018-04-14🤦🤦🤦Jussi Pakkanen2-8/+9
2018-04-08Update depfixer to fix rpaths also on OSX.Jussi Pakkanen2-11/+52
2018-04-02Merge pull request #3242 from thejk/coverage_targetsJussi Pakkanen1-73/+121
2018-04-02gtkdochelper: print warningsSébastien Wilmet1-0/+2
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-19Generate coveragereport directory for gcovr html targetJoel Klinghed1-0/+2
2018-03-19Exclude subprojects when doing coverageJoel Klinghed1-2/+12
2018-03-19Use standalone coverage script for legacy targetsJoel Klinghed1-73/+109
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