summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
2023-03-21Fix run_tool() when git is not installedAlyssa Ross
2023-03-20fix one more missing explicit "setup" subcommandEli Schwartz
2023-03-20backends: add a new "none" backendEli Schwartz
2023-03-20mtest: move the detection of rebuild compatibility out into the entry pointEli Schwartz
2023-03-20backends: simplify class setupEli Schwartz
2023-03-20Add restat = 1 to the fortran_COMPILER ruleVolker Weißmann
2023-03-19CUDA: make "Ampere" equivalent to SM8.0+SM8.6David Seifert
2023-03-18Small fix on how cc.sizeof (and similar functions) use the 'prefix' kwargVolker Weißmann
2023-03-17Better error message when custom_targets has duplicates in the output kwargVolker Weißmann
2023-03-17Fix "meson subprojects checkout -b" regressionXavier Claessens
2023-03-17fix meson compile with alias targetCharles Brunet
2023-03-16coredata: Do not pickle it twiceXavier Claessens
2023-03-16Stop using replace_if_different() for coredata pickle fileDaan De Meyer
2023-03-16modules/i18n: fix typo in gettext decoratorCorentin Noël
2023-03-16hotdoc: Install devhelp files at the right locationXavier Claessens
2023-03-16prevent lib prefix warning from pkg-configCharles Brunet
2023-03-14add typename to AliasTargetCharles Brunet
2023-03-14rewriter: fix indentation of kwargsCharles Brunet
2023-03-14rewriter: add missing command aliasesCharles Brunet
2023-03-14rewriter: activate vsenvCharles Brunet
2023-03-14rewriter: fix warning about empty sourcesCharles Brunet
2023-03-12Fix warning_level=everything with GCC 8David Robillard
2023-03-09detect.py: Be more precise about detecting xtensa gcc toolchainsKhem Raj
2023-03-09configure_file: emit FeatureNew when a cmake-formatted file has too many tokensEli Schwartz
2023-03-09emit FeatureNew warning for compiler.preprocess used multiple timesEli Schwartz
2023-03-09compiler.preprocess should only update the private name per directoryEli Schwartz
2023-03-09re-deduplicate feature warnings printed at the end of setupEli Schwartz
2023-03-09utils: fix annotation of pickle_loadDylan Baker
2023-03-09dependencies: add pybind11 custom factoryEli Schwartz
2023-03-09build: fully type CompileTargetDylan Baker
2023-03-09build: Add some missing annotations to BuildTarget initializerDylan Baker
2023-03-09build: move all Target attributes to dataclassDylan Baker
2023-03-09build: Add missing annotation to Target methodDylan Baker
2023-03-09build: make Target an abstract properties instead of doing hasattrDylan Baker
2023-03-09interpreter: Add missing Union annotationDylan Baker
2023-03-05hotdoc module: properly error out when configuring failsEli Schwartz
2023-03-04msubprojects: fix potential error when resetting a git checkoutBenoit Pierre
2023-03-04typed_kwargs: Remove feature_validator as it's not currently usedXavier Claessens
2023-03-04typed_kwargs: Extend since_values and deprecated_values for typesXavier Claessens
2023-03-02mintro: redirect stdout to stderrCharles Brunet
2023-03-01interpreter: report FeatureNew for kwargs to project()Eli Schwartz
2023-03-01handle meson_version after parsing but before invalid project() kwargsEli Schwartz
2023-03-01handle meson_version even when the build file fails to parseEli Schwartz
2023-03-01mparser: Add partial AST to exceptionsEli Schwartz
2023-03-01mparser: use an inherited ParseException everywhereEli Schwartz
2023-03-01Revert "Exit meson with an error if an invalid escape sequence is found in a"Eli Schwartz
2023-03-01interpreter: Add testcase..endtestcase clause supportXavier Claessens
2023-03-01rust: Fix handling of proc-macros in rust-project.jsonSebastian Dröge
2023-03-01rust: Store absolute paths in rust-project.jsonSebastian Dröge
2023-03-01backends: fix source dir stripping from rpathsStefan Hajnoczi