aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts
AgeCommit message (Expand)AuthorFilesLines
2019-06-06gnome.yelp(): Fix media symlink fallback pathChristoph Reiter1-2/+4
2019-04-29Fix unused variables warningsDaniel Mensinger1-1/+1
2019-04-29Fix blind exceptionsDaniel Mensinger1-1/+1
2019-04-25Don't use len() to test for container emptinessDylan Baker4-11/+11
2019-04-24Add gcovr 4.2 supportRichard Kjerstadius1-16/+13
2019-04-22Update list of potential scan-build binaries. Closes #5287.Jussi Pakkanen1-3/+6
2019-04-22i18n: add args keyword to merge_fileKonstantin1-1/+2
2019-04-21dist: recurse into git submodulesVladimír Čunát1-1/+1
2019-04-04Add symbol sizes to .symbols filesArkadiusz Hiler1-1/+8
2019-04-03Read file as utf8 on python3jonathan MERCIER1-3/+5
2019-04-01Also format headers with Clang-Format. Closes #5184.Jussi Pakkanen1-0/+1
2019-03-28gettext: prefer POTFILES.in if it existsEli Schwartz1-2/+2
2019-01-30dist: Handle git worktrees, which have a .git file instead of dirDylan Baker1-1/+2
2018-12-30Add a clang-format target.Jussi Pakkanen1-0/+37
2018-12-16coverage: Also remove source_root prefixesWilliam A. Kennington III1-0/+1
2018-12-12Better 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