summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-31compilers: cpp: add comment wrt GCC -stdlib=libc++ caseSam James
2025-10-31Always check if found libraries are linkableSam James
2025-10-31compilers: handle older Python behaviour for TemporaryDirectorySam James
2025-10-30mdist: fix failure to create tar files the user asked to createEli Schwartz
2025-10-30Add ifx to list of Fortran compilers on WindowsMads Bach Villadsen
2025-10-29compilers: add Microchip XC32 compilerLiza Chevalier
2025-10-29compilers/gnu: use version attributes for feature checksLiza Chevalier
2025-10-29cargo: add check-cfg for system_deps_have_* symbolsPaolo Bonzini
2025-10-29cargo: use subproject() if a workspace member is in subprojects/Paolo Bonzini
2025-10-29cargo: propagate PackageState from the full resolution into workspacesPaolo Bonzini
2025-10-29cargo: always create a dummy workspacePaolo Bonzini
2025-10-29cargo: mark workspaces as downloadedPaolo Bonzini
2025-10-29cargo: extract _resolve_packagePaolo Bonzini
2025-10-29cargo: move rust_dependency_map generation to PackageConfigurationPaolo Bonzini
2025-10-29cargo: put all dependencies in the rust_dependency_mapPaolo Bonzini
2025-10-29cargo: move rustc argument generation to PackageState and PackageConfigurationPaolo Bonzini
2025-10-29cargo: move environment generation to PackageStatePaolo Bonzini
2025-10-29cargo: move _prepare_package outside _fetch_packagePaolo Bonzini
2025-10-29cargo: ensure all prepared package are in self.packagesPaolo Bonzini
2025-10-29cargo: pull feature and dependency data out of PackageStatePaolo Bonzini
2025-10-29cargo: unify handling of DEP/FEATURE and DEP?/FEATUREPaolo Bonzini
2025-10-29cargo: only create dependencies if there is a [lib] tablePaolo Bonzini
2025-10-29cargo: remove cfg importPaolo Bonzini
2025-10-29cargo: use Package.api directlyPaolo Bonzini
2025-10-29cargo: allow putting "." in membersPaolo Bonzini
2025-10-29cargo: ensure default members is validPaolo Bonzini
2025-10-29cargo: avoid AttributeError if cargolock is NonePaolo Bonzini
2025-10-29compilers/nvidia_hpc: support C/C++ -stdEisuke Kawashima
2025-10-29coredata: finish typing annotationsPaolo Bonzini
2025-10-29replace "in d.keys()" with "in d"Paolo Bonzini
2025-10-29options: clean up handling of pending_optionsPaolo Bonzini
2025-10-29build: remove unnecessary try/exceptPaolo Bonzini
2025-10-29options: rename get_value_object_and_value_forPaolo Bonzini
2025-10-29options: rename get_value_object_forPaolo Bonzini
2025-10-29environment: move tool detection functions to a new modulePaolo Bonzini
2025-10-29environment: move detection functions to envconfig.pyPaolo Bonzini
2025-10-29environment, backends: remove is_* methodsPaolo Bonzini
2025-10-29environment, compilers: move is_library caching to the sourcePaolo Bonzini
2025-10-29cmdline: fix typing issuesPaolo Bonzini
2025-10-29coredata: move cmd_line.txt and command line handling to a new modulePaolo Bonzini
2025-10-29Add snippets.symbol_visibility_header() methodXavier Claessens
2025-10-29modules: Fix state.project_name valueXavier Claessens
2025-10-29compilers/asm: Move arch support check to initializerDylan Baker
2025-10-29compilers/asm: Introduce an ASMCompiler base classDylan Baker
2025-10-29test cases/rust: adjust expected installed paths for shared librariesPaolo Bonzini
2025-10-29ci: opensuse: replace libboost_system-develSam James
2025-10-29tests: don't skip HDF5 for Gentoo anymoreSam James
2025-10-29ci: add qtdeclarative to gentooEli Schwartz
2025-10-29ci: gentoo: don't accept unstable python-execEli Schwartz
2025-10-29ci: gentoo: use a slimmer base imageEli Schwartz