aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies
AgeCommit message (Expand)AuthorFilesLines
2017-09-18Last round with listify function refactoring.Alexis Jeandet3-15/+7
2017-08-31add support for cups dependencies (#2255)Iñigo Martínez3-1/+52
2017-08-20Find Boost dep when there is an extra lib to linkMichaƂ WikliƄski1-1/+1
2017-08-10add support for pcap dependenciesBruce Richardson3-1/+53
2017-08-05Disallow language keyword for unsupported deps.Elliott Sales de Andrade2-2/+11
2017-08-04Add support for MS-MPI.Elliott Sales de Andrade1-0/+35
2017-08-04Filter out extra args from MPI wrappers.Elliott Sales de Andrade1-4/+46
2017-08-04Add MPI dependency.Elliott Sales de Andrade2-2/+132
2017-07-27Fix vulkan style issuenyorain1-1/+1
2017-07-27Fix vulkan windows; Make test succeed w/o drivernyorain1-3/+6
2017-07-25Fix style issue in vulkan depnyorain1-1/+1
2017-07-25Fix vulkan module for linuxnyorain1-21/+43
2017-07-25Trigger travisnyorain1-3/+3
2017-07-24Fix whitespace issuesnyorain1-11/+9
2017-07-24Add first vulkan dependency modulenyorain2-2/+56
2017-07-21Add /System/Library/Frameworks to the OSX framework search pathAlessandro Decina1-1/+1
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