1. 7ebbce2 gnome: Fix indentation of mkenums_simple generated code by Matthijs Velsink · 4 months ago
  2. 2b37101 meson format command by Charles Brunet · 11 months ago
  3. bd4fd90 parser: revert to single StringNode type by Charles Brunet · 11 months ago
  4. 728fcda simplify astprinter by using operator value by Charles Brunet · 11 months ago
  5. 0bc51d5 simplify RawPrinter using FullAstVisitor by Charles Brunet · 11 months ago
  6. 2a962ff visit full ast for AstConditionLevel by Charles Brunet · 11 months ago
  7. be9e9af Add ast visitor for whitespaces and symbols by Charles Brunet · 11 months ago
  8. 154b9e7 fix colon wrongly named column in parser by Charles Brunet · 11 months ago
  9. bec84ac Fix type checking in ast.printer by Charles Brunet · 11 months ago
  10. b053eab Update Users.md by Michael Gene Brockus (Dreamer) · 4 months ago
  11. 24a96a3 On OpenBSD there's no convention the .so numbers equal the boost version. by Otto Moerbeek · 5 months ago
  12. e455cb0 interpreter/compiler: Fortran.run() has always worked by Dylan Baker · 4 months ago
  13. d86fce9 compilers: Add test for detecting libraries with externally supplied linker flags by L. E. Segovia · 7 months ago
  14. 8239912 compilers: Ensure -L flags do not get reordered when used with MSVC by L. E. Segovia · 1 year, 9 months ago
  15. 06bc8a8 depends keyword argument: accept CustomTargetIndex by Gerion Entrup · 5 months ago
  16. 30c38e2 Merge pull request #12144 from amyspark/fix-msvc-clangcl-linker-flag-detection by Jussi Pakkanen · 4 months ago
  17. e00710a env2mfile: Only consume LDFLAGS for relevant languages by Ole André Vadla Ravnås · 4 months ago
  18. 456d879 Fix regression in TI CGT support by Will Toohey · 4 months ago
  19. 2d010c6 nasm: Add support for .nasm file extension (#13027) by Junior Rantila · 4 months ago
  20. 78e9009 depfixer: change fix_darwin to act like fix_rpathtype_entry by Fabian Groffen · 5 months ago
  21. 516a485 Merge pull request #13021 from dcbaker/submit/depscanner-fixes-and-speedups by Jussi Pakkanen · 5 months ago
  22. 27caa76 Update Pip install documentation. by Jussi Pakkanen · 5 months ago
  23. 2171a01 backend/ninja: Don't run -t cleandead when using dyndeps by Dylan Baker · 5 months ago
  24. 2f8d51c backend/ninja: don't rewrite the pickle data if it hasn't changed by Dylan Baker · 5 months ago
  25. 3e9021a scripts/depscan: remove unnecessary function by Dylan Baker · 9 months ago
  26. 433117f scripts/depscan: pick language once, at configure time by Dylan Baker · 9 months ago
  27. fae1363 scripts/depscan: combine pickle and JSON data into a single file by Dylan Baker · 8 months ago
  28. 934c907 backend/ninja: add missing typing annotations by Dylan Baker · 9 months ago
  29. 875a9b7 backend/ninja: remove duplicate isinstance() check by Dylan Baker · 9 months ago
  30. 2812b21 backend/ninja: use A dataclass for TargetDependencyScannerInfo by Dylan Baker · 9 months ago
  31. 458827a depscan: use a defaultdict to simplify append action by Dylan Baker · 9 months ago
  32. a63739d compilers: cpp: reduce macro pollution for stdlib macros by Sam James · 5 months ago
  33. 3e1e37f compilers: cpp: factor out C++ stdlib detection by Sam James · 5 months ago
  34. 5bd28fe Pass Environment down from Backend by Sam James · 5 months ago
  35. 3131441 compilers: cpp: don't set stdlib assertion macros if already set by Sam James · 5 months ago
  36. 509a140 compilers: cpp: relax assertion level for libc++ by Sam James · 5 months ago
  37. 80e1d28 tests: don't expect msys2 llvm cmake tests to skip with llvm 18 by Christoph Reiter · 5 months ago
  38. 2ae1bfa interpreter/type_checking: remove stale TODO comment by Dylan Baker · 5 months ago
  39. 3c8be4f interpreter: fix return type annotation of helper by Dylan Baker · 5 months ago
  40. 8480f3e fix: set `MSAN_OPTIONS` when not set, rather than `UBSAN_OPTIONS` by Christopher Dilks · 5 months ago
  41. 4b5caa8 mesonlib: Fix bug in relpath return values found by mypy by Nirbheek Chauhan · 5 months ago
  42. 069d892 devenv: Don't use Path.relative_to() to resolve relative paths by Nirbheek Chauhan · 5 months ago
  43. 2d7b7c3 mconf: Reload the options files if they have changed by Dylan Baker · 5 months ago
  44. c687530 coredata: add tracking of the options files by Dylan Baker · 5 months ago
  45. 8a10c8a coredata: remove extraneous keys when updating project_options by Dylan Baker · 5 months ago
  46. c793dc4 tests: Add tests for configure on changed options by Dylan Baker · 5 months ago
  47. 192ce82 unittests: annotate BasePlatformTests.setconf by Dylan Baker · 5 months ago
  48. e7c7f6f cmake: fix incorrect decorator for append_link_args by Stephan Lachnit · 5 months ago
  49. 2ac5c4b environment: update Debian development version in get_llvm_tool_names() by Sam James · 5 months ago
  50. dec93ce environment: fix LLVM 18 support in get_llvm_tool_names() by Sam James · 5 months ago
  51. 0762b86 tests: rename skip_on_jobname to expect_skip_on_jobname and skip_on_os to expect_skip_on_os by Christoph Reiter · 5 months ago
  52. 05bbe45 tests: Fix unit tests with high parallelism by Jan Alexander Steffens (heftig) · 5 months ago
  53. 6db1d2b unittests: Add a helper for copying source trees by Dylan Baker · 5 months ago
  54. dacb25d Improve error messages for invalid option values by Charles Brunet · 7 months ago
  55. d08ef2c move UserArrayOption.listify_value to mesonlib by Charles Brunet · 7 months ago
  56. b1340e9 interpreter: when overriding a dependency make its name match by Dylan Baker · 5 months ago
  57. 6d713e4 dependency: define equality and hash operators for Dependency by Dylan Baker · 5 months ago
  58. 18f8aed rust: Get native-static-libs even when it cannot run host binaries by Xavier Claessens · 8 months ago
  59. c107624 compilers: No need to pass exe_wrapper everywhere by Xavier Claessens · 9 months ago
  60. 6b56952 compilers: Allow setting env and workdir for run checks by Xavier Claessens · 9 months ago
  61. b1358ef compilers: Do not dump File content in log for compiler checks. by Xavier Claessens · 9 months ago
  62. f41a95d compilers: Every compiler can run code by Xavier Claessens · 9 months ago
  63. 3afbe04 wayland: Stable protocols can have a version by Xavier Claessens · 5 months ago
  64. 4d3fb88 cargo: Add API version into dependency name by Xavier Claessens · 10 months ago
  65. 3f73aae cargo: Ensure Dependency.package always has a value by Xavier Claessens · 10 months ago
  66. bc91eb5 interpreterobjects.py: fix a typo by Yegor Yefremov · 5 months ago
  67. 0b7b4a3 Generate relnotes for 1.4.0. by Jussi Pakkanen · 5 months ago
  68. fd626e3 Basic support for TI ARM-CLANG toolchain by William Toohey · 1 year, 6 months ago
  69. 675b47b compilers: cpp: improve libc++ vs libstdc++ detection (again) by Sam James · 5 months ago
  70. eb74bb8 Added support for Texas Instruments C6000 compiler. by Petr Machacek · 11 months ago
  71. 7399be4 Bump version number for new development. by Jussi Pakkanen · 5 months ago
  72. eaefe29 Bump version number for release. by Jussi Pakkanen · 5 months ago 1.4.0
  73. e4622ff Only link to generated pch object when using msvc. (#12957) by Elliot · 5 months ago
  74. 675c323 CI: pin mypy to version 1.8 by Dylan Baker · 5 months ago
  75. f947978 fix reconfigure subproject base options by Charles Brunet · 5 months ago
  76. 9e270f0 Fix detection of unknown base options in subproj by Charles Brunet · 5 months ago
  77. 0cd74c9 cuda: respect host compiler `-Werror` by David Seifert · 5 months ago
  78. 5e0a307 rust: Link with rlib external dependencies by Xavier Claessens · 5 months ago
  79. a9d42a7 test cases/common/103 has header symbol: fix for musl 1.2.5 by Alyssa Ross · 5 months ago
  80. 8357548 doc/Users: Add asteria and mcfgthread by LIU Hao · 5 months ago
  81. d532c79 Bump version number for rc2. by Jussi Pakkanen · 5 months ago 1.4.0rc2
  82. ac1d0ae Condense test dirs for rc2. by Jussi Pakkanen · 5 months ago
  83. 4d1bfd0 compilers: only wrap multiple input libraries with start/end group by Eli Schwartz · 6 months ago
  84. 46f3cff compilers: avoid catching -Wl,-soname and wrapping with start/end group by Eli Schwartz · 6 months ago
  85. 5499613 Merge pull request #12804 from joukewitteveen/dist-rewriter by Jussi Pakkanen · 5 months ago
  86. cc4cfbc Fix unknown base options not detected in commandline arguments by Charles Brunet · 6 months ago
  87. 76f6874 Fix base and compiler options not reconfigurable. by Charles Brunet · 6 months ago
  88. 4ed6d75 Set PYTHONIOENCODING when running tests by Charles Brunet · 6 months ago
  89. c67a6e1 Revert "Fix base options not reconfigurable" by Charles Brunet · 6 months ago
  90. aee9415 rust: recursively pull proc-macro dependencies as well by Xavier Claessens · 6 months ago
  91. 937d1c6 nvcc: avoid adding `-Wpedantic` to compile lines by David Seifert · 6 months ago
  92. 95e31b7 remove junk file from the repository root by Eli Schwartz · 6 months ago
  93. e9ee63e cargo: support lib.path in Cargo.toml by Alyssa Ross · 6 months ago
  94. 0dc2499 Bump version number for rc1. by Jussi Pakkanen · 6 months ago 1.4.0rc1
  95. f013a68 rewriter: allow setting values regardless of the previous type by Jouke Witteveen · 7 months ago
  96. fb72a8e docs: fix typo in snippet: "hueristic" -> "heuristic" by Dylan Baker · 6 months ago
  97. 2b5c8cc modules/rust: Fix New Version check that was not updated by Dylan Baker · 6 months ago
  98. fa2ab69 Merge pull request #11867 from xclaesse/cargo-features by Jussi Pakkanen · 6 months ago
  99. 9afe622 Fix lint warning. by Jussi Pakkanen · 6 months ago
  100. 0cd2a8d Condense directory names for RC1. by Jussi Pakkanen · 6 months ago