aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts
AgeCommit message (Expand)AuthorFilesLines
2020-10-12exclude generated file from clang-tidy processingMichele Dionisio1-1/+3
2020-10-05Never run clang-format / clang-tidy against directoriesBernd Busse2-0/+4
2020-09-20Make meson_exe report pickled command when it failsJon Turney1-1/+5
2020-09-13externalproject: Fix typing annotationXavier Claessens1-3/+3
2020-09-13external-project: Add typing annotationXavier Claessens1-4/+5
2020-09-13external-project: New module to build configure/make projectsXavier Claessens1-0/+95
2020-09-08typing: fix code reviewDaniel Mensinger1-1/+1
2020-09-08typing: get rid of most T.castDaniel Mensinger2-7/+11
2020-09-08typing: more fixesDaniel Mensinger2-2/+2
2020-09-08typing: fully annotate scriptsDaniel Mensinger22-152/+182
2020-09-04environment: use ExternalProgram to find ninjaPaolo Bonzini1-1/+1
2020-09-02symbolextractor: Handle PermissionError when running toolNirbheek Chauhan1-0/+5
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