aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts
AgeCommit message (Expand)AuthorFilesLines
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz11-23/+23
2021-03-04various python neatness cleanupsEli Schwartz2-2/+2
2021-03-04raw string literals are next to godlinessEli Schwartz1-2/+2
2021-02-05run_target: Add env kwargXavier Claessens2-87/+8
2021-01-30Merge pull request #8264 from xclaesse/ep-miscJussi Pakkanen1-6/+19
2021-01-30Fix executable as script on WindowsXavier Claessens1-10/+16
2021-01-29external_project: Improve loggingXavier Claessens1-6/+19
2021-01-27custom_target: Add env kwargXavier Claessens1-1/+2
2021-01-20Use case-insensitive suffix check for fortranJonas Lundholm Bertelsen1-2/+2
2021-01-14Merge pull request #8192 from dcbaker/submit/minstall-type-annotationsJussi Pakkanen1-4/+4
2021-01-13scripts/depfixer: make rpaths_dirs_to_remove a setDylan Baker1-4/+4
2021-01-13Fix misspellsAntonin Décimo2-2/+2
2021-01-04Use a single coredata dictionary for optionsDylan Baker1-1/+2
2020-12-25Extend the C++ module scanner to handle Fortran, too.Jussi Pakkanen1-19/+129
2020-12-22depfixer: split new rpath into multiple entries for dedup comparisonsAlan Coopersmith1-1/+1
2020-12-13Add mypy annotations.Jussi Pakkanen1-11/+13
2020-12-13Scan all C++ sources and ignore everything else.Jussi Pakkanen1-0/+2
2020-12-13C++ module compilation works for a simple project.Jussi Pakkanen1-0/+87
2020-12-10Respect MESON_INSTALL_QUIET in gettext.pyDaan De Meyer1-1/+2
2020-11-17Collect and return clang-format's return codeFlorian Schmaus1-3/+4
2020-11-17Fix clang-tidy return value reporting (Part â…¡)Florian Schmaus1-1/+1
2020-11-07Fix clang-tidy return value reporting (#7949)Florian Schmaus1-5/+4
2020-11-04symbolextractor: Add FreeBSD supportThibault Payet1-0/+20
2020-11-01Fix #5492 (#7919)Elliot1-5/+19
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