aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies
AgeCommit message (Expand)AuthorFilesLines
2017-07-16Removed unnecessary pass statements.Jussi Pakkanen1-1/+0
2017-06-27Select release or debug libraries for Qt, based on buildtype.Philippe Payant1-2/+4
2017-06-27Library names for Qt4 was incorrect.Philippe Payant1-2/+6
2017-06-27dependency: boost: only consult environment at initial stageWade Berrier1-6/+12
2017-06-18Fix a stray variable renaming. Closes #1952.Jussi Pakkanen1-1/+1
2017-06-17Make external library no-op when used with incompatible target (#1941)Nirbheek Chauhan1-1/+4
2017-06-17wxwidgets: Fix usage of multiple dependency() callsNirbheek Chauhan1-1/+3
2017-06-17valgrind: Fix __init__ callNirbheek Chauhan1-1/+1
2017-06-10tests: Add Boost unit tests and project tests on WindowsNirbheek Chauhan1-3/+4
2017-06-10tests: Increase dependencies coverage a bit moreNirbheek Chauhan1-4/+3
2017-06-09tests: Improve llvm dependency test coverageNirbheek Chauhan1-0/+2
2017-06-09unit tests: Add class to generate failing testsNirbheek Chauhan1-2/+5
2017-06-09find_library: link_args is always a listNirbheek Chauhan1-2/+0
2017-06-09ExtraFrameworkDependency: Don't set requiredNirbheek Chauhan2-4/+6
2017-06-09dependencies: Add a new class ExternalDependencyNirbheek Chauhan6-385/+203
2017-06-07generalize the system include detection a bitAdam C. Foltzer1-2/+6
2017-06-07Update the list of possible llvm-config binariesTing-Wei Lan1-4/+12
2017-05-25look for static Boost libraries on *nix when requestedAdam C. Foltzer1-2/+4
2017-05-25add support for static flag on Windows Boost dependencyAdam C. Foltzer1-2/+3
2017-05-20fix lookup of boost modules when cross-compiling on osxGoncalo Carvalho1-1/+1
2017-05-17Handle required `ExtraFrameworkDependency`s.Elliott Sales de Andrade1-0/+3
2017-05-17Remove unused variables.Elliott Sales de Andrade1-1/+0
2017-05-14gmockdependency: find libraries using the compilerLars Persson1-8/+6
2017-05-14gtestdependency: find libraries using the compilerLars Persson2-15/+24
2017-05-09Make base imports explicit.Elliott Sales de Andrade1-1/+3
2017-05-09Tweak formatting of base dependency file.Elliott Sales de Andrade1-14/+21
2017-05-09Split misc dependencies into their own file.Elliott Sales de Andrade3-360/+390
2017-05-09Split apart platform-specific dependenciesElliott Sales de Andrade3-25/+48
2017-05-09Split development-related deps into their own file.Elliott Sales de Andrade3-273/+302
2017-05-09Split UI-related into a separate file.Elliott Sales de Andrade3-530/+575
2017-05-09Move dependencies.py into a subdirectory.Elliott Sales de Andrade2-0/+1830