2020 Commits (9cb86eae12cf6babdcb6c49a9fed3f9dc2d76972)

Author SHA1 Message Date
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
Joergen Ibsen 521933357d Fix path for str arguments to depend_files 7 years ago
Niklas Claesson 9884508535 Boost: Pick correct version 7 years ago
Joergen Ibsen 312bc2ca81 Fix string format recursive replace 7 years ago
Jussi Pakkanen f8a419b27d String arguments can permit arbitrary string values 7 years ago
Nirbheek Chauhan 3851867a06 dependencies: Always convert MinGW paths to MSVC on Windows 7 years ago
Nirbheek Chauhan 387b5e67a0 linkers: Return a Copy of VisualStudioLinker always_args 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 45dbc0d30e find_library: Prefer .dll.a and .lib over .dll for shared 7 years ago
Nirbheek Chauhan 390f0b8b52 dependencies: Convert /c/foo/bar paths to C:/foo/bar 7 years ago
Ernestas Kulik e4f5fe1b35 vala: add stubs for thread flag methods 7 years ago
Nirbheek Chauhan 62ba5ca1ec custom target: Consider all build depends while serializing 7 years ago