140 Commits (a2d87b76f55149b12bc4383fe9efaf2b74b85c6e)

Author SHA1 Message Date
Dylan Baker 1461e7c9a2 dependnecies: generalize version suffix stripping code 7 years ago
Christophe Gouiran 137ed6cf9d Change handling of not found external programs 7 years ago
Jon Turney 4195cdd6fd Fix dependency('boost') on Cygwin 7 years ago
Benjamin Redelings cd1c96105c Handle header-only boost modules on Unix when BOOST_ROOT is not set. 7 years ago
Benjamin Redelings eeb6ea5db3 Fix macports builds: don't override include paths unless BOOST_ROOT. 7 years ago
Benjamin Redelings b5b10cbda0 Add todo comments. 7 years ago
Benjamin Redelings 286e1f7d4f Remove unqualified import and add mesonlib. in from of symbols. 7 years ago
Benjamin Redelings c9a71ff243 Use include path to find <boost/version.hpp> and version number. 7 years ago
Benjamin Redelings ad1aed199e Fix style issues. 7 years ago
Benjamin Redelings 4f6a57a138 Use new strategy for finding libraries on Linux & Mac. 7 years ago
Benjamin Redelings 4a79fe8d93 Factor out extra linker search dirs into new function. 7 years ago
Benjamin Redelings 9272018b3b Change values in lib_modules dict to lists (of linker args). 7 years ago
Benjamin Redelings 74b479d1a1 Add information about Linux and Mac. 7 years ago
Benjamin Redelings b119484d62 Fix typo. 7 years ago
Benjamin Redelings 236c6b8628 Link against the library files that we found during module detection. 7 years ago
Benjamin Redelings e10e261160 Factor out code to compute modname from basename into a single place. 7 years ago
Niklas Claesson 2f690e4834 boost: Allow older behavior with a warning 7 years ago
Dylan Baker 66292bca0a dependencies: Also strip git version from llvm version 7 years ago
Nirbheek Chauhan 2c4e7ebb9b dependencies: Don't use NotImplementedError for invalid methods 7 years ago
Nirbheek Chauhan 533e666901 dependencies: Fix detection of link args on MSYS2 7 years ago
Nirbheek Chauhan 6f42f83867 dependencies: Fix detection of Python arch on MSYS 7 years ago
Nirbheek Chauhan 5a1d294b5e dependencies: Handle /usr/bin/env shebangs on Haiku 7 years ago
Niklas Claesson 9884508535 Boost: Pick correct version 7 years ago
Nirbheek Chauhan 3851867a06 dependencies: Always convert MinGW paths to MSVC on Windows 7 years ago
Nirbheek Chauhan 61d1e9596a dependencies: Also convert MinGW compile args 7 years ago
Nirbheek Chauhan 133df3b045 dependencies: Pass language to PkgConfigDependency 7 years ago
Nirbheek Chauhan 390f0b8b52 dependencies: Convert /c/foo/bar paths to C:/foo/bar 7 years ago
Iñigo Martínez 44dd429ee5 dependencies: Fix pkg-config variable definition 7 years ago
Nirbheek Chauhan abcace7ee1 dependencies: Fix parsing of shebangs with spaces 7 years ago
Josh Soref 47bacd40e0 spelling: attempt 7 years ago
Josh Soref 8a66cfb2af spelling: arbitrary 7 years ago
Dylan Baker f818e9df58 Add a configtool_variable method to dependency 7 years ago
Dylan Baker df3c006456 Use ConfigToolDependency for libwmf 7 years ago
Dylan Baker 11fbc982d3 Use ConfigToolDependency for pcap 7 years ago
Dylan Baker a2f3182172 Use ConfigToolDependency for cups 7 years ago
Dylan Baker 8e53dec314 Use ConfigToolDependency for SDL2 7 years ago
Dylan Baker cc28eba8d0 Add factory to ConfigToolDependency 7 years ago
Dylan Baker 38e2c0e8f5 Make GnuStepDependency a ConfigToolDependency 7 years ago
Dylan Baker 061cf99cd6 Make WxDependency a ConfigToolDependency 7 years ago
Dylan Baker f0248b0342 Make LLVMDependency a ConfigToolDependency 7 years ago
Dylan Baker cda0e33650 Add ConfigToolDependency class 7 years ago
Dylan Baker aee038173e dependencies: log unuspported methods correctly 7 years ago
Dylan Baker 22fed0b424 Fix wrapping of docstrings in GnuStep dependency. 7 years ago
Alexis Jeandet 1fd743e6ad [Qt module] Added lrelease detection 7 years ago
Dylan Baker 203c5ce990 dependencies: Don't like for python 3 in /System on macOS 7 years ago
Iñigo Martínez 732aae73c6
Fix indentation 7 years ago
Jussi Pakkanen 5d51bc79c7 Replaced sys.executable use with the mesonlib equivalent. 7 years ago
Iñigo Martínez 935ca12822 dependencies: Allow pkg-config to define variables 7 years ago
Joergen Ibsen b9ef15a719 Allow cmd script extension on Windows 7 years ago
Anonymous Maarten 5cfb378442 Enable get_pkgconfig_variable for python3 dependencies 7 years ago