aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2020-11-24compilers/fortran: Add "none" to intel compielrs for standardsDylan Baker1-2/+2
2020-11-24compiler: allow non-built internal dependencies as argumentsPaolo Bonzini2-13/+23
2020-11-23Add a variant of TemporaryDirectory that uses windows_proof_rmtree()Christoph Reiter2-53/+68
2020-11-22Merge pull request #8010 from dcbaker/submit/optinterpreter-cleanupsJussi Pakkanen2-36/+57
2020-11-22Merge pull request #8011 from dcbaker/submit/post-python36-cleanupsJussi Pakkanen37-86/+37
2020-11-21Handle cmake dependencies which require a specified versionJason Ekstrand4-5/+19
2020-11-21envconfig: use debug for "using * from environment variables messagesDylan Baker1-1/+1
2020-11-20Delete now dead < python 3.6 checkDylan Baker1-1/+1
2020-11-20use real pathlib moduleDylan Baker37-85/+36
2020-11-20optinterpreter: organize the validation of arguments to be more readableDylan Baker1-10/+13
2020-11-20optinterpreter: use PEP8 compliant namesDylan Baker1-10/+10
2020-11-20optinterpreter: fix value being set in loopDylan Baker1-1/+1
2020-11-20Add type annotations to optinterpreterDylan Baker1-19/+33
2020-11-20Allow setting attributes in MesonException intializerDylan Baker1-3/+7
2020-11-18Merge pull request #7894 from obilaniu/cudaupdatesJussi Pakkanen1-41/+105
2020-11-18Merge pull request #7836 from bonzini/mtest-asyncioJussi Pakkanen1-137/+212
2020-11-18Merge pull request #7900 from bonzini/stabilize-hashJussi Pakkanen4-7/+7
2020-11-18mtest: cleanup and fix print_statsPaolo Bonzini2-14/+12
2020-11-17Revert "Add thinlto support. Closes #7493."Jussi Pakkanen5-25/+14
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-17gnome: Drop use of volatile in GLib type functionsPhilip Withnall1-1/+1
2020-11-17add warning for projects with manually specified -WerrorEli Schwartz1-0/+3
2020-11-15ninjabackend: stabilize order of dependencies and order-only dependenciesPaolo Bonzini1-2/+2
2020-11-15stabilize iteration order for dictionariesPaolo Bonzini1-2/+2
2020-11-15stabilize sets that are converted to listsPaolo Bonzini2-3/+3
2020-11-15mtest: switch to asyncio subprocessesPaolo Bonzini1-35/+19
2020-11-15mtest: use ProactorEventLoopPaolo Bonzini1-0/+4
2020-11-15mtest: improve handling of SIGINT and SIGTERMPaolo Bonzini1-8/+36
2020-11-15mtest: remove usage of executorsPaolo Bonzini1-50/+76
2020-11-15mtest: add INTERRUPT to TestResultPaolo Bonzini1-21/+24
2020-11-15mtest: always ignore ProcessLookupErrorPaolo Bonzini1-33/+26
2020-11-15mtest: refactor _run_cmdPaolo Bonzini1-85/+101
2020-11-15mtest: add back SIGINT handlingPaolo Bonzini1-6/+27
2020-11-15mtest: use asyncio for run loopPaolo Bonzini1-26/+39
2020-11-15mtest: remove run_specialPaolo Bonzini1-13/+1
2020-11-15mtest: fix flake8 issuesPaolo Bonzini1-4/+3
2020-11-14Merge pull request #7843 from dcbaker/submit/rustc-fixesJussi Pakkanen4-27/+58
2020-11-13msvc: enable /std:c17 flagjpark371-8/+19
2020-11-13environment: Fix detection of rust compilers, moreDylan Baker1-11/+27
2020-11-13compilers/rust: warn about setting -C linker in your compiler argsDylan Baker1-0/+7
2020-11-13compilers/rust: add and use an implementation of use_linker_argsDylan Baker2-7/+11
2020-11-13run_unittests: use textwrap.dedentDylan Baker1-4/+5
2020-11-13ninjabackend: Fix a couple of rust bugsDylan Baker1-2/+3
2020-11-13environment: Properly pass linker to rustcDylan Baker1-7/+9
2020-11-13Merge pull request #7866 from dcbaker/submit/compiler-std-in-baseJussi Pakkanen4-170/+123
2020-11-13ninjabackend: fix matching of empty stringsAlexander Neumann1-1/+1
2020-11-13Do not warn when -Wpedantic is added as a project argument.Eli Schwartz1-1/+5
2020-11-13gnome: Handle libraries that are not in the current build dirSam Thursfield1-5/+6
2020-11-13The version kwarg must be a string. Closes #7975.Jussi Pakkanen1-0/+2