summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts
AgeCommit message (Expand)Author
2019-09-14uniform scan-build detection processGabriel Ganne
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy
2019-08-24wine: Try to get the short paths when generating WINEPATHThibault Saunier
2019-08-04gtkdoc: Use find_program() to get gtkdoc toolsXavier Claessens
2019-08-03Merge pull request #5644 from bonzini/meson-exe-cmdlineJussi Pakkanen
2019-08-02remove unreachable codeMichael Hirsch, Ph.D
2019-07-23Made dist a top level command.Jussi Pakkanen
2019-07-19backends: do not split command and arguments in ExecutableSerialisationPaolo Bonzini
2019-07-19backends: remove unnecessary fields from ExecutableSerialisationPaolo Bonzini
2019-07-19backends: discover java/mono wrapper at generation timePaolo Bonzini
2019-07-19backends: create ExecutableSerialisation in meson_exe if possiblePaolo Bonzini
2019-07-18fix all flake8 issuesDaniel Mensinger
2019-07-15meson: skip captured write if content didn't changeMarc-André Lureau
2019-07-10Reference error code as hex value and improve commentNorbert Nemec
2019-07-10diagnostics for missing DLLs on Windows in meson_exe.pyNorbert Nemec
2019-07-01Use the same directory names for dist so that ccache works. Closes #5583.Jussi Pakkanen
2019-06-27meson_exe: Don't assert that we need an exe_wrapper when we say we don't need...Dylan Baker
2019-06-06gnome.yelp(): Fix media symlink fallback pathChristoph Reiter
2019-04-29Fix unused variables warningsDaniel Mensinger
2019-04-29Fix blind exceptionsDaniel Mensinger
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