aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies
AgeCommit message (Expand)AuthorFilesLines
2018-10-27dependencies/base: Replace windows path separators with \\\\Dylan Baker1-0/+3
2018-10-25Purge unused argument. Closes #4407.Jussi Pakkanen1-1/+1
2018-10-11dependencies/llvm: Mark as not found when not foundDylan Baker1-0/+3
2018-10-03Add custom libgcrypt dependency using libgcrypt-configPatrick Griffis2-1/+33
2018-10-01dependencies/LLVM: rework shared link detection to be more robustDylan Baker1-14/+69
2018-10-01dependencies/llvm: Fix shared linking on osxDylan Baker1-5/+7
2018-09-22dependencies/llvm: Add LLVM 7Dylan Baker1-2/+3
2018-09-17Also check wx-config-gtk3 when looking for wxWidgetsJan Niklas Hasse1-1/+1
2018-09-14Refactor D target architecture handlingGoaLitiuM1-7/+2
2018-09-14dub: Fix error when package was fetched but not builtGoaLitiuM1-11/+12
2018-09-14dub: Detect if the missing package was built for wrong architectureGoaLitiuM1-1/+12
2018-09-14dub: Fix 32-bit architecture detection on WindowsGoaLitiuM1-10/+14
2018-09-12Minor typo fixMartin Kelly1-1/+1
2018-09-11Qt: set QT_<MODULE>_LIB defines when using qmake detectionAlexey Rochev1-0/+9
2018-09-10Add missing reporting of some methods tried to find the dependencyJon Turney4-0/+16
2018-09-10Fix duplicate PKGCONFIG case in VulkanDependencyJon Turney1-1/+1
2018-09-10Improve formatting of dependency detailsJon Turney2-5/+11
2018-09-10Qt: add main argument to Qt dependency object to link with qtmain library on ...Alexey Rochev1-28/+58
2018-09-05D: Fix dub dependency handling on WindowsGoaLitiuM1-11/+12
2018-09-04llvm: fix build flags with older llvm versionsJakub Wilk1-1/+1
2018-09-03Modernize Python3DependencyJon Turney1-34/+23
2018-09-03Allow override_find_program to use an executable.Rafael Ávila de Espíndola1-0/+4
2018-09-03Merge pull request #4114 from SoapGentoo/gtest-pkgconfigJussi Pakkanen1-11/+70
2018-09-02Pull in GTest as a dependency of GMockDavid Seifert1-7/+25
2018-09-02Prefer pkgconfig for `GMockDependency`David Seifert1-2/+25
2018-09-02Prefer pkgconfig for `GTestDependency`David Seifert1-2/+20
2018-08-29dub: enhance dependency handlingFFY001-28/+97
2018-08-26Comparison with an unknown dependency version should always failJon Turney5-36/+36
2018-08-26Apply dependency(version:) check for all dependency typesJon Turney1-33/+31
2018-08-26Only use the numeric part of the pcap_lib_version()Jon Turney1-2/+5
2018-08-26Pass kwargs to ThreadDependency superclass constructorJon Turney1-1/+1
2018-08-26Drop redundant logging in OpenMPDependency constructorJon Turney1-1/+0
2018-08-26Set is_found in AppleFrameworks constructorJon Turney1-2/+1
2018-08-26Fix a misplaced bracket in GLDependency constructorJon Turney1-1/+1
2018-08-22find_library: Use _build_wrapper to get library dirsBruce Richardson1-1/+1
2018-08-21PkgConfigDependency: Parse library paths in a separate stepNirbheek Chauhan1-20/+45
2018-08-19Fix various small test failures on macOSNirbheek Chauhan1-1/+1
2018-08-11Merge pull request #3657 from jon-turney/consolidate-dependency-check-reportNirbheek Chauhan5-319/+342
2018-08-11PkgConfigDependency: Don't try to resolve internal compiler libsNirbheek Chauhan1-4/+8
2018-08-08PkgConfigDependency: Fix library path search orderNirbheek Chauhan1-25/+26
2018-08-01Assert name isn't the empty string in find_external_dependency()Jon Turney1-0/+1
2018-08-01Restore and improve displaying dependency name with correct casingJon Turney1-3/+17
2018-08-01Restore and improve cross/native dependency type reportingJon Turney1-2/+9
2018-08-01Consolidate reporting result of a dependency checkJon Turney5-97/+98
2018-08-01Consolidate raising a DependencyException() if required but not-foundJon Turney3-23/+3
2018-08-01Add a finish_init callback to ConfigToolDependency()Jon Turney3-22/+32
2018-08-01Hoist trying several dependency detection methods up to find_external_depende...Jon Turney3-193/+209
2018-08-01Remove do-nothing pkgconfig method from dubJon Turney1-1/+1
2018-08-01Remove do-nothing extraframework method from libwmf and pcapJon Turney1-8/+2
2018-07-31Updated boost discovery to handle version >= 1.65 for MSVC (#3961)Derek Kingston1-2/+16