aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-28Condense test directories for rc1.rcdircondenseJussi Pakkanen93-23/+23
2023-03-28Import cpu detection fix from Debian.Jussi Pakkanen1-0/+1
2023-03-27Allow --reconfigure and --wipe of empty builddirXavier Claessens2-13/+23
2023-03-28unittests: Pass the exact backend nameXavier Claessens3-5/+7
2023-03-28Make backend option read-onlyXavier Claessens3-11/+46
2023-03-27find dll path on WindowsCharles Brunet1-10/+34
2023-03-27custom_target: libfoo.so.1 is linkableXavier Claessens2-5/+18
2023-03-27Write wrap-redirect filename as posix pathDenis Fortin1-4/+4
2023-03-27docs: add 2022 video from PyCon USandy59951-0/+3
2023-03-26tests: fix critical existence failure of doxygen testEli Schwartz3-4/+4
2023-03-24Add a system method for obtaining GL dependency on Linux OSHelen Ginn1-1/+9
2023-03-23asm: Add sx extensionRenan Lavarec6-1/+7
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