summaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies
AgeCommit message (Expand)Author
2025-05-23vulkan: Extract Vulkan version in SDK pathArjan Molenaar
2025-05-23vulkan: Make VK_SDK_PATH optionalArjan Molenaar
2025-05-21cuda: look for stubbed libraries tooDavid Seifert
2025-05-21cuda: avoid `-l` arguments for linkingDavid Seifert
2025-05-06dependencies/python: Fix Framework Python when pkg-config is installedDaniele Nicolodi
2025-05-06dependencies/python: Replace non-breakable space with spaceDaniele Nicolodi
2025-05-04Add framework linking for iOS builds.Russell Keith-Magee
2025-04-20Log non-fatally if CMake doesn't find a packageBenjamin Gilbert
2025-04-09modules/gnome, modules/Python: Allow injecting RPATH flags through LDFLAGS if...L. E. Segovia
2025-04-02compilers: introduce get_exe() and get_exe_args()Paolo Bonzini
2025-03-24dependencies/dev: prepend sysroot when searching for GTest sourcesRoss Burton
2025-03-20hdf5: don't throw if the pkg-config doesn't support --list-allMarcin Serwin
2025-03-10coredata: replace get_option with optstore.get_value_forDylan Baker
2025-03-05dependencies/dub: First try to describe local projectAndrei Horodniceanu
2025-03-01output PACKAGE_NOT_FOUND_MESSAGE as warning when CMake package is not foundna-trium-144
2025-02-13Make all Meson level options overridable per subproject.Jussi Pakkanen
2025-02-11Fix CMake import's linker args sorting algorithm mangling -framework argumentsMarco Rebhan
2025-02-04Python: fix typo in the inserted workaround for missing RPATHL. E. Segovia
2025-01-30Python: Work around missing rpath in Xcode python3-embedL. E. Segovia
2025-01-28dependencies/dub: Fix arguments passed as strings that should be boolsDylan Baker
2025-01-28dependencies: version_compare -> version_compare_manyDylan Baker
2025-01-28dependencies: correctly handle a language of NoneDylan Baker
2025-01-28modules/python: Make sure that all dependency candidates meet interfaceDylan Baker
2025-01-28dependencies/detect: make assertions more usefulDylan Baker
2025-01-19Fix broken both_libraries transitive dependenciesCharles Brunet
2025-01-13vulkan system dep: determine version on cross buildsFlorian "sp1rit"​
2025-01-07Fix internal dependency namesCharles Brunet
2025-01-07Only use uninstalled deps if a build dir exists.Jussi Pakkanen
2024-12-29dependencies: add custom atomic dependencyDudemanguy
2024-12-16dependencies: support old vulkan SDK versionVíctor Manuel Jáquez Leal
2024-11-01Enable GCC to find free-threaded python DLL libraryEdgar Andrés Margffoy Tuay
2024-10-23pkgconfig: fix use of uninstalled librariesAndoni Morales Alastruey
2024-10-18pkgconfig: add support to override pkg-configAndoni Morales Alastruey
2024-10-04curses: Ignore /usr/bin/ncurses5.4-config on macOSNirbheek Chauhan
2024-10-04programs: Allow excluding certain paths when searching in PATHNirbheek Chauhan
2024-09-24MPI detection: try --showme:compile/--showme:link and -compile_info/-link_infopaugier
2024-09-24MPI detection: get version from old IntelMPI wrapperspaugier
2024-09-24MPI detection: support more implementations (any compilers)paugier
2024-09-24MPI detection: mpicc/mpiicc before pkg-configpaugier
2024-09-23dependency: define equality and hash operators for DependencyDylan Baker
2024-09-21add diasdk dependencyunknown
2024-09-21Add get_variable() system dependencyunknown
2024-09-14Fix various incorrect uses of `its` vs `it's`.Andrew McNulty
2024-09-11Fix typosspaette
2024-09-11Fix typing for InternalDependency.get_as_static() and get_as_shared()Charles Brunet
2024-09-06alias_target with both_libs builds bothCharles Brunet
2024-08-06dependencies/dub: Correctly handle dub >= 1.35 as well as older dubRemi Thebault
2024-07-30mypy: fix broken logic checks that used "if func"Eli Schwartz
2024-07-22cmake: extend library pattern to work on GNU/Hurd as wellPino Toscano
2024-07-11Move OptionKey in the option source file.Jussi Pakkanen