summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-22interpreter: move disabler KwargInfo to the type_checking moduleDylan Baker
2021-11-22interpreter: use typed_pos_args for find_programDylan Baker
2021-11-22interpreter: add type annotations to find_program_implDylan Baker
2021-11-22interpreter: use typed_* args for the summary functionDylan Baker
2021-11-22interpreter: add typed_kwargs to subdirDylan Baker
2021-11-22interpreter: use typed_kwargs for projectDylan Baker
2021-11-22build: TestSetup.exe_wrapper doesn't need to be optionalDylan Baker
2021-11-22interpreter: use typed_kwargs for add_test_setupDylan Baker
2021-11-21Clarify some wording for compiler.first_supported_argumentLuke Drummond
2021-11-21Make the generated reproducible .cmake files reproducible.Chris Lamb
2021-11-21Support Visual Studio 2022 backendCrend King
2021-11-21Run pylintGustavoLCR
2021-11-21Fix vs backend cross compilation regressionGustavoLCR
2021-11-20dependencies/zlib: Allow for generic OS checksDudemanguy
2021-11-20FeatureDeprecated: add a notice summary of future deprecationsEli Schwartz
2021-11-20add location nodes to some Feature callsEli Schwartz
2021-11-20Feature kwargs decorator: automatically report the nodes which trigger an issueEli Schwartz
2021-11-20add location support to feature checksEli Schwartz
2021-11-20guard a complicated mlog.warning inside a Feature checkEli Schwartz
2021-11-20convert more mlog.deprecation into FeatureDeprecatedEli Schwartz
2021-11-20fix missing subproject kwarg to FeatureDeprecatedEli Schwartz
2021-11-20cmake: Use find_library() on bare library names in cmake dependenciesJon Turney
2021-11-20Update expected skip condition for llvm framework test on msys2Jon Turney
2021-11-18tests: replace python2 framework with metalDylan Baker
2021-11-18tests: remove extraframework test for pythonDylan Baker
2021-11-17hdf5 dependency: check for alternative config-tool namesEli Schwartz
2021-11-16i18n: Fix backtrace when missing input kwargXavier Claessens
2021-11-16Add vala templateAlberto Fanjul
2021-11-17MSI generator fixesJussi Pakkanen
2021-11-16Support ancient (<3.4.0) gcc versionsWilliam Toohey
2021-11-16mtest: add an ASCII-only version of the spinnerPaolo Bonzini
2021-11-16modules/gnome: fix warning message that will always fireDylan Baker
2021-11-16modules/gnome: Add back deprecation messageDylan Baker
2021-11-15Fix to find Python files for Windows virtualenvsMatthew Brett
2021-11-15Merge pull request #9520 from dcbaker/submit/gnome-first-typed-kwargsJussi Pakkanen
2021-11-15only pass clang LTO arguments when they are neededEli Schwartz
2021-11-15Merge pull request #9565 from bonzini/invalid-run-targetJussi Pakkanen
2021-11-15dependencies/zlib: Add system zlib method for androidDudemanguy
2021-11-15interpreter: disallow RunTarget in meson.add_install_scriptPaolo Bonzini
2021-11-15interpreter: disallow RunTarget in testPaolo Bonzini
2021-11-15valac dependencies: use the canonical list of vala source namesEli Schwartz
2021-11-14Users.md: add mpvDudemanguy
2021-11-14interpreter: Fix a typoYasushi SHOJI
2021-11-14Share common code between clang tidy and formatXavier Claessens
2021-11-14Remove incorrect arguments for C2000 C++ compiler. Add correct form for outpu...Nathanael Gray
2021-11-13qt module: add depfile support to moc as wellEli Schwartz
2021-11-09docs: fix refman 2.0 regression in correctly describing find_library(has_head...Eli Schwartz
2021-11-09docs: fix some spelling typosEli Schwartz
2021-11-09Delete ghwt.py as it is no longer needed or even works.Jussi Pakkanen
2021-11-09Merge pull request #9396 from keszybz/drop-unused-and-unnecessary-printing-codeJussi Pakkanen