aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2021-11-22typed_kwargs: provide better error messages for wrong container typesDylan Baker1-1/+13
2021-11-22typed_kwargs: move some closures around to increase code clarityDylan Baker1-21/+24
2021-11-21Make the generated reproducible .cmake files reproducible.Chris Lamb1-1/+1
2021-11-21Support Visual Studio 2022 backendCrend King5-1/+66
2021-11-21Run pylintGustavoLCR1-28/+36
2021-11-21Fix vs backend cross compilation regressionGustavoLCR1-6/+15
2021-11-20dependencies/zlib: Allow for generic OS checksDudemanguy1-4/+1
2021-11-20FeatureDeprecated: add a notice summary of future deprecationsEli Schwartz1-5/+30
2021-11-20add location nodes to some Feature callsEli Schwartz5-16/+23
2021-11-20Feature kwargs decorator: automatically report the nodes which trigger an issueEli Schwartz1-9/+11
2021-11-20add location support to feature checksEli Schwartz1-11/+14
2021-11-20guard a complicated mlog.warning inside a Feature checkEli Schwartz1-4/+6
2021-11-20convert more mlog.deprecation into FeatureDeprecatedEli Schwartz2-3/+5
2021-11-20fix missing subproject kwarg to FeatureDeprecatedEli Schwartz1-1/+2
2021-11-20cmake: Use find_library() on bare library names in cmake dependenciesJon Turney1-6/+4
2021-11-17hdf5 dependency: check for alternative config-tool namesEli Schwartz1-3/+3
2021-11-16i18n: Fix backtrace when missing input kwargXavier Claessens1-21/+1
2021-11-16Add vala templateAlberto Fanjul4-5/+134
2021-11-16Support ancient (<3.4.0) gcc versionsWilliam Toohey1-1/+4
2021-11-16mtest: add an ASCII-only version of the spinnerPaolo Bonzini1-4/+7
2021-11-16modules/gnome: fix warning message that will always fireDylan Baker1-3/+2
2021-11-16modules/gnome: Add back deprecation messageDylan Baker1-0/+2
2021-11-15Fix to find Python files for Windows virtualenvsMatthew Brett1-2/+6
2021-11-15Merge pull request #9520 from dcbaker/submit/gnome-first-typed-kwargsJussi Pakkanen1-371/+388
2021-11-15only pass clang LTO arguments when they are neededEli Schwartz1-2/+4
2021-11-15Merge pull request #9565 from bonzini/invalid-run-targetJussi Pakkanen2-6/+6
2021-11-15dependencies/zlib: Add system zlib method for androidDudemanguy1-2/+2
2021-11-15interpreter: disallow RunTarget in meson.add_install_scriptPaolo Bonzini1-5/+5
2021-11-15interpreter: disallow RunTarget in testPaolo Bonzini1-1/+1
2021-11-15valac dependencies: use the canonical list of vala source namesEli Schwartz1-1/+1
2021-11-14interpreter: Fix a typoYasushi SHOJI1-1/+1
2021-11-14Share common code between clang tidy and formatXavier Claessens3-89/+84
2021-11-14Remove incorrect arguments for C2000 C++ compiler. Add correct form for outpu...Nathanael Gray1-12/+13
2021-11-13qt module: add depfile support to moc as wellEli Schwartz1-1/+11
2021-11-09Merge pull request #9396 from keszybz/drop-unused-and-unnecessary-printing-codeJussi Pakkanen2-40/+41
2021-11-09python: Better detect when install path is not in sys.pathXavier Claessens1-9/+12
2021-11-09depfixer: always print the file name in messagesZbigniew Jędrzejewski-Szmek1-6/+6
2021-11-09depfixer: convert unused printing code to debugging functionsZbigniew Jędrzejewski-Szmek2-31/+32
2021-11-09depfixer: f-stringsZbigniew Jędrzejewski-Szmek1-3/+3
2021-11-08compilers/java: Add no_warn_args and debug_args methodsDylan Baker1-0/+8
2021-11-08modules/gnome: use typed_kwargs for gdbus_codegenDylan Baker1-51/+70
2021-11-08modules/gnome: use typed_kwargs for gtkdoc methodDylan Baker1-113/+121
2021-11-08modules/gnome: use typed_kwargs for generate_girDylan Baker1-142/+95
2021-11-08modules/gnome: use typed_kwargs for compile_resourcesDylan Baker1-35/+61
2021-11-08modules/gnome: use typed_kwargs for yelpDylan Baker1-25/+26
2021-11-08modules/gnome: use typed_kwargs for compile_schemasDylan Baker1-9/+19
2021-11-04fix regression that broke string.format with list objectsEli Schwartz1-0/+2
2021-11-02fix custom_target with install: true and no install_dir, crashingEli Schwartz1-1/+1
2021-11-02wrap: Fix concurrent os.mkdir()Xavier Claessens1-2/+1
2021-11-02python.dependency(): Do not stop when first candidate is not foundXavier Claessens1-3/+4