aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2022-04-30gnome: Make sure g-ir-scanner can use pkg-config properlyXavier Claessens1-0/+8
2022-04-30pkgconfig: Use EnvironmentVariables to build PKG_CONFIG_* envXavier Claessens4-25/+31
2022-04-30implement and test a few compiler checks for DRemi Thebault1-2/+99
2022-04-30linkers: Add support for mold linkerFini Jastrow9-49/+66
2022-04-30qt module: fix missing sanity check for install_dir + installEli Schwartz1-0/+2
2022-04-30qt module: fix broken install_dir kwargEli Schwartz1-2/+1
2022-04-30devenv: Catch FileNotFoundErrorXavier Claessens1-0/+2
2022-04-27Validate setting of install_tag for CustomTargetFerdinand Thiessen1-7/+3
2022-04-27gnome: Use 'doc' install_tag for gnome.yelpFerdinand Thiessen1-4/+6
2022-04-27improve help for -DdebugPaolo Bonzini1-1/+1
2022-04-25Visual Studio: Only use /utf-8 on VS2015 or later or clang-clChun-wei Fan1-0/+4
2022-04-23Fix typo that breaks g++ cross detection on Debian.Jussi Pakkanen1-1/+1
2022-04-21Allow deprecating an option for a new oneXavier Claessens2-4/+18
2022-04-21gtkdochelper.py: Use os.pathsep for --path argumentChun-wei Fan1-1/+1
2022-04-20vcs_tag: handle non-str / non-file argumentsKirill Isakov1-5/+8
2022-04-20vcs_tag: document the already supported file argKirill Isakov1-0/+2
2022-04-20Add NetBSD support in symbolextractor.Thomas Klausner1-0/+2
2022-04-19pkgconfig: Add relocatable module optionFredrik Salomonsson2-2/+18
2022-04-19Add ppc970 definition to universal.pySergey Fedorov1-0/+1
2022-04-19Fix universal builds on Darwin PPC: add ppc7400 definitionbarracuda1561-0/+1
2022-04-18Fix generator expression list problems (fixes #10288)Daniel Mensinger1-6/+7
2022-04-14simplify destdir_join for readabilityEli Schwartz1-3/+3
2022-04-14qt module: move comment to the correct location after refactoringEli Schwartz1-2/+2
2022-04-14typoEli Schwartz1-1/+1
2022-04-14remove useless conditionEli Schwartz1-1/+0
2022-04-14pyupgrade --py37-plusEli Schwartz3-13/+5
2022-04-14Fix typo in commentBen Brown1-1/+1
2022-04-13dependencies: move DependencyVariableString handling to declare_dependencyEli Schwartz3-7/+22
2022-04-13dependencies: allow get_variable to expose files from subprojectsEli Schwartz4-4/+49
2022-04-13dependencies: tighten type checking and fix cmake API violation for get_variableEli Schwartz5-18/+18
2022-04-13wayland: Make sure wayland-scanner has same version as wayland librariesXavier Claessens1-1/+6
2022-04-13compilers: fix broken CompCert support for release flagsEli Schwartz1-1/+1
2022-04-13mconf: Fix printing <inherited from main project> for yielding optionsXavier Claessens1-13/+9
2022-04-12qt module: also prefer the changed name scheme for the toolsEli Schwartz1-1/+3
2022-04-12qt dependency: adapt to the qmake command changed nameEli Schwartz1-1/+1
2022-04-12qt dependency: find the correct -qtX configtool nameEli Schwartz1-1/+2
2022-04-12Add support for Qt 6.1+John Lindgren2-0/+11
2022-04-12cmake: Always use all compilers for LLVM (fixes #10249)Daniel Mensinger3-4/+14
2022-04-12python module: windows dll name for pypy needs special casingMatti Picus1-1/+9
2022-04-11mdist: use better approach to finding original configured optionsEli Schwartz1-4/+14
2022-04-10Use a temp file to invoke the introspection command.Jussi Pakkanen1-1/+6
2022-04-10python module: restore logging for broken pythonEli Schwartz1-5/+12
2022-04-07Revert "wayland: Also lookup scanner in pkgconfig"Eli Schwartz4-30/+26
2022-04-04wayland: Also lookup scanner in pkgconfigXavier Claessens4-26/+30
2022-04-03cmake: Better error message when configuring a CMake subproject fails.Daniel Mensinger2-4/+23
2022-04-01main: Make the msys/python check work again, in some casesChristoph Reiter1-8/+3
2022-03-31i18n: don't let our maintainer targets run via wrapped envEli Schwartz1-2/+2
2022-03-31allow RunTarget to skip wrapping due to envEli Schwartz3-9/+13
2022-03-31Handle same Framework multiple times in Xcode.Jussi Pakkanen1-2/+4
2022-03-31Handle feed and capture in xcodebackend.Jussi Pakkanen1-1/+2