aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies
AgeCommit message (Expand)AuthorFilesLines
2018-06-01Add 0.46.0 featuresSalamandar1-0/+1
2018-06-01Add 0.42.0 featuresSalamandar2-0/+8
2018-05-30make ExternalProgram get_path() a bit smarterMartin Kelly1-5/+12
2018-05-27Merge pull request #3491 from jeandet/qt_private_headersJussi Pakkanen1-8/+64
2018-05-24Typos are fun. [skip ci]Jussi Pakkanen1-1/+1
2018-05-04No longer require duplicate gtest header install.Jussi Pakkanen1-3/+5
2018-05-02Allow `required : false` for OpenMP dependencyDavid Seifert1-1/+7
2018-04-30Added Added Qt's private header support with pkg-configAlexis Jeandet1-10/+11
2018-04-28Fixed private headers on OSX with framework stuffAlexis Jeandet1-27/+48
2018-04-28really switch to qmake automatically if pkg-config failsAlexis Jeandet1-1/+1
2018-04-28[Qt module] Privates headers: Implemented private_headers optionAlexis Jeandet1-3/+37
2018-04-21Don't fail on not-required not-found deps in forcefallback modeNirbheek Chauhan2-1/+9
2018-04-17Add partial_dependency method to dependenciesDylan Baker1-1/+55
2018-04-17Explicitly check for OpenMP headers.Elliott Sales de Andrade1-3/+11
2018-04-17Determine OpenMP version from _OPENMP macro.Elliott Sales de Andrade1-5/+16
2018-04-17Add an OpenMP dependency.Elliott Sales de Andrade3-1/+19
2018-04-13PkgConfigDependency: dicts aren't hashable, so use frozensetNirbheek Chauhan1-5/+8
2018-04-13PkgConfigDependency: Cache the output of pkg-configNirbheek Chauhan1-1/+10
2018-03-12PkgConfigDependency: Search for pkg-config with ExternalProgramNirbheek Chauhan1-16/+16
2018-03-10Refactor: Add log.error and log.exception to reduce code duplication.Jukka Laurila1-1/+1
2018-03-06Add link_whole argument to declare_dependency()Aleksey Filippov1-1/+2
2018-03-04Fix "meson 'test cases/frameworks/4 qt master' _build -Dmethod=qmake" on OSXJon Turney1-1/+6
2018-03-04Fix reporting of Qt detection method used on OSXJon Turney1-1/+2
2018-03-04Fix QtBaseDependency._framework_detectJon Turney1-1/+4
2018-03-04Fix dependency('qt4|5', method: 'qmake') for CygwinJon Turney1-2/+6
2018-03-03Fix flake8 'imported but unused' reportsJon Turney1-1/+0
2018-02-22llvm: Add configs for freebsd 6.0 and debian 7svnDylan Baker1-4/+5
2018-02-22Merge pull request #3060 from jon-turney/always-run-framework-testsJussi Pakkanen1-1/+7
2018-02-22Fix wxwidgets dependency: pass modules to wx-configAleksey Filippov1-2/+2
2018-02-21Fix for test cases/frameworks/17 mpi on CygwinJon Turney1-1/+7
2018-02-21Split boost dependency out into separate fileAleksey Filippov3-661/+685
2018-02-20pkgconfig deps: Add all -L args when using -l argsNirbheek Chauhan1-8/+6
2018-02-20pkgconfig deps: Warn when a static library isn't foundNirbheek Chauhan1-3/+17
2018-02-16Merge pull request #3004 from bredelings/clean-boostJussi Pakkanen1-81/+125
2018-02-11Merge pull request #2926 from jon-turney/dependency-factoryJussi Pakkanen3-143/+140
2018-02-08Add comment.Benjamin Redelings1-0/+1
2018-02-08Clean up code a bit.Benjamin Redelings1-17/+22
2018-02-08Don't give up - boost could be in search path.Benjamin Redelings1-5/+3
2018-02-08Don't give up before check for libraries - they could be in search path.Benjamin Redelings1-5/+0
2018-02-08Remove completed TODO notes.Benjamin Redelings1-6/+0
2018-02-08Remove unused import.Benjamin Redelings1-1/+0
2018-02-07Allow finding boost libraries on windows.Benjamin Redelings1-22/+42
2018-02-07Factor our sourceforge dir names, and don't crash on non-msvc.Benjamin Redelings1-11/+15
2018-02-07Don't crash if we are not msvc.Benjamin Redelings1-6/+8
2018-02-07Add note about mingw-w64 libraries.Benjamin Redelings1-0/+4
2018-02-07Factor out debug tag.Benjamin Redelings1-4/+5
2018-02-07Correctly check for cross-compilation.Benjamin Redelings1-5/+5
2018-02-07Add the right directory to linker search path.Benjamin Redelings1-1/+1
2018-02-07Remove old code and debug messages since abi tags now work.Benjamin Redelings1-16/+3
2018-02-08Add get_pkgconfig_variable(default:)Jon Turney1-1/+4