1. 28db962 coredata: lookup options for the correct machine by Paolo Bonzini · 14 days ago upstream/master
  2. dc87dec options: canonicalize to host options anything that is not per-machine by Paolo Bonzini · 14 days ago
  3. 298da8a compilers: fix direction of cross-build test by Paolo Bonzini · 14 days ago
  4. cc9c037 options: optimize shortcuts for evolve() by Paolo Bonzini · 14 days ago
  5. 99d1a79 dependencies/coarrays: Remove dead code by Dylan Baker · 2 weeks ago
  6. 4abca7c dependencies: Remove `log_tried` method by Dylan Baker · 2 weeks ago
  7. 195dab0 dependencies/detect: simplify logging tried methods by Dylan Baker · 2 weeks ago
  8. c335eea dependencies: Catch non MesonException in detect and give better message by Dylan Baker · 2 weeks ago
  9. 63f4781 Dependencies: Make use of the DependencyCandidate class by Dylan Baker · 2 weeks ago
  10. bd39b95 dependencies: Add a wrapper class for Dependency candidates by Dylan Baker · 2 weeks ago
  11. e1164f6 dependencies: Require 'native' be passed in kwargs by Dylan Baker · 2 weeks ago
  12. 7ddd073 dependencies: stop passing "language" as a keyword argument by Dylan Baker · 2 weeks ago
  13. 5363fc1 dependencies/framework: remove useless stringlistify call by Dylan Baker · 2 weeks ago
  14. 6f3d0dd dependencies: Pass the `name` to `ExternalDependency` constructor by Dylan Baker · 2 weeks ago
  15. cd6824a dependencies: Move type_name to class level by Dylan Baker · 2 weeks ago
  16. 0e04fcc dependencies: Annotate the DependencyPackages class by Dylan Baker · 2 weeks ago
  17. 918b62e build: update comments on rust object linking by Dylan Baker · 2 weeks ago
  18. 4bad711 build: clean up the `link` helper by Dylan Baker · 2 weeks ago
  19. a152da9 build|interpreter: use typed_kwargs for link_with by Dylan Baker · 2 weeks ago
  20. 7a1655a build: clean up some some of the link_whole path by Dylan Baker · 2 weeks ago
  21. 6e4caca interpreter: validate that a target is linkable in link_whole check by Dylan Baker · 2 weeks ago
  22. 404139d build|interpreter: use the LINK_WHOLE validator for BuildTarget by Dylan Baker · 2 weeks ago
  23. bde1c23 interpreter|build: Use typed_kwargs for build_target(dependencies) by Dylan Baker · 2 weeks ago
  24. f3d9a71 modules/python: use typed_kwargs for `install_dir` by Dylan Baker · 2 weeks ago
  25. 5297421 backend: improve error message about install_dir install_count mismatch by Dylan Baker · 2 weeks ago
  26. 2488f3f interpreter: Add type checking for BuildTarget(install_dir: ) by Dylan Baker · 2 weeks ago
  27. cb7431b docs: fix documentation for build_target(install_dir) by Dylan Baker · 2 weeks ago
  28. f2d3ab5 interpreter: use the new feature where it is useful by Dylan Baker · 2 weeks ago
  29. 57e994f interpreterbase: Add a new field to KwargInfo for extra types by Dylan Baker · 2 weeks ago
  30. aac5b48 build: cleanup include_directories code by Dylan Baker · 2 weeks ago
  31. 0200628 interpreter: use typed_kwargs for build_target(include_directories) by Dylan Baker · 2 weeks ago
  32. e2c46bf interpreter/compiler: Use typed_kwargs for include_directories string feature by Dylan Baker · 2 weeks ago
  33. 1fc6c70 interpreter: use typed_kwargs ifor dependency (include_directories) strings by Dylan Baker · 2 weeks ago
  34. 13c2948 build: simplify `add_include_dirs` by Dylan Baker · 2 weeks ago
  35. 1377c08 review get_subdir vs get_builddir by Paolo Bonzini · 2 weeks ago
  36. 06e27d0 remove get_source_subdir by Paolo Bonzini · 2 weeks ago
  37. da2ea71 docs(summary): Correct example output by Frank Dana · 2 weeks ago
  38. 499015e cargo: convert TOMLDecodeError or toml2json errors to a MesonException by Paolo Bonzini · 2 weeks ago
  39. 5f930d4 cargo: fix UnboundLocalError if Cargo.lock only has local packages by Paolo Bonzini · 2 weeks ago
  40. 90b40b5 cargo: include the implicit feature for dependencies in the manifest by Paolo Bonzini · 2 weeks ago
  41. 5cd09bc cargo: add --check-cfg cfg(test) unconditionally by Paolo Bonzini · 2 weeks ago
  42. 21e0977 Add closing backtick to the install_headers docs by Alex Rao · 3 weeks ago
  43. bfa96de MPI detection: support Intel MPI on Windows by Lisandro Dalcin · 3 weeks ago
  44. bc61d5c MPI detection: do not look for mpicc on Windows by Lisandro Dalcin · 3 weeks ago
  45. 133f3b0 symbolextractor: implement on OS/2 by KO Myung-Hun · 3 weeks ago
  46. 4bbd1ef cmake: Fix version kwarg being added to static_library targets by RobotLeopard86 · 3 weeks ago
  47. a2b2429 CI: Delete the macos qt4 job by Dylan Baker · 3 weeks ago
  48. 6a3fe11 ci: disable unitests for arch cuda by Dylan Baker · 3 weeks ago
  49. b4c379c Fix typo in release notes by Luca Bacci · 3 weeks ago
  50. 25cd7ff docs: Fix typos in 1.10.0 release notes by Thomas Lange · 3 weeks ago
  51. 1d2430e build: Add de-duplication for non-result targets in get_all_link_deps by RobotLeopard86 · 3 weeks ago
  52. 5412f61 dependencies/ui.py: Improve Vulkan detection on Windows by Chun-wei Fan · 3 weeks ago
  53. 6746979 compilers: clike: Deduplicate compile and link args from actually used arg list by Leonid Zaburunov · 3 weeks ago
  54. c8a7fd7 qt.compile_moc: look for targets in dependencies by David Véron · 3 weeks ago
  55. 7cbde1f build|interpreter: use typed_kwargs for BuildTarget(install_tag) by Dylan Baker · 3 weeks ago
  56. 8c6dc8d build|interpreter: use typed_kwargs for BuildTarget(link_args) by Dylan Baker · 3 weeks ago
  57. 3ddde0b interpreterbase: make ArithmeticNode and MesonOperator both use operator names by Paolo Bonzini · 3 weeks ago
  58. c8ab1d2 mparser: move dictionaries to toplevel by Paolo Bonzini · 3 weeks ago
  59. a64b82c mparser: tweak typing of accept_any, use it for comparisons. by Paolo Bonzini · 3 weeks ago
  60. 79aa413 mparser: make comparison_map global uppercsae by Paolo Bonzini · 3 weeks ago
  61. b1ab21f mparser: use a literal for arithmetic operators by Paolo Bonzini · 3 weeks ago
  62. e2ebe0e make ctype the same as the printed AST by Paolo Bonzini · 3 weeks ago
  63. 18f3abb mparser: lexer: check early against common tokens by Paolo Bonzini · 3 weeks ago
  64. 4ef1866 mparser: lexer: reduce regular expression usage by Paolo Bonzini · 3 weeks ago
  65. 908e85b cargo: autodetect patch directory by Paolo Bonzini · 3 weeks ago
  66. 7f6967f cargo: unify call to PackageDefinition.from_values by Paolo Bonzini · 3 weeks ago
  67. 5882e83 compilers/nvidia_hpc: compilers: move -std options to get_option_std_args by Zephyr Lykos · 3 weeks ago
  68. 49b2c20 Use gnu_syms() on Haiku too. by OscarL · 3 weeks ago
  69. f5bccbe compilers/xc32: add updates for v5.00 by Liza Chevalier · 3 weeks ago
  70. 427c887 compilers/xc32: add _LTO_CACHE_VERSION to match GnuCompiler by Liza Chevalier · 3 weeks ago
  71. 67a64f8 style: use singe quotes for strings by Liza Chevalier · 3 weeks ago
  72. 72b72fa Bump version number for new development. by Jussi Pakkanen · 3 weeks ago
  73. 415917b Bump version number for 1.10. by Jussi Pakkanen · 3 weeks ago upstream/1.10.0
  74. 6c96f87 Generate release notes for 1.10. by Jussi Pakkanen · 3 weeks ago
  75. 65e924b modules/cuda: Cuda 13.0 doesn't support the 10.1 profile by Dylan Baker · 4 weeks ago
  76. f6918fe mesonmain: mark getting a language from another subproject as broken by Dylan Baker · 4 weeks ago
  77. 79854e4 modules/cuda: Update arch flags for versions through 13.0 by Dylan Baker · 4 weeks ago
  78. 7c5ab15 modules/cuda: Update versions up through 13.0.2 by Dylan Baker · 4 weeks ago
  79. a41bd69 modules/cuda: Pull driver table out of class body by Dylan Baker · 4 weeks ago
  80. 0510532 implement --env-set parameter manually in rustdoc script by Paolo Bonzini · 4 weeks ago
  81. 997e83d Remove --crate-type parameter filter from the rustdoc script. by John Turner · 4 weeks ago
  82. bea2ffc interpreter: validate argument to string.split() for empty string by Dylan Baker · 4 weeks ago
  83. 313c4b7 Docs: fix typo in str.yml by Sertonix · 4 weeks ago
  84. 814ef37 ci: Use hotdoc hack for Ubuntu Rolling as well by Nirbheek Chauhan · 4 weeks ago
  85. 5d89529 rust: Rust-ABI dynamic libraries do not support LTO by Paolo Bonzini · 4 weeks ago
  86. 2e14cdd compilers: pass target to get_lto_*_args by Paolo Bonzini · 4 weeks ago
  87. bd80d29 fix crate name in rust-project.json by Paolo Bonzini · 4 weeks ago
  88. 884534f Bump version number for rc2. by Jussi Pakkanen · 4 weeks ago upstream/1.10.0rc2
  89. 4b8a537 man: add mention of `meson-reference(3)` to SEE ALSO by Anna (navi) Figueiredo Gomes · 4 weeks ago
  90. 3ca4a37 templates: simplify (whitespace, flatten array) by Sam James · 4 weeks ago
  91. aed2444 templates: fix remaining languages for source file discovery too by Sam James · 4 weeks ago
  92. 176edaf templates: sort langs in test by Sam James · 4 weeks ago
  93. 6419b22 templates: fix --executable by Sam James · 4 weeks ago
  94. b3a0f9c templates: refactor tests to have a bit less nesting by Sam James · 4 weeks ago
  95. 29fa205 Bump sln_version_comment to 18 for vs2026 backend. by Luke Elliott · 5 weeks ago
  96. 1e19f93 Revert "Detect dependency changes in Windows rc compiler" by Jussi Pakkanen · 5 weeks ago
  97. a696f74 docs: increase timeout for validate_links.py by Sam James · 5 weeks ago
  98. fad1d6e Wrap `tarfile.fully_trusted_filter` in `staticmethod` for wrap file handling too by Sebastian Dröge · 5 weeks ago
  99. df4c35b templates: Define a macro for pubic APIs on OS/2 by KO Myung-Hun · 5 weeks ago
  100. 4cddf9d modules/snippets: Define a macro for public APIs on OS/2 by KO Myung-Hun · 5 weeks ago