summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts
AgeCommit message (Expand)Author
2020-11-07Fix clang-tidy return value reporting (#7949)Florian Schmaus
2020-11-04symbolextractor: Add FreeBSD supportThibault Payet
2020-11-01Fix #5492 (#7919)Elliot
2020-10-12exclude generated file from clang-tidy processingMichele Dionisio
2020-10-05Never run clang-format / clang-tidy against directoriesBernd Busse
2020-09-20Make meson_exe report pickled command when it failsJon Turney
2020-09-13externalproject: Fix typing annotationXavier Claessens
2020-09-13external-project: Add typing annotationXavier Claessens
2020-09-13external-project: New module to build configure/make projectsXavier Claessens
2020-09-08typing: fix code reviewDaniel Mensinger
2020-09-08typing: get rid of most T.castDaniel Mensinger
2020-09-08typing: more fixesDaniel Mensinger
2020-09-08typing: fully annotate scriptsDaniel Mensinger
2020-09-04environment: use ExternalProgram to find ninjaPaolo Bonzini
2020-09-02symbolextractor: Handle PermissionError when running toolNirbheek Chauhan
2020-08-30meson_exe: Remove two unused functionsChristoph Reiter
2020-08-30Dedup final install rpath.Jussi Pakkanen
2020-08-20simplify shutil usage by invoking copy2 where appropriateEli Schwartz
2020-08-07Better log message on rpath error.Jussi Pakkanen
2020-07-07symbolextractor: use try/finally in solaris_syms when wrapping gnu_symsAlan Coopersmith
2020-06-30Move mesonbuild/cmake/data/run_ctgt.py to mesonbuild/scripts/cmake_run_ctgt.p...georgev93
2020-06-22symbolextractor: Add support for SolarisAlan Coopersmith
2020-06-17coverage: llvm-cov supportCary Converse
2020-06-13Also adjust PATH in gtkdochelper for CygwinJon Turney
2020-05-18Merge pull request #7103 from dankegel/bug4027-rpath-rememberJussi Pakkanen
2020-05-18symbolextractor: add OpenBSD supportAntoine Jacoutot
2020-05-16Let .pc files specify rpath.Dan Kegel
2020-05-15symbolextractor: Do not store the size of code objectsNirbheek Chauhan
2020-04-21gtkdochelper.py: Ignore UnicodeEncodeError when printing outputChun-wei Fan
2020-04-21gtkdochelper.py: Support Windows cmd.exe consolesChun-wei Fan
2020-04-10symbolextractor: add support for hurdPino Toscano
2020-04-10symbolextractor: rename linux_syms to gnu_symsPino Toscano
2020-02-23Merge pull request #6637 from mesonbuild/nirbheek/implement-symbolextractor-w...Jussi Pakkanen
2020-02-22symbolextractor: Add support for CygwinNirbheek Chauhan
2020-02-22symbolextractor: Add support for clang-clNirbheek Chauhan
2020-02-22symbolextractor: Add a Windows implementationNirbheek Chauhan
2020-02-22ninjabackend: Pass the import library to SHSYMNirbheek Chauhan
2020-02-17depfixer: Ignore more extensions that can't need RPATH fixesNirbheek Chauhan
2020-02-17depfixer: Cache searching of install_name_toolNirbheek Chauhan
2020-02-17symbolextractor: Add typing hintsNirbheek Chauhan
2020-02-17symbolextractor: Support passing arguments to toolsNirbheek Chauhan
2020-02-17symbolextractor: Print a warning if required tools not foundNirbheek Chauhan
2020-02-16symbolextractor: Correctly filter undefined symbols on macOSNirbheek Chauhan
2020-02-16symbolextractor: Print one warning when no implementation foundNirbheek Chauhan
2019-11-17commandrunner: Forward KeyboardInterrupt to commandAlberto García Hierro
2019-11-12Prevent install_name_tool to run on EXE when cross compile on OSXBinh Nguyen
2019-10-22Add source tags targetsMarc-André Lureau
2019-10-21Use run-clang-tidy when available.Jussi Pakkanen
2019-10-20Fix all flake8 warningsDaniel Mensinger
2019-10-01Add clang-tidy target. Closes #2383.Jussi Pakkanen