1. 958d3b2 modules: fs: Add build_subdir argument to fs.copyfile() by Paul Caprioli · 10 months ago master
  2. a5c0e85 docs: Add FAQ entry about build target destination by Paul Caprioli · 10 months ago
  3. c005d15 gnome: allow custom targets as a source for gnome.genmarshal by Paolo Bonzini · 6 weeks ago
  4. 4a66eee xcodebackend: cleanup code by Paolo Bonzini · 7 weeks ago
  5. 77a45ab build: remove str from CustomTarget sources by Paolo Bonzini · 6 weeks ago
  6. 0ba5794 build: use different variable for command vs. custom target input by Paolo Bonzini · 6 weeks ago
  7. b7fade8 modules: qt: do not pass strings to CustomTargets by Paolo Bonzini · 6 weeks ago
  8. 68f1188 modules: i18n: do not pass strings to CustomTargets by Paolo Bonzini · 6 weeks ago
  9. 68b6733 modules: gnome: do not pass strings to CustomTargets by Paolo Bonzini · 6 weeks ago
  10. 6a22034 modules: windows: do not pass strings to CustomTargets by Paolo Bonzini · 6 weeks ago
  11. 22e9df5 modules: java: do not pass strings to CustomTargets by Paolo Bonzini · 6 weeks ago
  12. b5f482a modules: icestorm: do not pass strings to CustomTargets by Paolo Bonzini · 6 weeks ago
  13. ef9bb6d interpreter: define another source_strings_to_files overload for custom_target input by Paolo Bonzini · 7 weeks ago
  14. d9e920d modules: qt: raise error for non-working case of qt.compile_resources() by Paolo Bonzini · 6 weeks ago
  15. dcc5eab modules: gnome: tighten types by Paolo Bonzini · 9 days ago
  16. 9efa9a5 modules: qt: tighten some types by Paolo Bonzini · 7 weeks ago
  17. 376d682 compilers: fix arguments to Intel openmp_flags by Dylan Baker · 2 days ago
  18. aceb4d8 Pass -qopenmp to Intel LLVM based compilers by Frankie Robertson · 5 months ago
  19. 1a69438 mtest: add -k as alias to --maxfail by Daniel Foster · 3 weeks ago
  20. f8dbedd docs: dependencies: tweak casing of OSes by Sam James · 4 days ago
  21. d124ce5 Spell 'DragonFly BSD' correctly by Sam James · 4 days ago
  22. 2dc0f8d dub: log when first `dub describe` call fails by Sam James · 4 days ago
  23. f02636b tests/d: fix compat w/ >=dub-1.41.0 by Sam James · 4 days ago
  24. f44f1e9 Improve printing of options with different value than build type default by Joel Rosdahl · 6 weeks ago
  25. 5b7fa5b ci/arch: install zlib-static and boost-libs by Dylan Baker · 5 days ago
  26. b01e88d ci/arch: fix the cleanup phase by Dylan Baker · 7 days ago
  27. 5988be3 ci/opensuse: Install libgcrypt by Dylan Baker · 7 days ago
  28. a70c9da ci/opensuse: Remove gettext-csharp package from install list by Dylan Baker · 7 days ago
  29. c0163e0 ci/ubuntu-rolling: lcov in `questing` and `resolute` is fine by Dylan Baker · 7 days ago
  30. e1ee518 ci/ubuntu-rolling: install npm for hotdog build by Dylan Baker · 7 days ago
  31. 6e1157e ci/cygwin: Remove python2 package by Dylan Baker · 7 days ago
  32. 4456350 dub: fix 'dependencies' typo in error by Sam James · 5 days ago
  33. 55a83d0 type_checking: allow empty string in dependencies by Paolo Bonzini · 5 days ago
  34. 772b6a7 `install_dir` wrongly changed to `install_dirs` in docs for Vala by pixl_xip · 6 days ago
  35. 335202c modules: qt: fix typing issue in _detect_tools() by Paolo Bonzini · 7 days ago
  36. f4fb042 docs: Qt6 module: add meson example with qml_module by Adel KARA SLIMANE · 12 days ago
  37. 1aa0f39 docs: Qt6 module: improve "Dependencies" section by Adel KARA SLIMANE · 12 days ago
  38. d959752 docs: dependencies: Qt: simplify section by Adel KARA SLIMANE · 12 days ago
  39. 1ba70c1 docs: Qt6 module: move introductory sections up by Adel KARA SLIMANE · 12 days ago
  40. 1607d96 docs: yaml ref manual: change 'Qt5' to simply 'Qt' by Adel KARA SLIMANE · 12 days ago
  41. 3883479 vs2010backend: allow missing b_lto or b_pgo options by Paolo Bonzini · 7 days ago
  42. 797decc compilers: pass external args to sanity check; add #include <stddef.h> by Princeton Ferro · 3 weeks ago
  43. c238c65 ninjabackend: pass external {c,cpp}_args to detect_vs_dep_prefix probe by Princeton Ferro · 3 weeks ago
  44. 755dbc2 build: Precalculate single compile base args by Joel Rosdahl · 4 weeks ago
  45. 2c72dbe Speed up generation of Ninja rules by Joel Rosdahl · 4 weeks ago
  46. ba3aba7 compilers: Remove _StdCPPLibMixin.language_stdlib_provider env param by Joel Rosdahl · 4 weeks ago
  47. 6fe3765 modules/gnome: Fix annotations of GenerateGir by Dylan Baker · 2 weeks ago
  48. 737291a mintro: change IntroCommand to a dataclass by Paolo Bonzini · 5 months ago
  49. c26257d installdata is never None by Paolo Bonzini · 2 months ago
  50. 745351b mintro: make get_meson_introspection_types() constant by Paolo Bonzini · 7 months ago
  51. fa3720f interpreter: make Feature in turn wrap an Enum by Paolo Bonzini · 3 weeks ago
  52. c80d853 remove unused methods from UserFeatureOption by Paolo Bonzini · 3 weeks ago
  53. 7a8b79f interpreterobjects: simplify FeatureOptionHolder by Paolo Bonzini · 3 weeks ago
  54. af12050 interpreter: remove use of UserFeatureOption by Paolo Bonzini · 5 weeks ago
  55. e85f383 interpreter, modules: use REQUIRED_KW by Paolo Bonzini · 5 weeks ago
  56. 1b64242 compilers: Don't pass Environment into compiler methods by Dylan Baker · 3 weeks ago
  57. 25edb2c Bump version number for new development. by Jussi Pakkanen · 9 days ago
  58. 6ac66b9 Bump version number for 1.11.0. by Jussi Pakkanen · 9 days ago 1.11.0
  59. 641d393 Create release notes for 1.11.0. by Jussi Pakkanen · 9 days ago
  60. 97802a5 interpreter: revert shared_library_only=True for library() by Paolo Bonzini · 2 weeks ago
  61. 5dc89b5 compilers: allow multiple choices for override_compilers by Paolo Bonzini · 2 weeks ago
  62. c8d91ac rust: Prefer cl over clang-cl when linking by Nirbheek Chauhan · 2 weeks ago
  63. 6b87d91 Bump version number for rc3. by Jussi Pakkanen · 2 weeks ago 1.11.0rc3
  64. 4124712 docs/vala: Update docs for use of `install_vala_*` keywords by Dylan Baker · 3 weeks ago
  65. dc1f7ea cargo: Properly resolve patches from subprojects by Florian "sp1rit"​ · 3 weeks ago
  66. cb9a2cb copy editing of 1.11 release notes by Paolo Bonzini · 3 weeks ago
  67. 3a5124d linkers/detect: use explicit *_ld path from the start when probing directly by Princeton Ferro · 3 weeks ago
  68. 55140e7 gnome: avoid backslashes on Windows when setting CC for g-ir-scanner by Christoph Reiter · 4 months ago
  69. aa8f561 vala: Fix handling of install_dir being an array with fewer elements than outputs by Dylan Baker · 3 weeks ago
  70. 9c93a00 compilers: don't fail on already-existing cache dir by Sam James · 3 weeks ago
  71. 0fe25e3 Fix Debian regression #1132495. by Jussi Pakkanen · 3 weeks ago
  72. cbce144 interpreter: move _exe_to_shlib_kwargs close to build_target by Paolo Bonzini · 3 weeks ago
  73. c7a686a interpreter: move android_exe_type handling to build_target by Paolo Bonzini · 3 weeks ago
  74. 6519dd4 interpreter: set shared_library_only within build_target by Paolo Bonzini · 3 weeks ago
  75. e1965ac Bump version for rc2. by Jussi Pakkanen · 3 weeks ago 1.11.0rc2
  76. 092a244 Bump version number for rc1. by Jussi Pakkanen · 3 weeks ago
  77. 2ab0228 Condense test directories for rc. by Jussi Pakkanen · 3 weeks ago
  78. 57e5e64 rust: add testcase for build_subdir by Paolo Bonzini · 4 weeks ago
  79. 9fccbd0 ninjabackend: rust: take into account build_subdir for -L flags by Florian "sp1rit"​ · 4 weeks ago
  80. 27c9063 Replace the two other `continue`s with `SkipTest`s by Michał Górny · 5 weeks ago
  81. d191bd7 Use destdir_join() by Michał Górny · 5 weeks ago
  82. f0b13b3 Skip pkgconfig+sysroot test without pkgconf by Michał Górny · 8 weeks ago
  83. c35a26c Fix prepending duplicate sys_root to python build configs by Michał Górny · 8 weeks ago
  84. 7be2016 rust: fix source path for library() and executable() in subdirectories by Paolo Bonzini · 4 weeks ago
  85. 37dc5a1 dependencies mpi: add -show-compile-info and -show-link-info for mpich by Paolo Bonzini · 4 weeks ago
  86. 7b1f67b rust: Explicitly get rust dependency name for package dependencies by tytan652 · 4 weeks ago
  87. 04a2bc5 dependencies/mpi: Correctly handle non-required MPI by Dylan Baker · 2 months ago
  88. 91f2ede dependencies/mpi: Correctly handle Intel oneAPI MPI with Intel Compilers by Dylan Baker · 5 months ago
  89. d402be7 rust: add compiler_target() method by Paolo Bonzini · 4 weeks ago
  90. 629b7a5 docs: update info on Cargo workspace object by Paolo Bonzini · 5 months ago
  91. 8add8ef modules: rust: add package.override_dependency method by Paolo Bonzini · 5 months ago
  92. 8f76a60 modules: rust: add package.shared_module method by Paolo Bonzini · 6 weeks ago
  93. 953c192 modules: rust: add package.executable by Paolo Bonzini · 6 months ago
  94. 005863e cargo: populate bin table from src/bin/ by Paolo Bonzini · 6 months ago
  95. ec0b034 modules: rust: add package.library/package.proc_macro methods by Paolo Bonzini · 6 months ago
  96. 554846c cargo: use dependencies() method to get dependencies by Paolo Bonzini · 3 months ago
  97. a8e9aab modules: rust: invoke subprojects automatically from dependencies() by Paolo Bonzini · 6 months ago
  98. 6a4c294 modules: rust: add dependencies() method to package object by Paolo Bonzini · 6 months ago
  99. 0674f2e modules: allow passing an array for dependency versions by Paolo Bonzini · 6 months ago
  100. 7c00162 cargo: use rust.workspace() to build the arguments by Paolo Bonzini · 6 months ago