1. 548aebd Missed making the guess_win_linker change for icx too by Ian Harvey · 2 days ago master
  2. 9f7f81c Switch to guess_win_linker rather than specifying linkers.MSCVDynamicLinker directly. by Ian Harvey · 3 days ago
  3. 27dd22a Fix linker selection for icx and ifx on windows by Ian Harvey · 2 weeks ago
  4. 999bd77 compilers: Fix compiler checks on .cc files for MSVC by Benjamin Gilbert · 7 days ago
  5. ab9cffb Allow using a version kwarg in has_tools of qt module. by Hagen Möbius · 10 days ago
  6. fe07544 vs2010backend: add always_args to AdditionalOptions by Zephyr Lykos · 9 days ago
  7. 297329a clang-cl: Use -Werror=unused-command-line-argument for arguments detection by Luca Bacci · 4 days ago
  8. ae516ce vs2026backend: fix genvslite by Zephyr Lykos · 6 days ago
  9. e167a6d cmake: fix ValueError for generated includes by Karel Kočí · 4 days ago
  10. f469ceb scripts/depscan: Use the `utf-8-sig` codec for opening files by Dylan Baker · 8 days ago
  11. 6176a92 build: Also extend all_compilers when extending compilers by Florian "sp1rit"​ · 7 days ago
  12. 3fad380 cygwin: Fix gnome tests for CI by Dylan Baker · 7 days ago
  13. eda0356 modules: rust: implement more package accessors by Paolo Bonzini · 4 months ago
  14. bbb9942 modules: rust: implement workspace.packages() by Paolo Bonzini · 5 months ago
  15. ad202c4 cargo: use cargo_ws.subproject().dependency() by Paolo Bonzini · 4 months ago
  16. 29d8b76 cargo: call rust.workspace() for cargo subprojects by Paolo Bonzini · 3 weeks ago
  17. 0f0140d ast: printer: give a precedence to all kinds of functions by Paolo Bonzini · 4 months ago
  18. 2460622 docs: add release notes for rust.workspace() by Paolo Bonzini · 4 months ago
  19. f5e41df modules: rust: implement workspace.subproject() and package.dependency() by Paolo Bonzini · 2 weeks ago
  20. 448ef4b cargo: add configurable features to Interpreter by Paolo Bonzini · 4 months ago
  21. c80741f rust: add rust.workspace() skeleton implementation by Paolo Bonzini · 4 months ago
  22. 2f126e6 cargo: show nice error if a package is missing by Paolo Bonzini · 4 weeks ago
  23. 99cce93 cargo: show nice error if Cargo.toml missing by Paolo Bonzini · 3 months ago
  24. 57bf0c8 cargo: allow overriding Meson's Cargo interpreter by Paolo Bonzini · 4 months ago
  25. 6835b6e vs2010backend: integrate b_lto/b_pgo with vcxproj backends by Zephyr Lykos · 9 days ago
  26. 998a09d compilers: Add b_lto and b_pgo support for MSVC by Zephyr Lykos · 10 weeks ago
  27. 3beb5d1 update Elbrus C/C++ stds for newer compiler by Ilya Kurdyukov · 9 days ago
  28. f7e24f1 update ALL_STDS list for C/C++ by Ilya Kurdyukov · 9 days ago
  29. d435758 fix Elbrus support by Ilya Kurdyukov · 9 days ago
  30. 61c5859 envconfig: Cannot run executables if subsystem doesn't match by Nirbheek Chauhan · 11 days ago
  31. b234dbf build: Propagate link_language instead of internals by Florian "sp1rit"​ · 5 weeks ago
  32. 33b0979 compilers/cuda: Use the `init_from_options` hook for version detection by Dylan Baker · 3 months ago
  33. 379165e compilers: refactor sanity checking code, again by Dylan Baker · 3 months ago
  34. 682c4c1 tests: fix test_templates for vala by Dylan Baker · 3 months ago
  35. c7c82f3 rust: do not require main function for compiles method by Paolo Bonzini · 2 weeks ago
  36. 4e9ba3d ninjabackend: rust: record Apple frameworks in rlibs by Paolo Bonzini · 2 weeks ago
  37. 9db31dc utils: make lookahead accept an iterable by Paolo Bonzini · 11 days ago
  38. b249f74 cargo: move lookahead from cargo.cfg to utils.universal by Paolo Bonzini · 13 days ago
  39. e9283aa build: rust: exclude all Rust ABI targets from C/C++ link dependencies by Paolo Bonzini · 2 weeks ago
  40. 1eb6a7a build: clarify logic for excluding procedural macros by Paolo Bonzini · 2 weeks ago
  41. 8e85886 test cases: add more cases for multi-level rust dependencies by Paolo Bonzini · 2 weeks ago
  42. c745139 compilers: rust: use get_linker_exelist() and linker.get_exelist() by Paolo Bonzini · 13 days ago
  43. 9ea19f0 compilers: rust: clean up linker detection by Paolo Bonzini · 2 weeks ago
  44. 9c9f238 rust: do not check for ccache by Paolo Bonzini · 13 days ago
  45. 4c412b9 install_man: add support install_tag kwarg by Tautvis · 8 weeks ago
  46. 0b41434 wrap: don't run patch.exe on startup by Eli Schwartz · 11 days ago
  47. 66b6748 Add AIX -X32_64 option to AIX ar in meson. by KamathForAIX · 11 days ago
  48. c1db93b ninjabackend: do not fail if only the build machine uses C++ by Paolo Bonzini · 11 days ago
  49. 9e35fef unittests: Don't use `len()` to test container emptiness by Dylan Baker · 2 weeks ago
  50. 5efb40d unittests: Add annotations for the get_compdb function by Dylan Baker · 2 weeks ago
  51. 871074f windows.compile_resources: do not display preprocessor outputs by Charles Brunet · 12 days ago
  52. 062d40d Document system() == "android" as a fully supported value by Malcolm Smith · 14 days ago
  53. 152bd99 build: fix id method for Target vs BuildTarget by Dylan Baker · 8 weeks ago
  54. 21bfac0 build: Add build_subdir to BuildTargetKeywordArguments by Dylan Baker · 8 weeks ago
  55. 56c4880 build: fix some low hanging type issues by Dylan Baker · 8 weeks ago
  56. dadc46c Detect included files when running rc.exe by Charles Brunet · 4 weeks ago
  57. 4413849 Add ninja rule for MSVC deps in CustomTarget by Charles Brunet · 4 weeks ago
  58. e064a87 Add implicit_include_directories kwarg to windows.compile_resources by Charles Brunet · 4 weeks ago
  59. 73d3aaa Fix the detect argument of armar by Jalon Wong · 7 weeks ago
  60. 731fcec pkgconfig: Use correct path concatenation by Daniele Nicolodi · 3 weeks ago
  61. 6aa9286 i18n: Use correct path concatenation by Daniele Nicolodi · 3 weeks ago
  62. 82305b3 qt: Pass through -F dependency compile args to moc by Ole André Vadla Ravnås · 1 year, 10 months ago
  63. 07093da ninjabackend: commonize generate_shsym between Rust and other languages by Paolo Bonzini · 3 weeks ago
  64. bb44514 rust: use get_target_type_link_args* by Paolo Bonzini · 3 weeks ago
  65. d14c39b compilers: add missing superclass methods by Paolo Bonzini · 3 weeks ago
  66. b766447 rust: support linker arguments by Paolo Bonzini · 3 weeks ago
  67. da53e12 compilers: do not convert sanitizer link arguments twice by Paolo Bonzini · 3 weeks ago
  68. bcd2872 modules: rust: complete initialization of doctest targets by Paolo Bonzini · 3 weeks ago
  69. 66ca142 backends: introduce Compiler.get_build_link_args by Paolo Bonzini · 3 weeks ago
  70. a7f4d42 rust: use clang-cl or cl to find linker for -msvc targets by Paolo Bonzini · 4 weeks ago
  71. e9b4ed4 rust: move parse_target to mesonbuild.compilers.rust by Paolo Bonzini · 3 weeks ago
  72. 4fa03b1 compilers: allow passing non-popen exceptions to _handle_exceptions by Paolo Bonzini · 4 weeks ago
  73. 780bbc0 unittests: replace some open coded skips with helper decorators by Dylan Baker · 3 weeks ago
  74. 5494f29 unittests: optimize IS_CI checks by Dylan Baker · 3 weeks ago
  75. 862bead unittests: replace `is_ci()` function with `IS_CI` constant by Dylan Baker · 3 weeks ago
  76. 5afbaa4 unittests/helpers: avoid creating wrappers when CI doesn't use them by Dylan Baker · 3 weeks ago
  77. 276579d unittests/helpers: Use helper classes to cache certain data by Dylan Baker · 3 weeks ago
  78. 1d6dc4b modules/rust: Attempt to extract `--target` arguments from rustc command by Dylan Baker · 5 weeks ago
  79. 11aa689 Update C++ modules unit test by Zephyr Lykos · 2 weeks ago
  80. 1bee087 ninjabackend: use get_cpp_modules_args for dyndeps check by Zephyr Lykos · 3 weeks ago
  81. ac746a2 compilers: add get_cpp_modules_args method by Zephyr Lykos · 3 weeks ago
  82. bb4f897 ninjabackend: add -fmodules as a dyndeps condition by Zephyr Lykos · 9 weeks ago
  83. 51886bd docs: improve Cython examples and documentation by Ralf Gommers · 3 weeks ago
  84. fb08c00 docs: state what numpy versions are supported by `dependency('numpy')` by Ralf Gommers · 3 weeks ago
  85. cab9b60 mtest: consider AttributeError by KO Myung-Hun · 6 weeks ago
  86. 393f27e test cases: rust: add linker script to "rust/2 sharedlib" by Paolo Bonzini · 4 weeks ago
  87. ab23a36 ninjabackend: add link_args for Rust targets by Paolo Bonzini · 4 weeks ago
  88. 9b47c1c ninjabackend: add link_depends for Rust targets by Paolo Bonzini · 4 weeks ago
  89. d49f091 Lookup `RC` before `WINDRES` by John Ericson · 6 weeks ago
  90. 0e986dc Allow more than one env var to be associated with a tool by John Ericson · 6 weeks ago
  91. f779185 run_mypy: run checks in parallel by Christoph Reiter · 4 weeks ago
  92. f1f1cf7 Fix #15403 by UMU · 7 weeks ago
  93. ffae7c4 Restrict languages strings using Literals and TypeAliases by Dylan Baker · 8 weeks ago
  94. 0995a34 interpreter: validate project languages as positional arguments by Dylan Baker · 5 weeks ago
  95. c0e65e3 dependencies/cmake: Move `language_list` construction after super call by Dylan Baker · 7 months ago
  96. c5d8824 depenencies/cmake: fix typo by Dylan Baker · 7 months ago
  97. f847924 rust, ninjabackend: add and call get_soname_args for RustCompiler by Paolo Bonzini · 4 weeks ago
  98. 4bc3ce1 test cases: rust: add a cdylib to "test cases/rust/2 sharedlib" by Paolo Bonzini · 4 weeks ago
  99. 0288138 mtest: OS/2 can run '.exe' by KO Myung-Hun · 5 weeks ago
  100. d441c6c mtest: ignore preexec_fn on OS/2 by KO Myung-Hun · 5 weeks ago