aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2020-09-08typing: fully annotate wrapDaniel Mensinger3-34/+40
2020-09-08typing: fully annotate mparser.pyDaniel Mensinger2-18/+29
2020-09-08typing: fully annotate mesonlib.pyDaniel Mensinger2-42/+42
2020-09-08typing: Add run_mypy.py for easier mypy invocationDaniel Mensinger1-1/+1
2020-09-08typing: completely type interpreterbaseDaniel Mensinger1-64/+68
2020-09-08typing: completely type astDaniel Mensinger3-7/+7
2020-09-08typing: refactor dict handlingDaniel Mensinger2-25/+28
2020-09-08IntrospectInterpreter: allow dictionaries with nonconstant keysPaolo Bonzini1-0/+10
2020-09-08minstall: Print a big FAILED when a script failsNirbheek Chauhan1-4/+6
2020-09-08Add some type hints to the ExternalProgram classNirbheek Chauhan1-7/+7
2020-09-08Fix picking up tools with args from the env on WindowsNirbheek Chauhan1-1/+8
2020-09-06backends: check external rpaths for all languages using ldflagsJames Hilliard2-2/+3
2020-09-06Merge pull request #7689 from scivision/fortran_incJussi Pakkanen1-20/+22
2020-09-04environment: use ExternalProgram to find ninjaPaolo Bonzini7-18/+22
2020-09-04introspect: add test dependencies info to test/benchmark JSONPaolo Bonzini2-2/+11
2020-09-02fortran: make include scanning also work for CMake subprojectsMichael Hirsch1-20/+22
2020-09-02symbolextractor: Handle PermissionError when running toolNirbheek Chauhan1-0/+5
2020-09-02cmake: Don't link DEBUG to CRT when not building with MSVCNirbheek Chauhan1-1/+3
2020-09-02interpreterbase: Fix typing annotationXavier Claessens1-1/+1
2020-09-02Special case meson.version().version_compare() statementXavier Claessens2-3/+22
2020-09-02environment: do not raise exception in detect_cuda_compilerMatt Madison1-2/+0
2020-09-02Add a notice about Python 3.5 supportNirbheek Chauhan2-4/+21
2020-09-02dependencies/mpi: add missing annotationDylan Baker1-3/+3
2020-09-02dependencies: Fix type of dependency_factory decoratorDylan Baker1-13/+11
2020-08-31backends: do not look for extra paths unnecessarilyPaolo Bonzini2-8/+6
2020-08-31mcompile: Also support -v for verboseNirbheek Chauhan1-1/+1
2020-08-30CMake module: fix cmake 3.10 compatibility in path generationSebastian Würl1-4/+4
2020-08-30CMake module: fix python 3.6 compatibility in path generationSebastian Würl1-2/+2
2020-08-30CMake module: Allow paths of generated CMake sources for include directoriesSebastian Würl1-3/+11
2020-08-30Be stricter when detecting Windows/CygwinChristoph Reiter4-10/+8
2020-08-30meson_exe: Remove two unused functionsChristoph Reiter1-9/+0
2020-08-30mcompile: use -v instead of --verbose for ninjaIgor Raits1-1/+1
2020-08-30Dedup final install rpath.Jussi Pakkanen1-6/+9
2020-08-30D: fix include orderPierrick Bouvier1-0/+7
2020-08-27Fix typo when fetching buildtype option for compiler checksNirbheek Chauhan1-1/+1
2020-08-25Merge pull request #7581 from peterh/aixJussi Pakkanen4-5/+65
2020-08-25qt module: add qresource support to compile_translationsEli Schwartz1-11/+49
2020-08-23Merge pull request #7600 from alexrp/masterJussi Pakkanen2-3/+15
2020-08-22Merge pull request #7609 from dcbaker/submit/2020-08/cmake-fix-apple-clangJussi Pakkanen5-8/+41
2020-08-22cmake: Fix detection of AppleClangDylan Baker1-6/+19
2020-08-22compilers: Add Apple subclasses for ObjC and ObjC++Dylan Baker4-2/+22
2020-08-22Update LLVM tool versions for LLVM/Clang 10.Alex Rønne Petersen1-1/+2
2020-08-22Add C2x option support.Alex Rønne Petersen1-2/+13
2020-08-22Merge pull request #7607 from bonzini/speedupJussi Pakkanen5-31/+47
2020-08-22Merge pull request #7447 from scivision/nvcJussi Pakkanen6-8/+74
2020-08-20interpreter: Do not get variable on failed subprojectXavier Claessens1-4/+9
2020-08-20Correctly determine C++ stds for Elbrus compilermakise-homura1-5/+13
2020-08-20simplify shutil usage by invoking copy2 where appropriateEli Schwartz4-10/+5
2020-08-18Interpreter: Fix c_stdlib usageXavier Claessens4-41/+37
2020-08-18prevent disabler() object from overwriting arrays (#7484)Elliot1-4/+2