aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-03Add some scaffolding needed for C++ modules in GCC.gccmodulesJussi Pakkanen14-0/+98
2022-05-03Move Visual Studio module test to its own subdir.Jussi Pakkanen13-14/+21
2022-05-03add testcase for bad things with add_project_dependenciesPaolo Bonzini10-0/+53
2022-05-03interpreter: new function add_project_dependencies()Paolo Bonzini10-0/+100
2022-05-03dependencies: extract code to get all leaf dependenciesPaolo Bonzini3-16/+20
2022-05-03interpreter: simplify checks in declare_dependencyPaolo Bonzini1-5/+3
2022-05-02complete documentation of declare_dependencyRemi Thebault2-1/+16
2022-05-02Fix wrong name in docRemi Thebault2-7/+6
2022-05-02docs: correct incorrect types for pch filesEli Schwartz1-1/+1
2022-05-01use shared implementation to convert files() strings to File objectsEli Schwartz1-1/+1
2022-05-02Windows: Improve Python 3.8+ module check on WindowsChun-wei Fan1-1/+13
2022-05-01mcompile: Print suggestions when target is ambigousXavier Claessens1-1/+8
2022-05-01cmake: Fix CMake LLVM dependency error (fixes #10322)Daniel Mensinger1-2/+9
2022-05-01Add support for multiline f-stringsPeter Lesslie6-9/+101
2022-05-01Convert if...error checks to assert() in string arithmetic testsPeter Lesslie1-11/+3
2022-05-01another day, another mypy update becomes stricter about typingEli Schwartz1-15/+15
2022-05-01Some documentation fix (#10335)Maple2-1/+1
2022-05-01Merge pull request #10039 from eli-schwartz/wayland-protocols-subproject-filesJussi Pakkanen26-23/+223
2022-04-30Ignore detached head warning while cloning subprojects with tagszxey1-1/+1
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 Claessens5-27/+36
2022-04-30use D compiler to check pointer size in test d/14Remi Thebault1-2/+2
2022-04-30add release snippetRemi Thebault1-0/+13
2022-04-30implement and test a few compiler checks for DRemi Thebault3-2/+166
2022-04-30linkers: Add support for mold linkerFini Jastrow12-51/+73
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-27Add small note that get_variable can publicize its data filesEli Schwartz1-0/+22
2022-04-27Validate setting of install_tag for CustomTargetFerdinand Thiessen1-7/+3
2022-04-27gnome: Use 'doc' install_tag for gnome.yelpFerdinand Thiessen2-4/+7
2022-04-27improve help for -DdebugPaolo Bonzini2-2/+2
2022-04-25Visual Studio: Only use /utf-8 on VS2015 or later or clang-clChun-wei Fan1-0/+4
2022-04-24docs: Remove deprecated meson.source_root() from localisation page exampleSimon Arlott1-3/+1
2022-04-23Fix typo that breaks g++ cross detection on Debian.Jussi Pakkanen1-1/+1
2022-04-23Do not use 'echo' as it is not available on plain cmd.exeJussi Pakkanen4-4/+10
2022-04-23Use system install scheme rather than the incorrect Debian one.Jussi Pakkanen1-4/+11
2022-04-21Allow deprecating an option for a new oneXavier Claessens6-4/+62
2022-04-21gtkdochelper.py: Use os.pathsep for --path argumentChun-wei Fan1-1/+1
2022-04-20vcs_tag: handle non-str / non-file argumentsKirill Isakov3-7/+26
2022-04-20vcs_tag: document the already supported file argKirill Isakov4-1/+13
2022-04-20Add NetBSD support in symbolextractor.Thomas Klausner1-0/+2
2022-04-20Fix purelib and platlib validation in Python3 module.Jussi Pakkanen1-2/+4
2022-04-19docs: Add documentation on pkgconfig.relocatableFredrik Salomonsson3-1/+40
2022-04-19unittests: Add test_pkgconfig_relocatable to allplatformstestsFredrik Salomonsson2-0/+48
2022-04-19test cases/failing: Add 123 pkgconfig not relocatable outside prefixFredrik Salomonsson2-0/+30
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 Mensinger2-7/+8