summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-27Fix _calculate_toolset_version for VS2022.Luke Elliott
2021-11-27Merge pull request #9531 from dcbaker/submit/interpreter-more-typingJussi Pakkanen
2021-11-27Remove premature return in BuildTarget.check_module_linking()Mike Gilbert
2021-11-27Add -g for debug builds.Nathanael Gray
2021-11-27Fix more code which appears copied from CcrxCompiler.Nathanael Gray
2021-11-27Fix '# Visual Studio <>' comment in sln files with VS backendLuke Elliott
2021-11-25interpreter: fix `feature.require` handling of error messageBenoit Pierre
2021-11-25minstall: do not run ldconfig on the *BSDsEli Schwartz
2021-11-25Stop backend_startup_project from erasing the last project in a VS solutionLuke Elliott
2021-11-25tests: add a test for OptionKey.from_stringDylan Baker
2021-11-25mesonlib: update `OptionKey.__repr__`Dylan Baker
2021-11-25iconv dependency: include header when checking for libc builtinEli Schwartz
2021-11-24shared_module: Add soname when used as a link targetNirbheek Chauhan
2021-11-24unit tests: Extend prebuilt test to test intermediateDylan Baker
2021-11-24backends/backends: recurse when looking for paths in bundled shared librariesDylan Baker
2021-11-24build|backend: Fix some type annotationsDylan Baker
2021-11-24backends/backends: fix typo in commentDylan Baker
2021-11-24unittests: use UnitTest.addCleanup a bitDylan Baker
2021-11-23modules/gnome: import missing FeatureDeprecated for generate_girPablo Correa Gómez
2021-11-23interpreter: extract_objects provides a valid sourcePaolo Bonzini
2021-11-23rust: clean up inputs and outputs to bindgenPaolo Bonzini
2021-11-22qt module: fix stupid copy-paste errorEli Schwartz
2021-11-22simplify passing some nodes aroundEli Schwartz
2021-11-22ldc2: invoke -Oz instead of -OsDenis Feklushkin
2021-11-22interpreter: use typed_kwargs for find_programDylan Baker
2021-11-22interpreter: use find_program_impl internally instead of func_find_programDylan Baker
2021-11-22interpreter: move disabler KwargInfo to the type_checking moduleDylan Baker
2021-11-22interpreter: use typed_pos_args for find_programDylan Baker
2021-11-22interpreter: add type annotations to find_program_implDylan Baker
2021-11-22interpreter: use typed_* args for the summary functionDylan Baker
2021-11-22interpreter: add typed_kwargs to subdirDylan Baker
2021-11-22interpreter: use typed_kwargs for projectDylan Baker
2021-11-22build: TestSetup.exe_wrapper doesn't need to be optionalDylan Baker
2021-11-22interpreter: use typed_kwargs for add_test_setupDylan Baker
2021-11-21Clarify some wording for compiler.first_supported_argumentLuke Drummond
2021-11-21Make the generated reproducible .cmake files reproducible.Chris Lamb
2021-11-21Support Visual Studio 2022 backendCrend King
2021-11-21Run pylintGustavoLCR
2021-11-21Fix vs backend cross compilation regressionGustavoLCR
2021-11-20dependencies/zlib: Allow for generic OS checksDudemanguy
2021-11-20FeatureDeprecated: add a notice summary of future deprecationsEli Schwartz
2021-11-20add location nodes to some Feature callsEli Schwartz
2021-11-20Feature kwargs decorator: automatically report the nodes which trigger an issueEli Schwartz
2021-11-20add location support to feature checksEli Schwartz
2021-11-20guard a complicated mlog.warning inside a Feature checkEli Schwartz
2021-11-20convert more mlog.deprecation into FeatureDeprecatedEli Schwartz
2021-11-20fix missing subproject kwarg to FeatureDeprecatedEli Schwartz
2021-11-20cmake: Use find_library() on bare library names in cmake dependenciesJon Turney
2021-11-20Update expected skip condition for llvm framework test on msys2Jon Turney
2021-11-18tests: replace python2 framework with metalDylan Baker