summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts
AgeCommit message (Expand)Author
2018-08-07gtkdoc: set PATH on Windows when executing gtkdoc-scangobj. Fixes #3307Christoph Reiter
2018-07-31Merge pull request #3799 from rossburton/gtkdocJussi Pakkanen
2018-07-09scripts/gtkdochelper: add support for --runRoss Burton
2018-07-09cross: Be more permissive about not-found exe_wrapperNirbheek Chauhan
2018-07-09cross: Use ExternalProgram for cross-file exe_wrapperNirbheek Chauhan
2018-07-03java: remove manifest classpath from installed jarNiclas Moeslund Overby
2018-06-26gtkdoc: Use generated types file if there is oneXavier Claessens
2018-06-21Merge pull request #3590 from mesonbuild/testcommandJussi Pakkanen
2018-06-20gtkdochelper: pass CC to gtkdoc-scangobjRoss Burton
2018-06-18Made install a top level Meson command.Jussi Pakkanen
2018-06-18meson_install: Don't add DESTDIR to install_nameNirbheek Chauhan
2018-06-18macos: Rewrite install_name for dependent built libraries on installNirbheek Chauhan
2018-06-18depfixer: Rewrite install_name for dylibs on installNirbheek Chauhan
2018-06-17gtkdoc: Run gtkdoc-scangobj command from build directoryXavier Claessens
2018-06-07gettext: Install .mo files atomicallyPhilip Chimento
2018-06-06Fix issues found by flake8Xavier Claessens
2018-06-05Set WINEPATH when running serialized executablesNirbheek Chauhan
2018-06-02Add 'install_mode' to all installable targetsFilipe Brandenburger
2018-06-01Set the meson command to use when we know what it isNirbheek Chauhan
2018-06-01Revert "commandrunner: make run handle python options"Filipe Brandenburger
2018-05-30commandrunner: make run handle python optionsMartin Kelly
2018-05-24depfixer: Run install_name_tool only once while deleting rpathsNirbheek Chauhan
2018-05-24depfixer: We no longer run this as a scriptNirbheek Chauhan
2018-05-18Print message when using polkitRyan Gonzalez
2018-05-18Fix #3579: Wait for a permissions failure before trying to run pkexecRyan Gonzalez
2018-05-17Support installation via polkitRyan Gonzalez
2018-05-06gnome.gtkdoc: Allow passing file objects as xml_filesNirbheek Chauhan
2018-05-01Made depfixer more robust on OSX. Closes #3493.Jussi Pakkanen
2018-04-18Add new builtin option --install-umaskFilipe Brandenburger
2018-04-14🤦🤦🤦Jussi Pakkanen
2018-04-08Update depfixer to fix rpaths also on OSX.Jussi Pakkanen
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