2032 Commits (9f401c6437bfb2c81b18e56d0aa671956867b0f6)

Author SHA1 Message Date
Jussi Pakkanen 9f401c6437 Only quote colons on build lines. Closes #2961. 7 years ago
Dylan Baker 1461e7c9a2 dependnecies: generalize version suffix stripping code 7 years ago
Raphael Salamon 8cff84a26a Add `main` argument to `dependency` (#2828) 7 years ago
Ilia Mirkin dc6ffe7fd7 Avoid worrying about encodings when capturing child program output 7 years ago
Christophe Gouiran 137ed6cf9d Change handling of not found external programs 7 years ago
Matthias Klumpp 839a336015 Ensure subproject_dir is a string and doesn't contain ".." segments 7 years ago
Matthias Klumpp ff8a0418bb Allow subproject dirs in subdirectories in the source tree again 7 years ago
Jon Turney 4195cdd6fd Fix dependency('boost') on Cygwin 7 years ago
Jon Turney 0e2577faf8 Fix a problem when anyone actually tries to use a non-found dependency 7 years ago
Alexis Jeandet 2698aef0f5 Fixed bug 7 years ago
Matthias Klumpp 8f64a2ba67 d: Detect recent DMD compilers 7 years ago
Alexey Stukalov 5d1f8a6e87 normpath to bundled meson executable 7 years ago
Alexey Stukalov 9cb86eae12 fix meson location detection if run by wraptool 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 48e32f8a4b Add missing for_linux( ) 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
Alexey Stukalov 5fddea73f1 add Compiler.thread_flags() stub 7 years ago
Nirbheek Chauhan 87ea5b9b8a compilers: Fix error when objc/objc++ compilers are not found 7 years ago
Karol Szuster 6fc8c2473f Add missing space 7 years ago
Jon Turney fa415c54a0 Update prefix-dependent defaults when project(default_options:) changes prefix 7 years ago
Benjamin Redelings 948faa8202 Add whitespace around '+'. 7 years ago
Benjamin Redelings b1a0422b76 Fix linking with clang++ on linux if install_rpath. 7 years ago
Niklas Claesson 2f690e4834 boost: Allow older behavior with a warning 7 years ago
Andrei Alexeyev ec1ed1e99b fix AttributeError in CustomTargetIndex.__repr__ 7 years ago
Dylan Baker 66292bca0a dependencies: Also strip git version from llvm version 7 years ago
Ernestas Kulik 42a92e182b vala: add env parameter to thread flag methods 7 years ago
Jussi Pakkanen e674434389 Updated version number for new release. 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
behlec 4217a9ca7e Check for more errors when executing subprocess. (#2746) 7 years ago
Eric Engestrom 3d63f21b60 Fix `array` type name 7 years ago
behlec 5992ab1c72 Improve error handling when failing to execute program. (#2743) 7 years ago
Dylan Baker fc547ad05e haiku: do not add pthread arguments 7 years ago
Jussi Pakkanen 4ae0cadb7f Renamed UserStringArrayOption to UserArrayOption for short. 7 years ago
Jussi Pakkanen c2d23dd678 Add C++17 flags to GCC and Clang. 7 years ago
Jon Turney 87e6201214 Document and improve not-found dependency objects 7 years ago
Jussi Pakkanen 678daad6cc Created a new disabler type. 7 years ago