summaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)Author
2024-02-24backend/ninjabackend: Implemented logic for passing the discovered gcovr and ...dragonmux
2024-02-24scripts/coverage: Implemented handling for passing the gcovr and llvm-cov bin...dragonmux
2024-02-24Allow using CustomTarget as test executableCharles Brunet
2024-02-19Fix warning when using scan-buildStephan Lachnit
2024-02-11Raise if a postconf script failsAkihiko Odaki
2024-02-10backends: restore shlex quoting of MESONINTROSPECTJouke Witteveen
2024-02-07Fix minsize optimization for vs backendCharles Brunet
2024-01-26xcode: Fix "clean" operation under new build systemAlbert Tang
2024-01-26xcode: Check custom target input for extracted objectsAlbert Tang
2024-01-26backends: Make object_filename_from_source() backend-agnosticAlbert Tang
2024-01-26xcode: Autodetect host machine's CPU architectureAlbert Tang
2024-01-25Fix compiler.preprocess compile_args not usedCharles Brunet
2024-01-17compiler.preprocess: add depends kwargStas Sergeev
2024-01-17rust: fix linking static executablesAlyssa Ross
2024-01-17Improve project naming and build configuration in genvslite projectsRoger Sanders
2024-01-17backend: Add rpath for external versioned .so'sJonathon Anderson
2024-01-17backend: Add rpaths for external 'cmake' depsJonathon Anderson
2024-01-11Vala: fixes to gresource handling (#12418)Valeri
2024-01-09ninja: Use platform dependent quote instead of shlex.quote() in gcc_rsp_quote()byteblob
2024-01-05Fix warning_level=everything in vs backendsCharles Brunet
2024-01-01Fix intellisense errors in genvslite projectsRoger Sanders
2023-12-26ninja backend: manually escape cuda target namewrvsrx
2023-12-26swift: Support swift_argsSergey Vlasov
2023-12-23Remove `get_buildtype_args` functionCharles Brunet
2023-12-22backend/vs: use the host machine instead of the target machineDylan Baker
2023-12-22stop using the interpreter holders for the MachineInfoDylan Baker
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-12-11xcode backend: sundry type annotationsEli Schwartz
2023-12-11xcode backend: make the type of get_target_dir align with parent classEli Schwartz
2023-12-11xcode backend: delete unused codeEli Schwartz
2023-12-11backends: correct nonebackend return annotation and check in run_mypyEli Schwartz
2023-12-10xcode: Filter out targets not built by defaultAlbert Tang
2023-12-10xcode: Override determine_swift_deps_dir()Albert Tang
2023-12-10xcode: Enclose work directory in shell scriptsAlbert Tang
2023-12-10xcode: Wrap custom target output paths in quotesAlbert Tang
2023-12-10xcode: Fix generating single generator phaseAlbert Tang
2023-12-10xcode: Search for dependencies for custom targetsAlbert Tang
2023-12-10xcode: Classify metal and glsl files correctlyAlbert Tang
2023-12-10xcode: Set bridging header for mixed swift targetsAlbert Tang
2023-12-10xcode: Add support for extra filesAlbert Tang
2023-12-10vs: Manually link generated .o filesarch1t3cht
2023-12-09ninja backend: Remove outdated commentDaniele Nicolodi
2023-12-09ninja backend: Adjust naming and commentsDaniele Nicolodi
2023-12-09ninja backend: Make values passed to bool argument consistentDaniele Nicolodi
2023-12-09ninja backend: Remove always true checkDaniele Nicolodi
2023-12-07Always use posix paths when retrieving link nameErwin Jansen
2023-12-05ninja backend: don't hide all compiler warnings for transpiled languagesEli Schwartz
2023-11-20vs2010backend: fix incompatibility with custom manifestsTamás Bálint Misius
2023-11-18Fix unity builds (#12452)David Seifert
2023-11-13rust: Add transitive dependencies to ninja rulesXavier Claessens