236 Commits (4378d58a4fa18a4ed4fc8a23e483b37af9694f14)

Author SHA1 Message Date
Nirbheek Chauhan 9fdf4d83e6 pkgconfig dep: Special-case D link arguments 6 years ago
Nirbheek Chauhan 58ae2c9a8c Rename clike_langs to clink_langs for clarity 6 years ago
Nirbheek Chauhan d737488150 dependencies: Don't assume self.compiler is a C compiler 6 years ago
Nirbheek Chauhan e3757e3d3c pkgconfig deps: Also resolve paths to shared libraries 6 years ago
Matthew Waters 4edec259ca modules/qt: check for un-suffixed moc,rcc,uic on windows 6 years ago
Nirbheek Chauhan 26e11f5fd8 Add missing FeatureNew for libwmf dependency 6 years ago
Matthew Waters a7fc3fe356 dependencies/qt: fix debugoptimized builds with qt 6 years ago
Xavier Claessens 00414a326a dependencies: Take options from coredata instead of cmd line 6 years ago
Nirbheek Chauhan f9f3a51243 Revert "really switch to qmake automatically if pkg-config fails" 6 years ago
Salamandar 2fb6018763 Add 0.46.0 features 6 years ago
Salamandar 4741f1e243 Add 0.42.0 features 6 years ago
Martin Kelly 0f86df4d23 make ExternalProgram get_path() a bit smarter 6 years ago
Jussi Pakkanen 160da30732 Typos are fun. [skip ci] 6 years ago
Jussi Pakkanen 8b9fe0efff No longer require duplicate gtest header install. 6 years ago
David Seifert d28e6c6153 Allow `required : false` for OpenMP dependency 6 years ago
Alexis Jeandet f3a8efc11b Added Added Qt's private header support with pkg-config 6 years ago
Alexis Jeandet f784ee62ea Fixed private headers on OSX with framework stuff 6 years ago
Alexis Jeandet 0045d95a16 really switch to qmake automatically if pkg-config fails 6 years ago
Alexis Jeandet 2fc0a11062 [Qt module] Privates headers: Implemented private_headers option 6 years ago
Nirbheek Chauhan fc5e8dfcda Don't fail on not-required not-found deps in forcefallback mode 7 years ago
Dylan Baker 92487ea33d Add partial_dependency method to dependencies 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
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