aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies
AgeCommit message (Expand)AuthorFilesLines
2019-01-02Remove cross_info; cross file is parsed up front and discardedJohn Ericson2-64/+80
2018-12-19dependencies/ui: Fix qmake detection when not using cross or native fileDylan Baker1-3/+1
2018-12-19dependencies/ui: Fix Qt pkg-config detection on MacOSDylan Baker1-1/+9
2018-12-19dependencies/ui: Don't require lrelease for qtDylan Baker1-1/+1
2018-12-05Don't blame absent cmake for all missing dependenciesJon Turney1-8/+8
2018-11-27Fixed unit test (see #4549)Daniel Mensinger1-16/+19
2018-11-26Fixed unbound cmvers variable (#4549)Daniel Mensinger1-0/+1
2018-11-22dependencies/ui: Fix qt compiler detection when bindir is setDylan Baker1-1/+3
2018-11-22CMake find_package dependency backend (#4444)Daniel Mensinger4-11/+728
2018-11-19lgtm: Instantiating an exception, but not raising itJon Turney1-1/+1
2018-11-15dependencies/misc: Add openmp 5.0 preliminary supportDylan Baker1-0/+1
2018-11-14dependencies/ui: Allow qt compilers and qmake to be specified in native fileDylan Baker2-19/+51
2018-11-14dependencies: Allow config tool dependencies to use native filesDylan Baker1-0/+2
2018-11-14replace ExternalProgram.from_cross_info with from_bin_listDylan Baker2-5/+6
2018-11-10dependencies: Add openmp 5.0Dylan Baker1-0/+1
2018-11-06Don't use host pkg-config for native dependenciesLyude Paul1-1/+0
2018-11-04Detect clang-cl as msvc-like, not clang-likeJon Turney1-2/+2
2018-11-02Cosmetic fix to failed required dependency reportingJon Turney1-1/+2
2018-11-02Fix incorrect checking of build machine for dependency availabilityJon Turney2-3/+3
2018-11-02Fail some impossible cross-detectionsJon Turney2-1/+14
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