aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2022-02-20devenv: support bash under MSYS2 by defaultChristoph Reiter1-4/+6
2022-02-20mtest: raise informative error message when test program doesn't existEli Schwartz1-2/+5
2022-02-17intl dependency: include header when checking for libc builtinEli Schwartz1-1/+2
2022-02-16flake8: fix various whitespace errors with badly aligned codeEli Schwartz8-27/+28
2022-02-16flake8: do not use bare exceptionsEli Schwartz2-2/+2
2022-02-16fix malformed warning to print the way it was meant to printEli Schwartz1-9/+5
2022-02-16fix a couple misuses of textwrap.dedentEli Schwartz2-4/+4
2022-02-16fix missing f-string preventing variable formattingEli Schwartz1-1/+1
2022-02-16flake8: remove some redundant separatorsEli Schwartz3-3/+3
2022-02-16flake8: fix wrong numbers of blank line separatorsEli Schwartz4-2/+4
2022-02-16flake8: fix typoed whitespace surrounding tokensEli Schwartz4-5/+5
2022-02-16flake8: use plain strings instead of f-strings when no variables usedEli Schwartz2-2/+2
2022-02-15fine-tune the logic for reporting context on tracebacksEli Schwartz1-11/+13
2022-02-15pkgconfig module: allow custom variables to reference builtin directoriesEli Schwartz1-11/+46
2022-02-14shared module: Allow linking on AndroidNirbheek Chauhan2-4/+9
2022-02-14comment out broken Feature checks that fail mypyEli Schwartz1-3/+10
2022-02-14FeatureNew: add mypy type annotations for subproject argEli Schwartz9-12/+28
2022-02-14Add wx-config-3.1 provided by mingw-w64-x86_64-wxmsw3.1apoorv5691-1/+1
2022-02-12formatting improvement for include_directories sandbox violation warningEli Schwartz1-2/+2
2022-02-12validate the literal directory "subprojects" when checking sandbox violationsEli Schwartz1-1/+2
2022-02-10implement 'dist --allow-dirty' flagandy59951-12/+24
2022-02-10ninjabackend: fix rust program names with dashesAlyssa Ross1-1/+2
2022-02-09add some forgotten FeatureNew annotationsEli Schwartz1-0/+3
2022-02-09fix UI regression in compiler.compiles loggingEli Schwartz1-1/+1
2022-02-09minstall: raise explicit errors, by using MesonExceptionEli Schwartz1-7/+7
2022-02-09meson: Allow directory options outside of prefixJan Tojnar1-19/+17
2022-02-07mdist: fix dist scripts in subprojects being marked as superproject scriptsEli Schwartz1-7/+7
2022-02-06add FeatureNew check for compiler.* methods with dependency on internal depEli Schwartz1-2/+3
2022-02-06dlang: fix #9250 invalid include flag for root directoryTobias Pankrath1-0/+2
2022-02-05Guard against empty string in subdir().Jussi Pakkanen1-0/+2
2022-02-04mesonlib: Fix Popen_safe_legacy() stderr assumptionOle André Vadla RavnÄs1-1/+1
2022-02-03cmake: Deprecate CMake <3.17 supportDaniel Mensinger2-12/+11
2022-02-03cmake: Drop CMake server support and bump min. CMake to >= 3.14Daniel Mensinger3-434/+17
2022-02-03Remove unnecessary check during VS activationNazar Mokrynskyi1-2/+0
2022-02-02Merge pull request #9834 from bonzini/test-verbose-kwargJussi Pakkanen4-15/+22
2022-02-02ninjabackend: treat link_whole_targets like link_targets for Rust targetsZach Reizner1-2/+5
2022-02-02openssl dependency: add cmake supportEli Schwartz2-4/+11
2022-02-02dependencies: add a system dependency for OpenSSLEli Schwartz2-1/+71
2022-02-02Genericise TI compiler and add MSP430 supportWilliam Toohey9-71/+107
2022-02-01cmake: add arch_independent kwargAndrea Pappacoda1-1/+5
2022-02-01cmake: typed_kwargs for write_basic_package_version_fileAndrea Pappacoda1-18/+24
2022-02-01minstall: stop running ldconfig for the userEli Schwartz2-46/+1
2022-02-01new custom dependency lookup for libdlAndrew Krasavin2-0/+28
2022-02-01pkgconfig: set libdir only if usedAndrea Pappacoda1-1/+2
2022-02-01interpreter: support for forcibly verbose logging of some testsPaolo Bonzini3-3/+6
2022-02-01mtest: support for forcibly verbose logging of some testsPaolo Bonzini2-13/+17
2022-02-01backends/ninja: generate symlink aliases for rust/cs/swift libraries tooEli Schwartz1-1/+3
2022-02-01Fix dep.get_variable() with empty string default_valueXavier Claessens1-1/+1
2022-01-30ninja backend: Fix usage of same constants file for native and crossNirbheek Chauhan1-7/+7
2022-01-28modules/gnome: remove unnecessary type checkDylan Baker1-3/+0