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