summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-08-01cargo: change init-time computation to lazy propertiesPaolo Bonzini
2025-08-01cargo: use _raw_to_dataclass for ManifestPaolo Bonzini
2025-08-01cargo: move library autodetection to Manifest.from_rawPaolo Bonzini
2025-08-01unittests/cargotests: add tests for Cargo.toml parsingPaolo Bonzini
2025-08-01cargo: fix path and crate-type for executable targetsPaolo Bonzini
2025-08-01cargo: move dataclasses out of interpreter modulePaolo Bonzini
2025-08-01cargo: create dataclasses for Cargo.lockPaolo Bonzini
2025-08-01cargo: remove Fixed* dictionariesPaolo Bonzini
2025-08-01cargo: move _convert_manifest to Manifest class, use keyword argsPaolo Bonzini
2025-08-01cargo: move TypedDicts for Cargo.toml to "raw" modulePaolo Bonzini
2025-08-01cargo: Move toml implementation into its own moduleXavier Claessens
2025-08-01cargo: Convert PackageState into a dataclassXavier Claessens
2025-08-01cargo: Reconfigure when any Cargo.toml is modifiedXavier Claessens
2025-08-01cargo: Use -rs suffix only for rust ABIXavier Claessens
2025-08-01wrap: wraps from subprojects can replace directories found with no wrapXavier Claessens
2025-08-01unittests/cargotests: fix pylintPaolo Bonzini
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