summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy return value reporting (#7949)Florian Schmaus2020-11-071-5/+4
* symbolextractor: Add FreeBSD supportThibault Payet2020-11-041-0/+20
* Fix #5492 (#7919)Elliot2020-11-011-5/+19
* exclude generated file from clang-tidy processingMichele Dionisio2020-10-121-1/+3
* Never run clang-format / clang-tidy against directoriesBernd Busse2020-10-052-0/+4
* Make meson_exe report pickled command when it failsJon Turney2020-09-201-1/+5
* externalproject: Fix typing annotationXavier Claessens2020-09-131-3/+3
* external-project: Add typing annotationXavier Claessens2020-09-131-4/+5
* external-project: New module to build configure/make projectsXavier Claessens2020-09-131-0/+95
* typing: fix code reviewDaniel Mensinger2020-09-081-1/+1
* typing: get rid of most T.castDaniel Mensinger2020-09-082-7/+11
* typing: more fixesDaniel Mensinger2020-09-082-2/+2
* typing: fully annotate scriptsDaniel Mensinger2020-09-0822-152/+182
* environment: use ExternalProgram to find ninjaPaolo Bonzini2020-09-041-1/+1
* symbolextractor: Handle PermissionError when running toolNirbheek Chauhan2020-09-021-0/+5
* meson_exe: Remove two unused functionsChristoph Reiter2020-08-301-9/+0
* Dedup final install rpath.Jussi Pakkanen2020-08-301-6/+9
* simplify shutil usage by invoking copy2 where appropriateEli Schwartz2020-08-202-4/+2
* Better log message on rpath error.Jussi Pakkanen2020-08-071-1/+2
* symbolextractor: use try/finally in solaris_syms when wrapping gnu_symsAlan Coopersmith2020-07-071-3/+5
* Move mesonbuild/cmake/data/run_ctgt.py to mesonbuild/scripts/cmake_run_ctgt.p...georgev932020-06-301-0/+100
* symbolextractor: Add support for SolarisAlan Coopersmith2020-06-221-0/+9
* coverage: llvm-cov supportCary Converse2020-06-171-12/+34
* Also adjust PATH in gtkdochelper for CygwinJon Turney2020-06-131-3/+5
* Merge pull request #7103 from dankegel/bug4027-rpath-rememberJussi Pakkanen2020-05-181-8/+24
|\
| * Let .pc files specify rpath.Dan Kegel2020-05-161-8/+24
* | symbolextractor: add OpenBSD supportAntoine Jacoutot2020-05-181-0/+19
* | symbolextractor: Do not store the size of code objectsNirbheek Chauhan2020-05-151-1/+4
|/
* gtkdochelper.py: Ignore UnicodeEncodeError when printing outputChun-wei Fan2020-04-211-1/+8
* gtkdochelper.py: Support Windows cmd.exe consolesChun-wei Fan2020-04-211-0/+1
* symbolextractor: add support for hurdPino Toscano2020-04-101-1/+1
* symbolextractor: rename linux_syms to gnu_symsPino Toscano2020-04-101-2/+2
* Merge pull request #6637 from mesonbuild/nirbheek/implement-symbolextractor-w...Jussi Pakkanen2020-02-231-38/+191
|\
| * symbolextractor: Add support for Cygwinnirbheek/implement-symbolextractor-windowsNirbheek Chauhan2020-02-221-0/+26
| * symbolextractor: Add support for clang-clNirbheek Chauhan2020-02-221-27/+37
| * symbolextractor: Add a Windows implementationNirbheek Chauhan2020-02-221-7/+80
| * ninjabackend: Pass the import library to SHSYMNirbheek Chauhan2020-02-221-5/+6
| * symbolextractor: Add typing hintsNirbheek Chauhan2020-02-171-6/+7
| * symbolextractor: Support passing arguments to toolsNirbheek Chauhan2020-02-171-8/+13
| * symbolextractor: Print a warning if required tools not foundNirbheek Chauhan2020-02-171-26/+49
| * symbolextractor: Correctly filter undefined symbols on macOSNirbheek Chauhan2020-02-161-2/+4
| * symbolextractor: Print one warning when no implementation foundNirbheek Chauhan2020-02-161-7/+19
* | depfixer: Ignore more extensions that can't need RPATH fixesNirbheek Chauhan2020-02-171-5/+4
* | depfixer: Cache searching of install_name_toolNirbheek Chauhan2020-02-171-1/+11
|/
* commandrunner: Forward KeyboardInterrupt to commandAlberto García Hierro2019-11-171-1/+6
* Prevent install_name_tool to run on EXE when cross compile on OSXBinh Nguyen2019-11-121-2/+2
* Add source tags targetsMarc-André Lureau2019-10-221-0/+51
* Use run-clang-tidy when available.Jussi Pakkanen2019-10-211-4/+18
* Fix all flake8 warningsDaniel Mensinger2019-10-201-1/+0
* Add clang-tidy target. Closes #2383.Jussi Pakkanen2019-10-011-0/+38