1. 629b7a5 docs: update info on Cargo workspace object by Paolo Bonzini · 3 days ago upstream/master
  2. 8add8ef modules: rust: add package.override_dependency method by Paolo Bonzini · 3 days ago
  3. 8f76a60 modules: rust: add package.shared_module method by Paolo Bonzini · 3 days ago
  4. 953c192 modules: rust: add package.executable by Paolo Bonzini · 3 days ago
  5. 005863e cargo: populate bin table from src/bin/ by Paolo Bonzini · 3 days ago
  6. ec0b034 modules: rust: add package.library/package.proc_macro methods by Paolo Bonzini · 3 days ago
  7. 554846c cargo: use dependencies() method to get dependencies by Paolo Bonzini · 3 days ago
  8. a8e9aab modules: rust: invoke subprojects automatically from dependencies() by Paolo Bonzini · 3 days ago
  9. 6a4c294 modules: rust: add dependencies() method to package object by Paolo Bonzini · 3 days ago
  10. 0674f2e modules: allow passing an array for dependency versions by Paolo Bonzini · 3 days ago
  11. 7c00162 cargo: use rust.workspace() to build the arguments by Paolo Bonzini · 3 days ago
  12. c929980 cargo: use rust.to_system_dependency by Paolo Bonzini · 3 days ago
  13. df48732 rust: add to_system_dependency by Paolo Bonzini · 3 days ago
  14. 397e214 dependencies: make arguments to InternalDependency.__init__ optional by Paolo Bonzini · 3 days ago
  15. 9d11822 modules: rust: add workspace methods returning arguments for build targets by Paolo Bonzini · 3 days ago
  16. 1cadad9 test: rust.workspace: add another member to the workspace by Paolo Bonzini · 3 days ago
  17. be43e44 modules: rust: implement workspace.package() by Paolo Bonzini · 3 days ago
  18. 1b0df94 cargo: correct subproject name when git crates are requested by Paolo Bonzini · 3 days ago
  19. 0d37724 cargo: correct subproject name for crates with git source by Paolo Bonzini · 3 days ago
  20. d916198 wrap: create subprojects/ automatically for Cargo subprojects by Paolo Bonzini · 3 days ago
  21. 92a3a01 unittests: add unittests for MSVC include path arguments by Paolo Bonzini · 3 days ago
  22. aca67a0 compilers: visualstudio: add support for -iquote by Paolo Bonzini · 3 days ago
  23. 626b1c8 compilers: visualstudio: centralize conversion of -isystem/-idirafter to /clang by Paolo Bonzini · 3 days ago
  24. 6404718 compilers: visualstudio: add support for -isystem/-idirafter as a separate option by Paolo Bonzini · 3 days ago
  25. ee21d94 compilers: visualstudio: remove duplicate check by Paolo Bonzini · 3 days ago
  26. b316c9e configure_file: add FeatureNew for `# cmakedefine` with whitespace by Benjamin Gilbert · 3 days ago
  27. 439925c configure_file: notice `# cmakedefine` when format is 'meson' by Benjamin Gilbert · 3 days ago
  28. f695538 build: skip self-contained libs for Rust staticlibs when crt-static is disabled by KCIRREM · 3 days ago
  29. 47606aa cargo: Fix subproject name by tytan652 · 3 days ago
  30. 2cb39be CI: Cygwin: programmatically locate pip cache dir by Jon Turney · 5 days ago
  31. f3dbb02 CI: Cygwin: drop full path to bash by Jon Turney · 5 days ago
  32. 540322e compilers/apple: dynamically detect Homebrew prefix for OpenMP by Ruchit Agrawal · 5 days ago
  33. 249a4ba CI: drop llvm/objfw for the 32bit MSYS2 jobs by Christoph Reiter · 5 days ago
  34. 4cfe4e0 mformat: do not sort files by default by Paolo Bonzini · 6 days ago
  35. fbd27f1 test cases: move file sorting to a separate test case by Paolo Bonzini · 6 days ago
  36. 64de45a mformat: sort files() arguments naturally by Benjamin Gilbert · 7 days ago
  37. effb557 docs: copy-edit build_machine/host_machine by Benjamin Gilbert · 7 days ago
  38. 659efa9 Allow dependencies in sourceset if_false by Nikita Localhost · 7 days ago
  39. 3516106 deps/pkg-config: Consider --static also for cflags by Luca Bacci · 7 days ago
  40. 26de391 modules/pkg-config: Add support for Cflags.private by Paolo Bonzini · 7 days ago
  41. 55b1a82 run_project_tests.py: allow again running single tests. by Paolo Bonzini · 7 days ago
  42. fb12c9c cargo: Fix less than equal version conversion by tytan652 · 8 days ago
  43. 8d3da8e rust: Fix RUSTFLAGS being added as prefixed linker flags by Paolo Bonzini · 8 days ago
  44. db62de2 compilers: rename INVOKES_LINKER by Paolo Bonzini · 8 days ago
  45. 1cb3030 allplatformtests: reactivate test_env_flags_to_linker by Paolo Bonzini · 8 days ago
  46. 2bcb036 Add test for global CRT value across projects (MSVC) by Luca Bacci · 8 days ago
  47. 98ab254 Use global CRT value by Paolo Bonzini · 8 days ago
  48. aa6e8db docs: fix install option referencing only executables by Stephan Lachnit · 8 days ago
  49. cbefbf6 linkers: fix passing a .def file to lld-link via clang/clang++ by Paolo Bonzini · 8 days ago
  50. 21275ef build: fix regression when collecting dependencies by Paolo Bonzini · 8 days ago
  51. 31ba0a7 clike: Unset _FORTIFY_SOURCE together with -O0 by Peter Kjellerstedt · 9 days ago
  52. fa88038 env2mfile: improve generator target selection logic by Florian "sp1rit"​ · 9 days ago
  53. eb636d1 tests: In framework tests 7 gnome and 11 gir, import the actual python module used by Jon Turney · 9 days ago
  54. 8f45b5d Update msi packager script for VS2026. by Jussi Pakkanen · 10 days ago
  55. 476e346 meson-test-run.xml: Place testcase node in the correct testsuite by Jon Turney · 10 days ago
  56. 1021ace run_project_tests: Plumb test category name down into TestDef by Jon Turney · 10 days ago
  57. b3c5714 meson-test-run.xml: Correct time attribute of testcase element by Jon Turney · 10 days ago
  58. 50f3e06 build: Avoid revisiting targets in BuildTarget.get_dependencies by Joel Rosdahl · 12 days ago
  59. d0ca9be compilers: use GCC-style sanitizer arguments with clang-cl by Nikita Localhost · 13 days ago
  60. f5fa2d1 Support the X32 ABI with NASM sources by Cameron Cawley · 14 days ago
  61. 832add0 fix: incorrect pathes with queued generators in vsbackend by boulette42 · 2 weeks ago
  62. 4309de9 cmdline: handle missing or corrupted cmd_line.txt file by Paolo Bonzini · 2 weeks ago
  63. 56f1cbb unittests: add test for string source to i18n.merge_file by Paolo Bonzini · 2 weeks ago
  64. e437533 Fix source paths in introspection data for custom targets by Gary Kramlich · 2 weeks ago
  65. f318732 Skip link check for pkg-config dependencies by Joel Rosdahl · 2 weeks ago
  66. f70e02f compilers: initialize C++ Compiler for Cuda in the Interpreter by Dylan Baker · 2 weeks ago
  67. 4a69d00 compilers/detect: use `_handle_exceptions` with cuda by Dylan Baker · 2 weeks ago
  68. a365a31 compilers/detect: Get a more accurate Cuda version by Dylan Baker · 2 weeks ago
  69. 4dc5ceb Fix network path output in ninja backend on Windows again by Andreas J. Reichel · 2 weeks ago
  70. 89922ee tests: Fix skip condition for windows/msvc cplusplus by Dylan Baker · 2 weeks ago
  71. ec013a3 build: rename BuildTarget.get_install_dirs -> install_dir_names by Dylan Baker · 2 weeks ago
  72. 33f0fe5 build: Don't return self.install_dir from get_install_dir by Dylan Baker · 2 weeks ago
  73. 1d0b1ef build: Stop returning `is_custom_install_dir from BuildTarget.get_install_dir by Dylan Baker · 2 weeks ago
  74. c6859a8 interpreter: Expose install_vala_* and deprecate install_dir > 1 for BuildTarget by Dylan Baker · 2 weeks ago
  75. 2b74101 build: pre-compute more of the install_dir by Dylan Baker · 2 weeks ago
  76. 87d721f Put handling of Vala install dirs in the build and interpreter layers by Dylan Baker · 2 weeks ago
  77. ba3d4b4 run_project_tests.py: Use a ThreadPoolExecutor for detecting compilers by Dylan Baker · 2 weeks ago
  78. 7f2dd41 run_project_tests: Add choices to the --only argument by Dylan Baker · 2 weeks ago
  79. ae7c05b run_project_tests: remove host_c_compiler by Dylan Baker · 2 weeks ago
  80. ea63fc0 run_project_tests: use the compiler mapping for category selection by Dylan Baker · 2 weeks ago
  81. 9545893 run_project_tests: Detect compilers once by Dylan Baker · 2 weeks ago
  82. 2fa322e run_project_tests: Remove unnecessary uses of `global` by Dylan Baker · 2 weeks ago
  83. aee7f37 build|interpreter: Allow Cython to be initialized without explicit C or C++ by Dylan Baker · 2 weeks ago
  84. 4df89cc interpreter: avoid mutating BuildTarget.missing_languages by Dylan Baker · 2 weeks ago
  85. dbe5762 define QT_DEBUG or QT_NO_DEBUG depending on build type by Guillaume Girol · 2 weeks ago
  86. 9f73d6d Drop support for python < 3.10 by Dylan Baker · 2 weeks ago
  87. 6e67be7 mdist: add -j/--num-processes by Paolo Bonzini · 3 weeks ago
  88. dca71a2 shell-completions: zsh: fix spec for meson test by Paolo Bonzini · 3 weeks ago
  89. 26d5e2e shell-completions: bash: add missing -j/--num-processes for meson wrap update by Paolo Bonzini · 3 weeks ago
  90. 1ced4d2 utils: allow negative MESON_NUM_PROCESSES/MESON_TESTTHREADS by Paolo Bonzini · 3 weeks ago
  91. 85c9507 install_headers: add support install_tag kwarg by Tautvis · 3 weeks ago
  92. 386cbe3 cmdline: improve formatting of builtin options by Paolo Bonzini · 3 weeks ago
  93. 44e290a unittest: test option override between --buildtype and -Ddebug by Paolo Bonzini · 3 weeks ago
  94. b3a2b66 cmdline: order built-in and -D options equally by Paolo Bonzini · 3 weeks ago
  95. eccab11 cmdline: fix ordering of --buildtype vs. -Ddebug by Paolo Bonzini · 3 weeks ago
  96. 5b48fd2 Add console keyword to run_command(), keeping stdout/stderr capture by Julianne Swinoga · 3 weeks ago
  97. 44c03a2 ninjabackend: bring back historical "include_directories(is_system: true)" ordering by Paolo Bonzini · 3 weeks ago
  98. f7758b9 compilers: Deduplicate OpenMP linker arguments by Joel Rosdahl · 3 weeks ago
  99. 63e7adc Correct case where code 0 passes with expected_exitcode: 1 by Krisztián Gergő · 3 weeks ago
  100. 9feacce Increase timeout for test cases\common\254 long output by gerioldman · 3 weeks ago