summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-06-05unittests: use UnitTest helper methods instead of raw assertDylan Baker
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-05unittests: Handle missing compiler support in test_compiler_detectionDylan Baker
2025-06-05unittests: add asserts to test_compiler_detectionDylan Baker
2025-06-05unittests: use subtests to break up test_compiler_detectionDylan 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-05docs: Update docs for eldKushal Pal
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-03tests: Add test for checking get_executable_serialization with interpreted ex...L. E. Segovia
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-06-03ci: Fix cross-cuda actionMaxandre Ogeret
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: Add test for generated UI in subdirectoriesJames Westman
2025-05-31Vala: Fix GResource source directoriesJames Westman
2025-05-30cargo: set edition for build machine as wellPaolo Bonzini
2025-05-29cuda: add cross-cuda testMaxandre Ogeret
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
2025-05-29rewriter: Replace assignments with cur_assignmentsVolker Weißmann
2025-05-29Add AstInterpreter.nestingVolker Weißmann
2025-05-29rewriter.py: make type safeVolker Weißmann
2025-05-29rewriter: Add IntrospectionDependencyVolker Weißmann
2025-05-29rewriter: Add IntrospectionBuildTargetVolker Weißmann
2025-05-29rewritetests.py: Ignore order of listed sourcesVolker Weißmann
2025-05-29Refactoring and removal of dead codeVolker Weißmann
2025-05-29parser: Fix colno after multiline stringsVolker Weißmann
2025-05-29AstPrinter: Add parenthesis where neccessaryVolker Weißmann
2025-05-29parser: Simplify precedence levelsVolker Weißmann
2025-05-29AstPrinter: Use str.translate instead of str.replaceVolker Weißmann