aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts
AgeCommit message (Expand)AuthorFilesLines
2019-10-01Add clang-tidy target. Closes #2383.Jussi Pakkanen1-0/+38
2019-09-29Find clang-format with alternative namesTing-Wei Lan1-3/+10
2019-09-14uniform scan-build detection processGabriel Ganne1-34/+6
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy2-6/+4
2019-08-24wine: Try to get the short paths when generating WINEPATHThibault Saunier1-8/+4
2019-08-04gtkdoc: Use find_program() to get gtkdoc toolsXavier Claessens1-14/+19
2019-08-03Merge pull request #5644 from bonzini/meson-exe-cmdlineJussi Pakkanen1-30/+27
2019-08-02remove unreachable codeMichael Hirsch, Ph.D1-3/+2
2019-07-23Made dist a top level command.Jussi Pakkanen1-210/+0
2019-07-19backends: do not split command and arguments in ExecutableSerialisationPaolo Bonzini1-8/+5
2019-07-19backends: remove unnecessary fields from ExecutableSerialisationPaolo Bonzini1-10/+5
2019-07-19backends: discover java/mono wrapper at generation timePaolo Bonzini1-20/+10
2019-07-19backends: create ExecutableSerialisation in meson_exe if possiblePaolo Bonzini1-9/+24
2019-07-18fix all flake8 issuesDaniel Mensinger1-1/+0
2019-07-15meson: skip captured write if content didn't changeMarc-André Lureau1-2/+9
2019-07-10Reference error code as hex value and improve commentNorbert Nemec1-2/+2
2019-07-10diagnostics for missing DLLs on Windows in meson_exe.pyNorbert Nemec1-0/+5
2019-07-01Use the same directory names for dist so that ccache works. Closes #5583.Jussi Pakkanen1-5/+9
2019-06-27meson_exe: Don't assert that we need an exe_wrapper when we say we don't need...Dylan Baker1-3/+3
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