summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2025-07-19options: fix misindentationPaolo Bonzini
2025-07-19Always add libdirs to rustc commandSeán de Búrca
2025-07-19wrap: Don't use old patch.exe from Strawberry PerlNirbheek Chauhan
2025-07-18wrap: Print deprecation warnings when using wrapdb v1Xavier Claessens
2025-07-18Fix use of a .pxi Cython include file as source from `configure_file`Ralf Gommers
2025-07-18cmake: Use the `cm\_` prefix for names starting with digitsKonstantin Seurer
2025-07-18Use os.path.normpath to make paths prettierVolker Weißmann
2025-07-18rust: add rust_dynamic_std optionPaolo Bonzini
2025-07-18compilers: add Rustup libdir even if there is no other rpath argumentPaolo Bonzini
2025-07-18linkers: add extra_paths to build_rpath_argsPaolo Bonzini
2025-07-18docs: document new behavior of yielding optionsPaolo Bonzini
2025-07-18Revert "options: do not overwrite parent options when a yielding option is set"Paolo Bonzini
2025-07-18options: resolve yielding options at the time they are addedPaolo Bonzini
2025-07-18coredata: remove use of `stringlistify` to do a castDylan Baker
2025-07-18coredata: actually use the correct machine for the dependency cache keyDylan Baker
2025-07-17options: parse -D and -U arguments directly into a Dict[OptionKey, Optional[s...Paolo Bonzini
2025-07-16Add encoding parameter to fix CI.Jussi Pakkanen
2025-07-14environment: really remove assertionPaolo Bonzini
2025-07-14hdf5: Skip failing Fortran config-tool test when h5fc is brokenMichał Górny
2025-07-14scalapack: Fix exception when MKLROOT is unsetMichał Górny
2025-07-14docs: document missing languages in project()meator
2025-07-14environment: allow setting build options with "build." prefixPaolo Bonzini
2025-07-14mconf: print build option names including "build."Paolo Bonzini
2025-07-14unittests: add test case for setting and retrieving build optionsPaolo Bonzini
2025-07-14interpreter: allow retrieving build options with get_option()Paolo Bonzini