summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
2025-06-17Test serialization: Simplify determination of Windows extra pathsLuca Bacci
2025-06-17Test serialization: Also look for depends when setting PATH on WindowsLuca Bacci
2025-06-17Test serialization: set LD_LIBRARY_PATH also on DarwinLuca Bacci
2025-06-17interpreterbase: remove per-object method dispatchingPaolo Bonzini
2025-06-17modules: convert custom holders to InterpreterObject.methodPaolo Bonzini
2025-06-17interpreter: convert remaining objects to InterpreterObject.methodPaolo Bonzini
2025-06-17interpreter: convert compiler to InterpreterObject.methodPaolo Bonzini
2025-06-17interpreter: convert mesonmain to InterpreterObject.methodPaolo Bonzini
2025-06-17interpreter: make methods per-class for primitivesPaolo Bonzini
2025-06-17interpreter: make operators per-classPaolo Bonzini
2025-06-17interpreter: make trivial_operators per-classPaolo Bonzini
2025-06-17interpreter: make operator functions binaryPaolo Bonzini
2025-06-17interpreter: fix a couple FeatureNew messagesPaolo Bonzini
2025-06-09AstInterpreter: Fix dead-code-crashVolker Weißmann
2025-06-09modules/gnome: Allow to generate markdown and reStructuredText dbus docCorentin Noël
2025-06-08replace regex implementation for cmake with a parserJan200101
2025-06-08handle empty curly braces correctlyJan200101
2025-06-08handle spacing between # and cmakedefineJan200101
2025-06-06Fix Flang stdlib linking for LLVM toolchain versions >= 19Mugundanmcw
2025-06-05swift: Pass C base compile options to swiftcKatalin Rebhan
2025-06-05vala: Pass --shared-library to valac when generating a .gir fileCorentin Noël
2025-06-05build: Fix tasking compiler b_lto detection for overridesDylan Baker
2025-06-05backend: fix tasking compiler support after option refactorgerioldman
2025-06-05build: fix tasking compiler b_lto support after option refactorDylan Baker
2025-06-05vsbackend: detect toolset and SDK version at generate() timePaolo Bonzini
2025-06-05ninjabackend: clear allow_thin_archives[] at generate() timePaolo Bonzini
2025-06-05Add eld as default linker for Qualcomm Hexagon compilerKushal Pal
2025-06-05Add ELD linkerKushal Pal
2025-06-04utils: Support VCSs that can have file repodirsDylan Baker
2025-06-03gnome.mkenums: Fix get_executable_serialisation passing ExternalPrograms scri...L. E. Segovia
2025-06-03cmake: Fix target_link_libraries against project targetsL. E. Segovia
2025-06-03wrap: Lock subproject directory when downloading wrapsFlorian "sp1rit"​
2025-06-03utils: Replace BuildDirLock with generic DirectoryLockFlorian "sp1rit"​
2025-05-31cargo: Add support for target specific dependenciesXavier Claessens
2025-05-31cargo: Do not convert cfg() to Meson ASTXavier Claessens
2025-05-31cargo: Fix cfg() parsingXavier Claessens
2025-05-31Vala: Fix GResource source directoriesJames Westman
2025-05-30cargo: set edition for build machine as wellPaolo Bonzini
2025-05-29cuda: use target-specific paths under CUDA Toolkit on LinuxMaxandre Ogeret
2025-05-29rewriter: Bugfix concerning `UnknownValue`Volker Weißmann
2025-05-29rewriter: Rewrite how we add/remove source filesVolker Weißmann
2025-05-29rewriter refactoring: Add rm_src_or_extraVolker Weißmann
2025-05-29rewriter: Improve find_target and find_dependencyVolker Weißmann
2025-05-29mesonbuild/ast: make mypy safeVolker Weißmann
2025-05-29Add AstInterpreter.funcvalsVolker Weißmann
2025-05-29AstInterpreter: Replace resolve_node with node_to_runtime_valueVolker Weißmann
2025-05-29rewriter: Remove apparently useless code.Volker Weißmann
2025-05-29Add AstInterpreter.dataflow_dagVolker Weißmann
2025-05-29AstInterpreter: Fix evaluate_* functionsVolker Weißmann
2025-05-29rewriter: Refactoring of assignment trackingVolker Weißmann