aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts
AgeCommit message (Expand)AuthorFilesLines
2020-08-30meson_exe: Remove two unused functionsChristoph Reiter1-9/+0
2020-08-30Dedup final install rpath.Jussi Pakkanen1-6/+9
2020-08-20simplify shutil usage by invoking copy2 where appropriateEli Schwartz2-4/+2
2020-08-07Better log message on rpath error.Jussi Pakkanen1-1/+2
2020-07-07symbolextractor: use try/finally in solaris_syms when wrapping gnu_symsAlan Coopersmith1-3/+5
2020-06-30Move mesonbuild/cmake/data/run_ctgt.py to mesonbuild/scripts/cmake_run_ctgt.p...georgev931-0/+100
2020-06-22symbolextractor: Add support for SolarisAlan Coopersmith1-0/+9
2020-06-17coverage: llvm-cov supportCary Converse1-12/+34
2020-06-13Also adjust PATH in gtkdochelper for CygwinJon Turney1-3/+5
2020-05-18Merge pull request #7103 from dankegel/bug4027-rpath-rememberJussi Pakkanen1-8/+24
2020-05-18symbolextractor: add OpenBSD supportAntoine Jacoutot1-0/+19
2020-05-16Let .pc files specify rpath.Dan Kegel1-8/+24
2020-05-15symbolextractor: Do not store the size of code objectsNirbheek Chauhan1-1/+4
2020-04-21gtkdochelper.py: Ignore UnicodeEncodeError when printing outputChun-wei Fan1-1/+8
2020-04-21gtkdochelper.py: Support Windows cmd.exe consolesChun-wei Fan1-0/+1
2020-04-10symbolextractor: add support for hurdPino Toscano1-1/+1
2020-04-10symbolextractor: rename linux_syms to gnu_symsPino Toscano1-2/+2
2020-02-23Merge pull request #6637 from mesonbuild/nirbheek/implement-symbolextractor-w...Jussi Pakkanen1-38/+191
2020-02-22symbolextractor: Add support for CygwinNirbheek Chauhan1-0/+26
2020-02-22symbolextractor: Add support for clang-clNirbheek Chauhan1-27/+37
2020-02-22symbolextractor: Add a Windows implementationNirbheek Chauhan1-7/+80
2020-02-22ninjabackend: Pass the import library to SHSYMNirbheek Chauhan1-5/+6
2020-02-17depfixer: Ignore more extensions that can't need RPATH fixesNirbheek Chauhan1-5/+4
2020-02-17depfixer: Cache searching of install_name_toolNirbheek Chauhan1-1/+11
2020-02-17symbolextractor: Add typing hintsNirbheek Chauhan1-6/+7
2020-02-17symbolextractor: Support passing arguments to toolsNirbheek Chauhan1-8/+13
2020-02-17symbolextractor: Print a warning if required tools not foundNirbheek Chauhan1-26/+49
2020-02-16symbolextractor: Correctly filter undefined symbols on macOSNirbheek Chauhan1-2/+4
2020-02-16symbolextractor: Print one warning when no implementation foundNirbheek Chauhan1-7/+19
2019-11-17commandrunner: Forward KeyboardInterrupt to commandAlberto García Hierro1-1/+6
2019-11-12Prevent install_name_tool to run on EXE when cross compile on OSXBinh Nguyen1-2/+2
2019-10-22Add source tags targetsMarc-André Lureau1-0/+51
2019-10-21Use run-clang-tidy when available.Jussi Pakkanen1-4/+18
2019-10-20Fix all flake8 warningsDaniel Mensinger1-1/+0
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