summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
2025-01-08rust: add 2024 editionPaolo Bonzini
2025-01-08clippy: skip running it if --cap-lints allow is included in the command linePaolo Bonzini
2025-01-08rust: add warning_level=0 to downloaded Cargo subprojectsPaolo Bonzini
2025-01-08rust: change warning_level=0 to "--cap-lints allow"Paolo Bonzini
2025-01-08Interpret TAP bailout output without test plan or test line as errorgerioldman
2025-01-07ninja backend: don't rebuild all tests by defaultEli Schwartz
2025-01-07mtest: fix rebuilding all before running testsEli Schwartz
2025-01-08Store commands as arrays.Jussi Pakkanen
2025-01-07Add run0 as a way to raise privilegesrusty-snake
2025-01-07fix missing extension in command pathCharles Brunet
2025-01-07Fix internal dependency namesCharles Brunet
2025-01-07Only use uninstalled deps if a build dir exists.Jussi Pakkanen
2025-01-06Fix wrap.py to avoid following symlinksKaruroChori
2024-12-31Fail gracefully when compiler cache is specified without compilerJoel Rosdahl
2024-12-29ninjabackend: prefer "in" to regex searchPaolo Bonzini
2024-12-29ninjabackend: use File.from_built_relative()Paolo Bonzini
2024-12-29utils: cache build directory filesPaolo Bonzini
2024-12-29compilers: cache the results of is_source()Paolo Bonzini
2024-12-29dependencies: add custom atomic dependencyDudemanguy
2024-12-27compilers: De-dup -Wl,-rpath, and -Wl,-rpath-link,Nirbheek Chauhan
2024-12-27arglist: De-dup arg prefixes only when they are used as a prefixNirbheek Chauhan
2024-12-20print out which command needs an exe_wrapperRolf Eike Beer
2024-12-20modules/rust: Specify the compiler version to bindgen when possibleDylan Baker
2024-12-19do @ variable substitution when parsing cmake formatJan200101
2024-12-19mtest: tap: accept out-of-order or partly-numbered testsPaolo Bonzini
2024-12-19compiler: fix leftover chars in compiler.links()meator
2024-12-19compilers: Do not pass `-fuse-ld=lld` via `-Wl,`LIU Hao
2024-12-19rust: raise a warning if clippy is used instead of rustcPaolo Bonzini
2024-12-19ninjabackend: add support for "ninja clippy"Paolo Bonzini
2024-12-19scripts: add "clippy" internal toolPaolo Bonzini
2024-12-19scripts: convert run_tool to asyncioPaolo Bonzini
2024-12-19scripts: rename run_tool to run_clang_toolPaolo Bonzini
2024-12-19scripts: make clang tools obey b_coloroutPaolo Bonzini
2024-12-19introspect: add machine to target_sourcesPaolo Bonzini
2024-12-19mtest: move determine_worker_count to utils, generalizePaolo Bonzini
2024-12-19mtest: do not import from mintroPaolo Bonzini
2024-12-19utils: optimize PerMachinePaolo Bonzini
2024-12-16dependencies: support old vulkan SDK versionVíctor Manuel Jáquez Leal
2024-12-16Handle top level options set in subprojects. Closes #13847.Jussi Pakkanen
2024-12-16Xcode backend: better quoting for spaces in HEADER_SEARCH_PATHSNick
2024-12-10compilers: Pass `vs_module_defs` with `/DEF:` to LLD-LINKLIU Hao
2024-12-10separate mesondefine and cmakedefine logicJan200101
2024-12-09modernize Rust templatePaolo Bonzini
2024-12-06interpreter: fix type issues with vcs_tag updatesDylan Baker
2024-12-06format: allow input from stdinCharles Brunet
2024-12-06fix generate_gir with BothLibraries dependencyCharles Brunet
2024-12-06mtest: rust: allow parsing doctest outputPaolo Bonzini
2024-12-06Fix ugly path after path join with the empty dirnameNick
2024-12-06Slightly fix compiler args order for the Xcode backendNick
2024-12-04env2mfile: add flag to use _FOR_BUILD envvars.Jussi Pakkanen