summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2025-07-13backends: Use POSIX paths for target pathsL. E. Segovia
2025-07-13qt dependency: Don't insert backslashes into cflags on windowsNirbheek Chauhan
2025-07-12cuda: enable support for `CCCL_ENABLE_ASSERTIONS`David Seifert
2025-07-10compilers: move CFLAGS/CXXFLAGS handling to EnvironmentPaolo Bonzini
2025-07-10unittests: add test for c_link_args and CFLAGS interactionPaolo Bonzini
2025-07-10options: apply CFLAGS even if c_link_args existsPaolo Bonzini
2025-07-10options: ignore c(pp)_link_args when deciding whether to apply C(XX)FLAGSPaolo Bonzini
2025-07-09Add -F compiler flag for included MacOS frameworksmattbsage
2025-07-09unittests: improve test for yielding optionsPaolo Bonzini
2025-07-09options: do not overwrite parent options when a yielding option is setPaolo Bonzini
2025-07-09xcode: Setup folder tree in IDEAlbert Tang
2025-07-07msetup: keep pending optionsPaolo Bonzini
2025-07-07docs: update project(default_options: ...) for 1.8 changesPaolo Bonzini
2025-07-07docs: document order in which options are appliedPaolo Bonzini
2025-07-07ast, interpreter: look up default_library and default_both_libraries by subpr...Paolo Bonzini
2025-07-07options: give priority to parent augments over child default_optionsPaolo Bonzini
2025-07-07options: handle augments in OptionStore.set_optionPaolo Bonzini
2025-07-07options: fix direction of resultPaolo Bonzini
2025-07-07options: warn if subproject sets another subproject option too latePaolo Bonzini