1. 8bc36d6 Add CLI implementation to PkgConfigCLI by Tristan Partin · 7 hours ago upstream/master
  2. 4ab745f ElbrusCompiler: Remove the lchmod hack by Gleb Popov · 9 hours ago
  3. 817ea9f interpreter: Report correct number of targets in subprojects by Daniele Nicolodi · 23 hours ago
  4. 7ce2ff5 python module: support pypy without distutils by mattip · 2 days ago
  5. e51e6d2 pkgconfig: pass down lists directly to _process_libs() by Paolo Bonzini · 2 days ago
  6. 7558c9a pkgconfig: get rid of private_external_deps by Paolo Bonzini · 2 days ago
  7. dcba41c test cases: add test case for pkgconfig of Rust staticlib by Theo Paris · 2 days ago
  8. ddc9f9b test cases: add test case for previously exponential pkgconfig handling by Paolo Bonzini · 2 days ago
  9. 5b91451 pkgconfig: switch to all_dependencies_recurse() by Paolo Bonzini · 2 days ago
  10. 47520b2 build: extract get_dependencies_recurse as a reusable iterator by Paolo Bonzini · 2 days ago
  11. 244ffd5 unittests: extend test_rust_staticlib_rlib_deps by Paolo Bonzini · 2 days ago
  12. 7618c12 pkgconfig: make handling of both_libs clearer and likely more correct by Paolo Bonzini · 2 days ago
  13. cd1a097 mtest: set TSAN_OPTIONS to abort by default by Luca Bacci · 3 days ago
  14. fb0c38e msetup: fix misleading error message about directories by Adrien Dorsaz · 3 days ago
  15. 7d02790 compilers/c: add c_std=clatest for MSVC's experimental C23 support by Zephyr Lykos · 3 days ago
  16. c85defc Allow buildtargets in generator's process function by Paolo Bonzini · 4 days ago
  17. c10b50f vs2010backend: split generate_genlist_for_target in two by Paolo Bonzini · 4 days ago
  18. d4e4c54 vs2010backend: remove unnecessary recursion by Paolo Bonzini · 4 days ago
  19. 83e5624 vs2010backend: merge conditionals for build.GeneratedList by Paolo Bonzini · 4 days ago
  20. 3fbdc2f cargo: allow matching [target] against triple when interpreting a manifest by Paolo Bonzini · 6 days ago
  21. 3a521a9 cargo: pull detection of cfg() out of the parser by Paolo Bonzini · 6 days ago
  22. aa162ab cargo: do not use assert for expected cfg tokens by Paolo Bonzini · 6 days ago
  23. 74341c6 cargo: fix parsing of empty any()/all() expressions by Paolo Bonzini · 6 days ago
  24. 3d8d944 cargo: do not let StopIteration escape in cfg parser by Paolo Bonzini · 6 days ago
  25. 0ab18f8 cargo: use MesonException for cfg() parse errors by Paolo Bonzini · 6 days ago
  26. 16d479b cargo: remove dead normalization code by Paolo Bonzini · 6 days ago
  27. eb9fe7c cargo: remove dead method by Paolo Bonzini · 6 days ago
  28. 6587286 meson: Add more tests for system includes by Artem Labazov · 6 days ago
  29. c3f8601 meson: Fix dep.partial_dependency() discarding include_type by Artem Labazov · 6 days ago
  30. f803f47 meson: Consolidate include_type override in InternalDependency.get_include_dirs() by Artem Labazov · 6 days ago
  31. 1b0af89 mtest: pull choice of interpreter to creation of TestSerialisation by Paolo Bonzini · 6 days ago
  32. 2900dc6 mtest: fix check for return value of _shebang_to_cmd by Paolo Bonzini · 6 days ago
  33. 93c402c backends: extract get_exe_interpreter by Paolo Bonzini · 6 days ago
  34. 06a182d backends: fix choice of whether to use Mono as .exe wrapper by Paolo Bonzini · 6 days ago
  35. 6e08858 minstall: use target system instead of is_* by Paolo Bonzini · 6 days ago
  36. bdbab2c python: do checks for Windows via Python platform, not build machine by Paolo Bonzini · 6 days ago
  37. 8a819b4 compilers: do not use MS lib.exe if not under Windows by Paolo Bonzini · 6 days ago
  38. c9f4d8d linkers: do not use mesonlib.is_* by Paolo Bonzini · 6 days ago
  39. 1fca2aa compilers: do not use mesonlib.is_* by Paolo Bonzini · 6 days ago
  40. ee0584c compilers: consistently check compiler machine when looking for static linker by Paolo Bonzini · 6 days ago
  41. 9cbb234 compilers: warn if archiver is unprefixed when cross compiling by Paolo Bonzini · 6 days ago
  42. 1a23a98 ninjabackend: use get_aix_so_archive_name more by Paolo Bonzini · 6 days ago
  43. fd770b3 backends, minstall: cleanup AIX hacks to install the .a file by Paolo Bonzini · 6 days ago
  44. 902e788 envconfig: detect os400 kernel by Chi-Iroh · 6 days ago
  45. c451caf envconfig: detect os400 system as AIX by Paolo Bonzini · 6 days ago
  46. 22d5c0d envconfig: canonicalize powerpc to ppc by Chi-Iroh · 6 days ago
  47. 4f00956 envconfig: detect aix kernel by Paolo Bonzini · 6 days ago
  48. 67c4fcc fix cython_args build option handling by cyphercodes · 7 days ago
  49. 2121158 envconfig: warn on unknown system in cross files by mayank-dev-15 · 7 days ago
  50. 64c2255 interpreter/type_checking: quote unknown langauge validator error by Dylan Baker · 8 days ago
  51. 33ab0a0 interpreter/type_checking: consistently quote in_set_validator errors by Dylan Baker · 8 days ago
  52. 5ed3ebd interpreter: Use KWargInfo for some test arguments by Dylan Baker · 8 days ago
  53. ca9b33f interpreterobjects: move pkgconfig_define FeatureNew to KWargInfo by Dylan Baker · 8 days ago
  54. aca8c41 modules/sourceset: Use KwargInfo.since_values for new types by Dylan Baker · 8 days ago
  55. b0344d7 modules/qt: Use typed_pos_args for qt.preprocess by Dylan Baker · 8 days ago
  56. 249a14a modules/qt: Use KWargInfo.since_values by Dylan Baker · 8 days ago
  57. b920239 modules/cmake: Use KwargInfo since_values instead of open coding by Dylan Baker · 8 days ago
  58. dddfa3d decorators: allow tuples of types in KWargInfo since_values and deprecated_values by Dylan Baker · 8 days ago
  59. 69e1047 decorators: use some `TypeAlias`es to make further changes easier by Dylan Baker · 8 days ago
  60. a84a99c decorators: Convert KwargInfo to a dataclass by Dylan Baker · 8 days ago
  61. 8bbed03 decorators: consistently quote the name of functions in errors by Dylan Baker · 8 days ago
  62. dabdb78 decorators: make the quoting of types fully standard by Dylan Baker · 8 days ago
  63. b494643 decorators: normalize quoting of types in errors by Dylan Baker · 8 days ago
  64. ae68658 decorators: share error formatting code between pos and kw arg checking by Dylan Baker · 8 days ago
  65. 4af3205 interpreterbase/decorators: share code between pos and kwarg checking by Dylan Baker · 8 days ago
  66. 921f7b6 interpreterbase/decorators: pull some helpers out of typed_kwargs by Dylan Baker · 8 days ago
  67. d039c07 ast/introspection: apply subproject default options by subotac · 8 days ago
  68. e8bd294 cmake: add TARGET_FILE_NAME and TARGET_FILE_DIR by Paolo Bonzini · 11 days ago
  69. 4c7732f cmake: let TARGET_LINKER_FILE fall back to next property if one is empty by Paolo Bonzini · 11 days ago
  70. ec6c53d cmake: add TARGET_LINKER_FILE by Paolo Bonzini · 11 days ago
  71. 68b8f27 cmake: warn if TARGET_FILE cannot be found in the properties by Paolo Bonzini · 11 days ago
  72. c6c4ec5 cmake: rewrite target_file as a for loop, warn on lists by Paolo Bonzini · 11 days ago
  73. 19bcaef coredata: remove get_external_args and get_external_link_args by Maxandre Ogeret · 11 days ago
  74. 67d7ddb backends: apply per-subproject language args to targets by Maxandre Ogeret · 11 days ago
  75. da57db7 depfixer: don't invoke install_name_tool on non-darwin targets by Harsh Verma · 11 days ago
  76. 1465310 envconfig: detect Rosetta 2 for can_run_host_binaries on Apple Silicon by Jeremy Huddleston Sequoia · 11 days ago
  77. 3e9695c Update debug arguments for CompCert compiler by Michael Schmidt · 11 days ago
  78. aa397a8 Ensure coverage info is not empty. by Jussi Pakkanen · 11 days ago
  79. a2624f4 Add a unit test for Environment::get_env_for_paths() by Tristan Partin · 11 days ago
  80. afb7e6d Fix dep dependency prefix detection by Charles Brunet · 11 days ago
  81. 7fc67cb interpreter: Replace last uses of Feature*Kwargs by Dylan Baker · 12 days ago
  82. d428f45 intro: report complete target dependencies by Princeton Ferro · 13 days ago
  83. b43e7ed universal.py: search_version: make the version regex a bit more robust by João Marcos Costa · 13 days ago
  84. bc071a4 Build a shared library for find_library link tests by Sam James · 14 days ago
  85. ee72484 baseplatformtests: Don't specify "/" in os.path.join by moi15moi · 14 days ago
  86. 38d558e modules/cuda: completely revamp microarchitecture handling by David Seifert · 14 days ago
  87. 66ab168 Fix meson dist --include-subprojects with redirected wraps by Tristan Partin · 14 days ago
  88. 097b497 Add enum WrapType by Paolo Bonzini · 14 days ago
  89. aba5221 options: cleanup argparse_prefixed_default by Paolo Bonzini · 14 days ago
  90. 516edbf options: remove unnecessary use of Union by Paolo Bonzini · 14 days ago
  91. 0e16f69 options: do not accept bool for integer options by Paolo Bonzini · 14 days ago
  92. 89edc5e options: remove unnecessary access to BUILTIN_OPTIONS by Paolo Bonzini · 14 days ago
  93. 13857f4 options: remove T.Any by Paolo Bonzini · 14 days ago
  94. 5547355 Make skipping of LinuxCrossMingwTests more robust by Peter Eisentraut · 14 days ago
  95. d485e09 optinterpreter: make the parser interfaces more like other interfaces by Dylan Baker · 14 days ago
  96. cfe7037 optinterpreter: tighten up the typing by removing Any by Dylan Baker · 14 days ago
  97. c1c26fc Support Wild linker by Mateusz Mikuła · 14 days ago
  98. a7b2a14 cargo: remove Optional from load_cargo_lock return value by Paolo Bonzini · 14 days ago
  99. 7f59d7d unittests: add test for --include-subprojects with Cargo.lock by Paolo Bonzini · 14 days ago
  100. 13f30e7 wrap: load Cargo.lock when Resolver is created by Paolo Bonzini · 14 days ago