239 Commits (dc683218a4dbb099d0da1c46e4e7bfe4f19ad9ce)

Author SHA1 Message Date
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
Jon Turney 7bfcf68777 Add get_pkgconfig_variable(default:) 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
Dylan Baker bcc3cbb93e dependencies: Allow setting config-tool binaries in cross file 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
Edward Betts bdfcecd2c6 Correct spelling mistakes. 7 years ago
Dylan Baker d889989ea1 dependnecies: generalize version suffix stripping code 7 years ago
Dylan Baker e83fb35e41 dependencies/base: remove unused import 7 years ago
Jon Turney 22a1596a97 Warn about using non-existent pkgconfig variables 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
Jon Turney 638095125d Same for pcap 7 years ago
Jon Turney 57cb597871 Same for Vulkan 7 years ago
Jon Turney 3748f5465a Same for SDL2 7 years ago
Jon Turney c59ec87496 Create GL dependency objects via a factory function 7 years ago
Jon Turney 153a7fb332 Fix unpickling of dynamic subclasses of ConfigToolDependency 7 years ago
Jon Turney 8efdcca930 Make Dependency.get_methods() a static method 7 years ago
Jon Turney 0a6cbcce03 Fix typos 7 years ago
Christophe Gouiran 81100f0695 Change handling of not found external programs 7 years ago
Nikita Churaev 398aed6e49 Don't fail if we find an optional dependency but not the required information (#2652) 7 years ago
Dylan Baker a9210c57e1 LLVM: work around FreeBSD specific static linking problems 7 years ago
Dylan Baker 660dee1e10 LLVM: use DragonFly BSD workaround on FreeBSD as well 7 years ago
Dylan Baker 448ba5b6f3 LLVM: work around bug in dragonfly bsd llvm-config for shared libs 7 years ago
Dylan Baker 3a0f8ab0cf dependencies/dev: remove unused imports 7 years ago
Jon Turney 1a948b2e67 Fix dependency('boost') on Cygwin 7 years ago
Benjamin Redelings 62bec86aa6 Handle header-only boost modules on Unix when BOOST_ROOT is not set. 7 years ago
Benjamin Redelings ce0b0d463f Fix macports builds: don't override include paths unless BOOST_ROOT. 7 years ago
Benjamin Redelings 075e2d4154 Add todo comments. 7 years ago
Benjamin Redelings a12d47984e Remove unqualified import and add mesonlib. in from of symbols. 7 years ago
Benjamin Redelings 57265e2486 Use include path to find <boost/version.hpp> and version number. 7 years ago
Benjamin Redelings ea4d5697a8 Fix style issues. 7 years ago
Benjamin Redelings a82abfcb4a Use new strategy for finding libraries on Linux & Mac. 7 years ago
Benjamin Redelings 1043b0b4a2 Factor out extra linker search dirs into new function. 7 years ago
Benjamin Redelings d55f330df0 Change values in lib_modules dict to lists (of linker args). 7 years ago
Benjamin Redelings 1af17075ab Add information about Linux and Mac. 7 years ago