summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-04devenv: Use PkgConfigDependency.get_env()Xavier Claessens
2022-05-03add testcase for bad things with add_project_dependenciesPaolo Bonzini
2022-05-03interpreter: new function add_project_dependencies()Paolo Bonzini
2022-05-03dependencies: extract code to get all leaf dependenciesPaolo Bonzini
2022-05-03interpreter: simplify checks in declare_dependencyPaolo Bonzini
2022-05-02complete documentation of declare_dependencyRemi Thebault
2022-05-02Fix wrong name in docRemi Thebault
2022-05-02docs: correct incorrect types for pch filesEli Schwartz
2022-05-01use shared implementation to convert files() strings to File objectsEli Schwartz
2022-05-02Windows: Improve Python 3.8+ module check on WindowsChun-wei Fan
2022-05-01mcompile: Print suggestions when target is ambigousXavier Claessens
2022-05-01cmake: Fix CMake LLVM dependency error (fixes #10322)Daniel Mensinger
2022-05-01Add support for multiline f-stringsPeter Lesslie
2022-05-01Convert if...error checks to assert() in string arithmetic testsPeter Lesslie
2022-05-01another day, another mypy update becomes stricter about typingEli Schwartz
2022-05-01Some documentation fix (#10335)Maple
2022-05-01Merge pull request #10039 from eli-schwartz/wayland-protocols-subproject-filesJussi Pakkanen
2022-04-30Ignore detached head warning while cloning subprojects with tagszxey
2022-04-30gnome: Make sure g-ir-scanner can use pkg-config properlyXavier Claessens
2022-04-30pkgconfig: Use EnvironmentVariables to build PKG_CONFIG_* envXavier Claessens
2022-04-30use D compiler to check pointer size in test d/14Remi Thebault
2022-04-30add release snippetRemi Thebault
2022-04-30implement and test a few compiler checks for DRemi Thebault
2022-04-30linkers: Add support for mold linkerFini Jastrow
2022-04-30qt module: fix missing sanity check for install_dir + installEli Schwartz
2022-04-30qt module: fix broken install_dir kwargEli Schwartz
2022-04-30devenv: Catch FileNotFoundErrorXavier Claessens
2022-04-27Add small note that get_variable can publicize its data filesEli Schwartz
2022-04-27Validate setting of install_tag for CustomTargetFerdinand Thiessen
2022-04-27gnome: Use 'doc' install_tag for gnome.yelpFerdinand Thiessen
2022-04-27improve help for -DdebugPaolo Bonzini
2022-04-25Visual Studio: Only use /utf-8 on VS2015 or later or clang-clChun-wei Fan
2022-04-24docs: Remove deprecated meson.source_root() from localisation page exampleSimon Arlott
2022-04-23Fix typo that breaks g++ cross detection on Debian.Jussi Pakkanen
2022-04-23Do not use 'echo' as it is not available on plain cmd.exeJussi Pakkanen
2022-04-23Use system install scheme rather than the incorrect Debian one.Jussi Pakkanen
2022-04-21Allow deprecating an option for a new oneXavier Claessens
2022-04-21gtkdochelper.py: Use os.pathsep for --path argumentChun-wei Fan
2022-04-20vcs_tag: handle non-str / non-file argumentsKirill Isakov
2022-04-20vcs_tag: document the already supported file argKirill Isakov
2022-04-20Add NetBSD support in symbolextractor.Thomas Klausner
2022-04-20Fix purelib and platlib validation in Python3 module.Jussi Pakkanen
2022-04-19docs: Add documentation on pkgconfig.relocatableFredrik Salomonsson
2022-04-19unittests: Add test_pkgconfig_relocatable to allplatformstestsFredrik Salomonsson
2022-04-19test cases/failing: Add 123 pkgconfig not relocatable outside prefixFredrik Salomonsson
2022-04-19pkgconfig: Add relocatable module optionFredrik Salomonsson
2022-04-19Add ppc970 definition to universal.pySergey Fedorov
2022-04-19Fix universal builds on Darwin PPC: add ppc7400 definitionbarracuda156
2022-04-18Fix generator expression list problems (fixes #10288)Daniel Mensinger
2022-04-15Add note in docs that multiline f-strings are not supportedPeter Lesslie