summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts
AgeCommit message (Expand)Author
2019-04-25Don't use len() to test for container emptinessDylan Baker
2019-04-24Add gcovr 4.2 supportRichard Kjerstadius
2019-04-22Update list of potential scan-build binaries. Closes #5287.Jussi Pakkanen
2019-04-22i18n: add args keyword to merge_fileKonstantin
2019-04-21dist: recurse into git submodulesVladimír Čunát
2019-04-04Add symbol sizes to .symbols filesArkadiusz Hiler
2019-04-03Read file as utf8 on python3jonathan MERCIER
2019-04-01Also format headers with Clang-Format. Closes #5184.Jussi Pakkanen
2019-03-28gettext: prefer POTFILES.in if it existsEli Schwartz
2019-01-30dist: Handle git worktrees, which have a .git file instead of dirDylan Baker
2018-12-30Add a clang-format target.Jussi Pakkanen
2018-12-16coverage: Also remove source_root prefixesWilliam A. Kennington III
2018-12-12Better Python exe detector. Closes #4614.Jussi Pakkanen
2018-12-02coverage: Print summary after gcovr html generationMohammed Sadiq
2018-10-25depfixer: Do not try to fix rpaths of dllsMarvin Scholz
2018-10-24Fix flake8 'imported but unused' reportsJon Turney
2018-10-14Do not try to remove duplicate RPATH entries on macOSDavid Seifert
2018-10-09coverage: fix lcov branch coverage generationMohammed Sadiq
2018-10-08scanbuild: Split SCANBUILD using shlexGuido Günther
2018-10-04Make custom dist scripts accept arguments.Jan Tojnar
2018-10-04Fixed the lack of stdout being displayed when not in capture mode for meson_e...dx-mon
2018-09-28Merge pull request #4261 from rossburton/crossJussi Pakkanen
2018-09-28dist: Warn if there are uncommitted changes in the repositoryNirbheek Chauhan
2018-09-28dist: Make usage of period in messages consistentNirbheek Chauhan
2018-09-28gtkdochelper: show full command if it failsRoss Burton
2018-09-21gnome: add support for `module_version`Marco Trevisan (Treviño)
2018-08-29Merge pull request #4016 from thiblahute/hotdocJussi Pakkanen
2018-08-28modules: Add an 'hotdoc' moduleThibault Saunier
2018-08-27Add support for custom dist scripts.Jussi Pakkanen
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