aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts
AgeCommit message (Expand)AuthorFilesLines
2019-01-14Better Python exe detector. Closes #4614.Jussi Pakkanen1-1/+5
2018-12-02coverage: Print summary after gcovr html generationMohammed Sadiq1-1/+2
2018-10-25depfixer: Do not try to fix rpaths of dllsMarvin Scholz1-0/+3
2018-10-24Fix flake8 'imported but unused' reportsJon Turney1-1/+0
2018-10-14Do not try to remove duplicate RPATH entries on macOSDavid Seifert1-2/+23
2018-10-09coverage: fix lcov branch coverage generationMohammed Sadiq1-0/+3
2018-10-08scanbuild: Split SCANBUILD using shlexGuido Günther1-7/+14
2018-10-04Make custom dist scripts accept arguments.Jan Tojnar1-10/+11
2018-10-04Fixed the lack of stdout being displayed when not in capture mode for meson_e...dx-mon1-0/+2
2018-09-28Merge pull request #4261 from rossburton/crossJussi Pakkanen1-1/+1
2018-09-28dist: Warn if there are uncommitted changes in the repositoryNirbheek Chauhan1-2/+18
2018-09-28dist: Make usage of period in messages consistentNirbheek Chauhan1-10/+10
2018-09-28gtkdochelper: show full command if it failsRoss Burton1-1/+1
2018-09-21gnome: add support for `module_version`Marco Trevisan (Treviño)1-3/+14
2018-08-29Merge pull request #4016 from thiblahute/hotdocJussi Pakkanen1-0/+36
2018-08-28modules: Add an 'hotdoc' moduleThibault Saunier1-0/+36
2018-08-27Add support for custom dist scripts.Jussi Pakkanen1-4/+25
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