aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies
AgeCommit message (Expand)AuthorFilesLines
2018-01-04Fix dependency('boost') on CygwinJon Turney1-1/+1
2018-01-01Handle header-only boost modules on Unix when BOOST_ROOT is not set.Benjamin Redelings1-2/+115
2018-01-01Fix macports builds: don't override include paths unless BOOST_ROOT.Benjamin Redelings1-6/+5
2018-01-01Add todo comments.Benjamin Redelings1-0/+8
2018-01-01Remove unqualified import and add mesonlib. in from of symbols.Benjamin Redelings1-3/+2
2018-01-01Use include path to find <boost/version.hpp> and version number.Benjamin Redelings1-11/+8
2018-01-01Fix style issues.Benjamin Redelings1-3/+3
2018-01-01Use new strategy for finding libraries on Linux & Mac.Benjamin Redelings1-0/+33
2018-01-01Factor out extra linker search dirs into new function.Benjamin Redelings1-4/+10
2018-01-01Change values in lib_modules dict to lists (of linker args).Benjamin Redelings1-8/+8
2018-01-01Add information about Linux and Mac.Benjamin Redelings1-0/+18
2018-01-01Fix typo.Benjamin Redelings1-1/+1
2018-01-01Link against the library files that we found during module detection.Benjamin Redelings1-9/+4
2018-01-01Factor out code to compute modname from basename into a single place.Benjamin Redelings1-20/+20
2017-12-31Merge pull request #2757 from xclaesse/pkgconfigJussi Pakkanen2-0/+10
2017-12-25boost: Allow older behavior with a warningNiklas Claesson1-5/+18
2017-12-20pkgconfig: Allow passing Dependency objects to library(_private)Xavier Claessens2-0/+10
2017-12-20[Dependencies] Add --ldflags to cups-config invocationAlexis Jeandet1-1/+1
2017-12-16dependencies: Also strip git version from llvm versionDylan Baker1-0/+5
2017-12-15dependencies: use mlog.bold with llvm module/component names.Dylan Baker1-2/+2
2017-12-15Use consistent mlog formatting with the ConfigTool dependency helpersDylan Baker1-5/+6
2017-12-15dependencies: Print LLVM for LLVM dependencyDylan Baker1-1/+1
2017-12-10Merge pull request #2745 from dcbaker/submit/haikuJussi Pakkanen1-31/+54
2017-12-10Merge pull request #2697 from mesonbuild/custom-target-depends-serializeJussi Pakkanen1-10/+58
2017-12-09dependencies: Don't use NotImplementedError for invalid methodsNirbheek Chauhan1-2/+10
2017-12-10dependencies: Fix detection of link args on MSYS2Nirbheek Chauhan1-6/+31
2017-12-10dependencies: Fix detection of Python arch on MSYSNirbheek Chauhan1-4/+27
2017-12-09dependencies: Handle /usr/bin/env shebangs on HaikuNirbheek Chauhan1-31/+54
2017-12-03Boost: Pick correct versionNiklas Claesson1-10/+10
2017-12-03Merge pull request #2663 from inigomartinez/pkg-config-define-variableJussi Pakkanen3-9/+21
2017-12-03dependencies: Always convert MinGW paths to MSVC on WindowsNirbheek Chauhan1-4/+5
2017-12-03dependencies: Also convert MinGW compile argsNirbheek Chauhan1-16/+29
2017-12-03dependencies: Pass language to PkgConfigDependencyNirbheek Chauhan3-10/+22
2017-12-03dependencies: Convert /c/foo/bar paths to C:/foo/barNirbheek Chauhan1-0/+15
2017-12-01dependencies: Fix pkg-config variable definitionIñigo Martínez1-3/+3
2017-11-30Merge pull request #2708 from mesonbuild/nirbheek/windows-shebang-parsingJussi Pakkanen1-1/+5
2017-11-30Merge pull request #2668 from dcbaker/wip/macos-10.13-fixesJussi Pakkanen1-2/+4
2017-11-29dependencies: Fix parsing of shebangs with spacesNirbheek Chauhan1-1/+5
2017-11-28Merge pull request #2512 from dcbaker/wip/config-tool-variablesJussi Pakkanen4-261/+291
2017-11-27Merge pull request #2690 from jsoref/spellingJussi Pakkanen1-2/+2
2017-11-26Merge pull request #2676 from jeandet/add_qt_translationsJussi Pakkanen1-1/+3
2017-11-26spelling: attemptJosh Soref1-1/+1
2017-11-26spelling: arbitraryJosh Soref1-1/+1
2017-11-23Add a configtool_variable method to dependencyDylan Baker1-0/+14
2017-11-23Use ConfigToolDependency for libwmfDylan Baker2-20/+19
2017-11-23Use ConfigToolDependency for pcapDylan Baker2-21/+25
2017-11-23Use ConfigToolDependency for cupsDylan Baker2-21/+21
2017-11-23Use ConfigToolDependency for SDL2Dylan Baker2-19/+29
2017-11-23Add factory to ConfigToolDependencyDylan Baker1-0/+21
2017-11-23Make GnuStepDependency a ConfigToolDependencyDylan Baker1-38/+31