aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts
AgeCommit message (Expand)AuthorFilesLines
2018-08-07gtkdoc: set PATH on Windows when executing gtkdoc-scangobj. Fixes #3307Christoph Reiter1-8/+15
2018-07-31Merge pull request #3799 from rossburton/gtkdocJussi Pakkanen1-1/+4
2018-07-09scripts/gtkdochelper: add support for --runRoss Burton1-1/+4
2018-07-09cross: Be more permissive about not-found exe_wrapperNirbheek Chauhan1-1/+5
2018-07-09cross: Use ExternalProgram for cross-file exe_wrapperNirbheek Chauhan1-2/+4
2018-07-03java: remove manifest classpath from installed jarNiclas Moeslund Overby1-0/+14
2018-06-26gtkdoc: Use generated types file if there is oneXavier Claessens1-0/+5
2018-06-21Merge pull request #3590 from mesonbuild/testcommandJussi Pakkanen1-441/+0
2018-06-20gtkdochelper: pass CC to gtkdoc-scangobjRoss Burton1-0/+1
2018-06-18Made install a top level Meson command.Jussi Pakkanen1-441/+0
2018-06-18meson_install: Don't add DESTDIR to install_nameNirbheek Chauhan1-2/+1
2018-06-18macos: Rewrite install_name for dependent built libraries on installNirbheek Chauhan2-9/+14
2018-06-18depfixer: Rewrite install_name for dylibs on installNirbheek Chauhan2-8/+18
2018-06-17gtkdoc: Run gtkdoc-scangobj command from build directoryXavier Claessens1-2/+3
2018-06-07gettext: Install .mo files atomicallyPhilip Chimento1-2/+4
2018-06-06Fix issues found by flake8Xavier Claessens1-1/+1
2018-06-05Set WINEPATH when running serialized executablesNirbheek Chauhan1-0/+9
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