aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-23Prevent changing backend during reconfigure.keepbackendJussi Pakkanen1-0/+13
2023-03-21Fix run_tool() when git is not installedAlyssa Ross1-3/+3
2023-03-20fix one more missing explicit "setup" subcommandEli Schwartz1-0/+1
2023-03-20project tests: add log of the setup command being runEli Schwartz2-6/+9
2023-03-20backends: add a new "none" backendEli Schwartz12-10/+91
2023-03-20tests: fix regression that broke mtest_inprocessEli Schwartz1-1/+1
2023-03-20mtest: move the detection of rebuild compatibility out into the entry pointEli Schwartz1-6/+6
2023-03-20backends: simplify class setupEli Schwartz9-9/+25
2023-03-20Add restat = 1 to the fortran_COMPILER ruleVolker WeiƟmann1-1/+4
2023-03-19CUDA: make "Ampere" equivalent to SM8.0+SM8.6David Seifert1-1/+8
2023-03-18Small fix on how cc.sizeof (and similar functions) use the 'prefix' kwargVolker WeiƟmann1-14/+14
2023-03-17Better error message when custom_targets has duplicates in the output kwargVolker WeiƟmann1-0/+7
2023-03-17Fix "meson subprojects checkout -b" regressionXavier Claessens1-2/+3
2023-03-17fix meson compile with alias targetCharles Brunet2-4/+5
2023-03-16coredata: Do not pickle it twiceXavier Claessens3-6/+16
2023-03-16Stop using replace_if_different() for coredata pickle fileDaan De Meyer4-31/+75
2023-03-16modules/i18n: fix typo in gettext decoratorCorentin Noƫl1-1/+1
2023-03-16Disable codecov commentXavier Claessens1-0/+3
2023-03-16hotdoc: Install devhelp files at the right locationXavier Claessens2-6/+19
2023-03-16prevent lib prefix warning from pkg-configCharles Brunet8-15/+16
2023-03-14add typename to AliasTargetCharles Brunet1-0/+3
2023-03-14rewriter: fix indentation of kwargsCharles Brunet1-0/+2
2023-03-14rewriter: add missing command aliasesCharles Brunet1-3/+3
2023-03-14rewriter: activate vsenvCharles Brunet1-1/+2
2023-03-14rewriter: fix warning about empty sourcesCharles Brunet2-2/+4
2023-03-12Fix warning_level=everything with GCC 8David Robillard1-1/+3
2023-03-11Make generator exe more resilient.Jussi Pakkanen1-2/+10
2023-03-09detect.py: Be more precise about detecting xtensa gcc toolchainsKhem Raj1-1/+1
2023-03-09tests: allow a long test to have more time to complete before timing outEli Schwartz1-2/+2
2023-03-09configure_file: emit FeatureNew when a cmake-formatted file has too many tokensEli Schwartz2-8/+13
2023-03-09emit FeatureNew warning for compiler.preprocess used multiple timesEli Schwartz1-0/+3
2023-03-09compiler.preprocess should only update the private name per directoryEli Schwartz1-2/+5
2023-03-09re-deduplicate feature warnings printed at the end of setupEli Schwartz2-2/+2
2023-03-09utils: fix annotation of pickle_loadDylan Baker3-11/+28
2023-03-09dependencies: add pybind11 custom factoryEli Schwartz4-1/+40
2023-03-09build: fully type CompileTargetDylan Baker2-9/+12
2023-03-09build: Add some missing annotations to BuildTarget initializerDylan Baker1-20/+62
2023-03-09build: move all Target attributes to dataclassDylan Baker1-11/+16
2023-03-09build: Add missing annotation to Target methodDylan Baker1-1/+1
2023-03-09build: make Target an abstract properties instead of doing hasattrDylan Baker1-5/+10
2023-03-09interpreter: Add missing Union annotationDylan Baker1-1/+1
2023-03-05hotdoc module: properly error out when configuring failsEli Schwartz1-1/+2
2023-03-04msubprojects: fix potential error when resetting a git checkoutBenoit Pierre2-3/+17
2023-03-04typed_kwargs: Remove feature_validator as it's not currently usedXavier Claessens1-9/+0
2023-03-04typed_kwargs: Extend since_values and deprecated_values for typesXavier Claessens7-37/+81
2023-03-02run_mypy: accept the path to an alternative mypy executableEli Schwartz1-4/+3
2023-03-02Revert "target python 3.10 as the mypy language version"Eli Schwartz1-1/+1
2023-03-02run_mypy: passthrough unknown options to mypy itselfEli Schwartz1-2/+1
2023-03-02doc: remove unexisting operators from grammarCharles Brunet1-1/+1
2023-03-02mintro: redirect stdout to stderrCharles Brunet2-8/+14