114 Commits (88054c48a60e386909421dc8e2c89c918f2253d0)

Author SHA1 Message Date
Patrick Griffis 46a42a69a6 Add custom libgcrypt dependency using libgcrypt-config 6 years ago
Jon Turney 39d87269b3 Add missing reporting of some methods tried to find the dependency 6 years ago
Jon Turney c54cd69015 Modernize Python3Dependency 6 years ago
Jon Turney 6a4c2d63d7
Comparison with an unknown dependency version should always fail 6 years ago
Jon Turney b8de56ee61
Only use the numeric part of the pcap_lib_version() 6 years ago
Jon Turney a956698c79
Pass kwargs to ThreadDependency superclass constructor 6 years ago
Jon Turney 15d902cdb0
Drop redundant logging in OpenMPDependency constructor 6 years ago
Jon Turney f2673d9b57
Consolidate reporting result of a dependency check 6 years ago
Jon Turney 3576623b0f
Consolidate raising a DependencyException() if required but not-found 6 years ago
Jon Turney 01118ce2a4
Add a finish_init callback to ConfigToolDependency() 6 years ago
Jon Turney 82bdf07a9d
Hoist trying several dependency detection methods up to find_external_dependency() 6 years ago
Jon Turney fce4f35170
Remove do-nothing extraframework method from libwmf and pcap 6 years ago
Nirbheek Chauhan a1d9adba09 FeatureNew: Make all checks subproject-specific 6 years ago
Nirbheek Chauhan 58ae2c9a8c Rename clike_langs to clink_langs for clarity 7 years ago
Nirbheek Chauhan d737488150 dependencies: Don't assume self.compiler is a C compiler 7 years ago
Nirbheek Chauhan 26e11f5fd8 Add missing FeatureNew for libwmf dependency 7 years ago
Salamandar 2fb6018763 Add 0.46.0 features 7 years ago
Salamandar 4741f1e243 Add 0.42.0 features 7 years ago
David Seifert d28e6c6153 Allow `required : false` for OpenMP dependency 7 years ago
Elliott Sales de Andrade 461f3af294 Explicitly check for OpenMP headers. 7 years ago
Elliott Sales de Andrade 9c254cca65 Determine OpenMP version from _OPENMP macro. 7 years ago
Elliott Sales de Andrade dbb025a175 Add an OpenMP dependency. 7 years ago
Aleksey Filippov ffa5293901 Split boost dependency out into separate file 7 years ago
Benjamin Redelings ab37727289 Add comment. 7 years ago
Benjamin Redelings 52775ecb14 Clean up code a bit. 7 years ago
Benjamin Redelings 8596c36214 Don't give up - boost could be in search path. 7 years ago
Benjamin Redelings 80e4ac2d49 Don't give up before check for libraries - they could be in search path. 7 years ago
Benjamin Redelings 45a7d094cc Remove completed TODO notes. 7 years ago
Benjamin Redelings b762655e98 Remove unused import. 7 years ago
Benjamin Redelings 8cf9c7f268 Allow finding boost libraries on windows. 7 years ago
Benjamin Redelings 4babf035e5 Factor our sourceforge dir names, and don't crash on non-msvc. 7 years ago
Benjamin Redelings 47ced35b77 Don't crash if we are not msvc. 7 years ago
Benjamin Redelings f7862bcd92 Add note about mingw-w64 libraries. 7 years ago
Benjamin Redelings 7a233d01c7 Factor out debug tag. 7 years ago
Benjamin Redelings a47a521b50 Correctly check for cross-compilation. 7 years ago
Benjamin Redelings 632d12f281 Add the right directory to linker search path. 7 years ago
Benjamin Redelings f62a8aa413 Remove old code and debug messages since abi tags now work. 7 years ago
Benjamin Redelings c54af27cd1 Add missing dash. 7 years ago
Benjamin Redelings ead02636dc Try using abi-tag to get libname and globber on windows. 7 years ago
Benjamin Redelings a517c657fa Compute abi tags for windows also. 7 years ago
Benjamin Redelings 7749497923 Move log_fail() out of sub-method. 7 years ago
Jon Turney 227ad7605b Same for libwmf 7 years ago
Benjamin Redelings 03ec76a842 Attempt to make Unix and Windows use the same code for get_link_args( ). 7 years ago
Benjamin Redelings 465a31cf9d Update verbose comments. 7 years ago
Benjamin Redelings 1af531c2d5 Restore comments. 7 years ago
Benjamin Redelings f68bae49da Use get_linker_search_args(libdir) instead of '-L'+libdir 7 years ago
Benjamin Redelings a8c051256f Begin factoring abi_tag logic into own function. 7 years ago
Benjamin Redelings 9759294a7f Factor check for invalid BOOST modules into separate function. 7 years ago
Jan Niklas Hasse b37706737c Log instead of raise if Boost library not found (#2924) 7 years ago
Jon Turney cdf241420c Same for cups 7 years ago