summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-08-01Condense test directory names for 1.9.Jussi Pakkanen
2025-08-01format: add --source-file-path argument for stdinCharles Brunet
2025-08-01format: use absolute paths to find .editorconfigCharles Brunet
2025-08-01call determine_rpath_dirs only when linker requires itCharles Brunet
2025-08-01Optimize determine_rpath_dirsCharles Brunet
2025-08-01move rpath functions from Backend to BuildTargetCharles Brunet
2025-08-01typing: determine_rpath_dirs is only called with BuildTargetCharles Brunet
2025-08-01simplify get_external_rpath_dirsCharles Brunet
2025-08-01wrap: Add basic sftp support to wrap.get_data()Amp Tell
2025-08-01wrap: Break out hash_file() functionAmp Tell
2025-08-01wrap: Slightly improve error message on wrap get failureAmp Tell
2025-08-01modules/pkgconfig: Resolve dependencies in case of an internal dependencyCorentin Noël
2025-08-01gnome: make ToolType an alias and use itFlorian "sp1rit"​
2025-08-01gnome: early exit from _gir_has_option if g-ir-scanner is executableFlorian "sp1rit"​
2025-08-01gnome: support generate_gir on cross buildsFlorian "sp1rit"​
2025-08-01gnome: Provide fallback for legacy gi-scanner without --versionFlorian "sp1rit"​
2025-08-01gnome: Don't rely on gobject-introspection-1.0 anymoreFlorian "sp1rit"​
2025-07-31Convert builddist to a Python script.Jussi Pakkanen
2025-07-31Guard against use of Unix tools.Jussi Pakkanen
2025-07-29Replace deprecated setup.py install commandCharles Brunet
2025-07-29subprojects: add --filter optionPaolo Bonzini
2025-07-29subprojects: allow passing a fnmatch patternPaolo Bonzini
2025-07-29build: allow non-Rust files in non-structured sourcesPaolo Bonzini
2025-07-29test cases: add test for mixed Rust/C++ executablePaolo Bonzini
2025-07-29docs: update for mixed Rust/non-Rust sourcesPaolo Bonzini
2025-07-29ninjabackend: pass objects to generate_rust_target from non-Rust sourcesPaolo Bonzini
2025-07-29build: allow picking 'rust' as a link_languagePaolo Bonzini
2025-07-29build: use PIE for Rust as wellPaolo Bonzini
2025-07-29ninjabackend: handle specially TUs where compilation and linking happens toge...Paolo Bonzini
2025-07-29ninjabackend: remove one level of indentation from for loopPaolo Bonzini
2025-07-29ninjabackend: move generate_generator_list_rules to common codePaolo Bonzini
2025-07-29build: reject invalid link_language for Rust targetsPaolo Bonzini
2025-07-29test cases: avoid missing_abi warning with recent RustPaolo Bonzini
2025-07-29fix formatting issue in the previous commitEli Schwartz
2025-07-29c: add more exceptions to -Wno-*Henrik Lehtonen
2025-07-28docs: Reduce reading comprehension requirements for install functionsNirbheek Chauhan
2025-07-25Add swift_module_name target argumentKatalin Rebhan
2025-07-25build/process_compilers: Skip throwing error for headersFlorian "sp1rit"​
2025-07-24Add suffix function to the fs moduleJouke Witteveen
2025-07-24Work around os.path.isabs bug in fs moduleJouke Witteveen
2025-07-24Restructure fs module in terms of os.pathJouke Witteveen
2025-07-24Add -parse-as-library to Swift library targetsKatalin Rebhan
2025-07-22mintro: Record rpath_dirs_to_remove in install_planDaniele Nicolodi
2025-07-22unittests: allow running with pytest/unittest directlyChristoph Reiter
2025-07-22Docs: standardize between list and array as arrayDylan Baker
2025-07-21rust: pass rpath arguments to rustdoc --testPaolo Bonzini
2025-07-21rust: only allow rust.doctests if the target is a cratePaolo Bonzini
2025-07-21clang-tidy: run tool only on source files participating in targetsSahnvour
2025-07-19interpreter: Add a flatten() method to arraysDylan Baker
2025-07-19Hack around hotdoc build failuresMichał Górny