summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-09python module: default extensions to hidden symbol visibilityEli Schwartz
2022-05-09compilers/gnu: demote visibilty inlineshidden to hidden for unsupported compi...Eli Schwartz
2022-05-08fix regression in reporting errors for invalid gnu_symbol_visibilityEli Schwartz
2022-05-08compilers/c++: Add MSVC option to make the __cplusplus define accurateEli Schwartz
2022-05-06Limit parallelism to hopefully work on machines with 160 cores.Jussi Pakkanen
2022-05-06compiler.has_argument: Add `-Werror=unknown-warning-option` to clang-cl cmd lineKhairul Azhar Kasmiran
2022-05-06devenv: Set WINEPATH when cross compiling for WindowsXavier Claessens
2022-05-06coverage: be clever and detect config files for gcovr/lcovEli Schwartz
2022-05-06Add some scaffolding needed for C++ modules in GCC.Jussi Pakkanen
2022-05-06Move Visual Studio module test to its own subdir.Jussi Pakkanen
2022-05-06unittests: Skip prelinking test with gcc 8 or olderSimon McVittie
2022-05-05minit: refuse to allow creating broken projectsEli Schwartz
2022-05-03add prefer_static built-in optionDudemanguy
2022-05-03dependencies: cleanup kwargs.get('static') usageDudemanguy
2022-05-03dependencies: handle one more case of subproject installed filesEli Schwartz
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