aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-24interpreter/mesonmain: Fix remaining typing problems and add to run_mypyDylan Baker2-25/+37
2021-09-24build: use an object rather than a dict for the dep_manifestDylan Baker7-15/+32
2021-09-24interpreter/mesonmain: Add full set of typed_argument guardsDylan Baker1-99/+122
2021-09-24interpreter/mesonmain: fix type annotationsDylan Baker1-3/+3
2021-09-24interpreter: Add a few missing type annotationsDylan Baker1-3/+6
2021-09-24scripts/meson_exe: narrow type annotationDylan Baker1-1/+1
2021-09-24scripts/meson_exe: close fd if we open itDylan Baker1-0/+3
2021-09-24build: Add annotation to dist_Scripts and install_scriptsDylan Baker1-2/+2
2021-09-24build: add some missing type annotationsDylan Baker1-3/+3
2021-09-24mlog: fix annotationDylan Baker1-1/+1
2021-09-22Merge pull request #9274 from anarazel/fix-vs-static-generatedJussi Pakkanen7-0/+57
2021-09-21Use -Oz when optimization=s in ClangAndrea Pappacoda2-2/+2
2021-09-21coredata: 0.59.1 -> 0.59.99 is a major version differenceXavier Claessens3-27/+23
2021-09-21Add platform agnostic testsXavier Claessens5-1/+44
2021-09-20mtest: Allow gtest protocol test to fail more gracefullyDylan Baker1-1/+8
2021-09-20Add test for https://github.com/mesonbuild/meson/issues/9235Jesse Natalie6-0/+54
2021-09-20editorconfig settings: attempt to guarantee the final end-of-line charEli Schwartz1-0/+1
2021-09-20dependency: If cached version is outdated, look on system againXavier Claessens1-0/+4
2021-09-20ninjabackend/vs: handle builddir on different drive from cwdRyan Kuester1-1/+7
2021-09-20during executable lookup, do not search PATH if a directory component is givenEli Schwartz1-0/+3
2021-09-20dependencyfallbacks: Use default_options for implicit fallbacksXavier Claessens5-15/+14
2021-09-20backends/vs: Set ObjectFileName for generated sources.Andres Freund1-0/+3
2021-09-20tests: Fix fortran testsRohit Goswami18-8/+24
2021-09-20compilers: Use standards compliant testRohit Goswami1-1/+1
2021-09-20backend/ninja: add generated sources to depscan order depsDylan Baker3-5/+21
2021-09-20tests/fortran/7 generated: don't try to find a configure_file by pathDylan Baker1-4/+2
2021-09-19msubprojects: when revision is an available commit, do not fetch updatesEli Schwartz1-1/+7
2021-09-19msubprojects: if fetching the remote fails, gracefully fallback to local copyEli Schwartz1-3/+8
2021-09-19indent code in preparation for refactoringEli Schwartz1-15/+16
2021-09-16Fix ignored install_tag kwarg in install_subdir()Xavier Claessens4-1/+8
2021-09-16C2000: Added depfile generation for incremental buildsmiebka1-0/+3
2021-09-14apply flake8 fixes for unused imports and missing importsEli Schwartz11-18/+15
2021-09-14mark a couple of typing-only imports as noqa, to appease pyflakesEli Schwartz2-2/+6
2021-09-14compilers: publicly export one more constantEli Schwartz1-0/+1
2021-09-14fix untested codepath? add:item() is surely a typo, not a real functionEli Schwartz1-1/+1
2021-09-14fix traceback while trying to print error messageEli Schwartz1-1/+1
2021-09-14fix traceback for undefined exception when trying to raise exceptionEli Schwartz1-1/+1
2021-09-14unused variable -- open() does not need "as f"Eli Schwartz1-1/+1
2021-09-14semicolons are not needed in pythonEli Schwartz1-1/+1
2021-09-14backends/vs: Do not emit dummy command for alias_command().Andres Freund2-14/+19
2021-09-12new custom dependency lookup for iconvEli Schwartz4-2/+48
2021-09-12deprecate layout=flat and warn people never to use itEli Schwartz1-0/+7
2021-09-12msetup: make xcode unsupported warning actually showEli Schwartz1-2/+5
2021-09-10qt module: consolidate on one list of binsEli Schwartz1-25/+25
2021-09-10add test case for qrc translationsEli Schwartz6-0/+51
2021-09-10qt module: fix regression in building translations via qresourceEli Schwartz1-1/+1
2021-09-10qt module: correctly register a found tool and stop looking for itEli Schwartz1-3/+1
2021-09-10docs: add note about built-in options supportePirat1-0/+2
2021-09-10nagfor OpenMP recognition.Mat Cross1-0/+6
2021-09-10nagfor preprocessor flag.Mat Cross1-0/+3