summaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/misc.py
AgeCommit message (Expand)Author
2018-08-26Comparison with an unknown dependency version should always failJon Turney
2018-08-26Only use the numeric part of the pcap_lib_version()Jon Turney
2018-08-26Pass kwargs to ThreadDependency superclass constructorJon Turney
2018-08-26Drop redundant logging in OpenMPDependency constructorJon Turney
2018-08-01Consolidate reporting result of a dependency checkJon Turney
2018-08-01Consolidate raising a DependencyException() if required but not-foundJon Turney
2018-08-01Add a finish_init callback to ConfigToolDependency()Jon Turney
2018-08-01Hoist trying several dependency detection methods up to find_external_depende...Jon Turney
2018-08-01Remove do-nothing extraframework method from libwmf and pcapJon Turney
2018-07-02FeatureNew: Make all checks subproject-specificNirbheek Chauhan
2018-06-20Rename clike_langs to clink_langs for clarityNirbheek Chauhan
2018-06-20dependencies: Don't assume self.compiler is a C compilerNirbheek Chauhan
2018-06-10Add missing FeatureNew for libwmf dependencyNirbheek Chauhan
2018-06-01Add 0.46.0 featuresSalamandar
2018-06-01Add 0.42.0 featuresSalamandar
2018-05-02Allow `required : false` for OpenMP dependencyDavid Seifert
2018-04-17Explicitly check for OpenMP headers.Elliott Sales de Andrade
2018-04-17Determine OpenMP version from _OPENMP macro.Elliott Sales de Andrade
2018-04-17Add an OpenMP dependency.Elliott Sales de Andrade
2018-02-21Split boost dependency out into separate fileAleksey Filippov
2018-02-16Merge pull request #3004 from bredelings/clean-boostJussi Pakkanen
2018-02-11Merge pull request #2926 from jon-turney/dependency-factoryJussi Pakkanen
2018-02-08Add comment.Benjamin Redelings
2018-02-08Clean up code a bit.Benjamin Redelings
2018-02-08Don't give up - boost could be in search path.Benjamin Redelings
2018-02-08Don't give up before check for libraries - they could be in search path.Benjamin Redelings
2018-02-08Remove completed TODO notes.Benjamin Redelings
2018-02-08Remove unused import.Benjamin Redelings
2018-02-07Allow finding boost libraries on windows.Benjamin Redelings
2018-02-07Factor our sourceforge dir names, and don't crash on non-msvc.Benjamin Redelings
2018-02-07Don't crash if we are not msvc.Benjamin Redelings
2018-02-07Add note about mingw-w64 libraries.Benjamin Redelings
2018-02-07Factor out debug tag.Benjamin Redelings
2018-02-07Correctly check for cross-compilation.Benjamin Redelings
2018-02-07Add the right directory to linker search path.Benjamin Redelings
2018-02-07Remove old code and debug messages since abi tags now work.Benjamin Redelings
2018-02-07Add missing dash.Benjamin Redelings
2018-02-07Try using abi-tag to get libname and globber on windows.Benjamin Redelings
2018-02-07Compute abi tags for windows also.Benjamin Redelings
2018-02-07Move log_fail() out of sub-method.Benjamin Redelings
2018-01-31Same for libwmfJon Turney
2018-01-29Attempt to make Unix and Windows use the same code for get_link_args( ).Benjamin Redelings
2018-01-29Update verbose comments.Benjamin Redelings
2018-01-29Restore comments.Benjamin Redelings
2018-01-29Use get_linker_search_args(libdir) instead of '-L'+libdirBenjamin Redelings
2018-01-22Begin factoring abi_tag logic into own function.Benjamin Redelings
2018-01-22Factor check for invalid BOOST modules into separate function.Benjamin Redelings
2018-01-17Log instead of raise if Boost library not found (#2924)Jan Niklas Hasse
2018-01-15Same for cupsJon Turney
2018-01-15Same for pcapJon Turney