summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
2025-07-29c: add more exceptions to -Wno-*Henrik Lehtonen
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-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-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-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-14environment: really remove assertionPaolo Bonzini
2025-07-14scalapack: Fix exception when MKLROOT is unsetMichał Górny
2025-07-14environment: allow setting build options with "build." prefixPaolo Bonzini
2025-07-14mconf: print build option names including "build."Paolo 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-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-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-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
2025-07-07options: split pending subproject options into their own dictionaryPaolo Bonzini
2025-07-07msetup, options: reverse direction of unknown options checkPaolo Bonzini
2025-07-07options: project options never act globallyPaolo Bonzini