212 Commits (dbb025a175f31dfb1c8bb3a1e3bb7030e2625329)

Author SHA1 Message Date
Elliott Sales de Andrade dbb025a175 Add an OpenMP dependency. 7 years ago
Nirbheek Chauhan 3acda1d998 PkgConfigDependency: dicts aren't hashable, so use frozenset 7 years ago
Nirbheek Chauhan eb07ad867e PkgConfigDependency: Cache the output of pkg-config 7 years ago
Nirbheek Chauhan 28b19c78d6 PkgConfigDependency: Search for pkg-config with ExternalProgram 7 years ago
Jukka Laurila 52c50da6c7 Refactor: Add log.error and log.exception to reduce code duplication. 7 years ago
Aleksey Filippov 077d59daa4 Add link_whole argument to declare_dependency() 7 years ago
Jon Turney daaa49c622 Fix "meson 'test cases/frameworks/4 qt master' _build -Dmethod=qmake" on OSX 7 years ago
Jon Turney 590b6dec97 Fix reporting of Qt detection method used on OSX 7 years ago
Jon Turney 02def38741 Fix QtBaseDependency._framework_detect 7 years ago
Jon Turney 0eade4f3c6 Fix dependency('qt4|5', method: 'qmake') for Cygwin 7 years ago
Jon Turney cd5dba5358 Fix flake8 'imported but unused' reports 7 years ago
Dylan Baker 221c3ec105 llvm: Add configs for freebsd 6.0 and debian 7svn 7 years ago
Aleksey Filippov 56c6489a6c Fix wxwidgets dependency: pass modules to wx-config 7 years ago
Jon Turney 2f6b7875d4 Fix for test cases/frameworks/17 mpi on Cygwin 7 years ago
Aleksey Filippov ffa5293901 Split boost dependency out into separate file 7 years ago
Nirbheek Chauhan 74ae719033 pkgconfig deps: Add all -L args when using -l args 7 years ago
Nirbheek Chauhan 8842839bb4 pkgconfig deps: Warn when a static library isn't found 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
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