aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies
AgeCommit message (Expand)AuthorFilesLines
2020-07-04qt: Fix has_tools() when required=FalseXavier Claessens1-12/+15
2020-06-14Use cmake args also when calling get_cmake_infoVili Väinölä1-4/+4
2020-06-13cmake: Fix handling of path seperators (fixes #7294)Daniel Mensinger1-3/+8
2020-06-12dependencies: Add a couple of type annotationsDylan Baker1-2/+3
2020-06-12dependencies: Don't allow using the default binary for host on cross compilesDylan Baker1-4/+4
2020-06-12dependencies: Don't try to find a binary by "default_path" when cross compilingDylan Baker1-4/+7
2020-06-12dependencies: Split search_tool out of ExternalDependencyDylan Baker2-24/+29
2020-06-12cmake: Subprojects support CMAKE_PREFIX_PATH (fixes #7249)Daniel Mensinger1-15/+1
2020-06-10Fix python3 installed from the Windows StoreD Scott Phillips1-3/+12
2020-06-10dependencies: Remove finish_init methodDylan Baker3-26/+37
2020-06-06msvc: Avoid spurious openmp link warningsPeter Harris1-1/+2
2020-06-02dependencies/cuda: Add support for ARM linuxjonathanmist1-6/+10
2020-05-24fix cmake target configuration selection.Alexander Neumann1-2/+9
2020-05-22boost: Try extracting BOOST_ROOT from boost.pcDaniel Mensinger1-1/+12
2020-05-22boost: Always sort shared before static (fixes #7171)Daniel Mensinger1-2/+2
2020-05-14boost: always use compiler include pathsDaniel Mensinger1-2/+6
2020-05-14ui/qt: Warn if Android cpu_family is unknownNirbheek Chauhan1-0/+3
2020-05-14ui/qt: use new directory layout for qt on androidMatthew Waters1-0/+14
2020-05-14boost: Try finding libraries with the matching arch (fixes #7110)Daniel Mensinger1-5/+42
2020-05-11ConfigToolDependency: Don't fallback to system tool when cross compilingXavier Claessens1-21/+4
2020-05-10boost: Do not be strict about static if not specified (fixes #7057)Daniel Mensinger1-1/+2
2020-05-03Merge pull request #7059 from xclaesse/gir-windowsJussi Pakkanen1-0/+4
2020-05-03boost: Do not set BOOST_ALL_DYN_LINK (fixes #7056)Daniel Mensinger1-5/+2
2020-05-01boost: Only use usage-requirements defines (fixes #7046)Daniel Mensinger1-43/+50
2020-04-30ExternalProgram: Do special windows tricks even when name is providedXavier Claessens1-0/+4
2020-04-21Use pkg_resource to find resources files (data)Dylan Baker1-2/+4
2020-04-15dependencies/cmake: Only use abs paths as link argsDaniel Stone1-1/+5
2020-04-15dependencies/cmake: Suffix bare library dependencies on WindowsDaniel Stone1-0/+9
2020-04-15dependencies/cmake: Add Windows/VS library regexDaniel Stone1-1/+2
2020-04-12Fix VS Intellisense for projects which depend on LLVM found via CMake.Jesse Natalie1-0/+3
2020-04-10Log when ignoring LLVM because dynamic was requestedJesse Natalie1-0/+1
2020-04-05boost: Fix library version (fixes #6899)Daniel Mensinger1-0/+5
2020-04-05qt dependency: Pick debug libraries based on b_vscrtCerbero1-0/+5
2020-04-01boost: Fix boost_python detection on bionic (fixes #6886 #4788)Daniel Mensinger1-0/+37
2020-03-28boost: Better python module detectionDaniel Mensinger1-1/+33
2020-03-28boost: Better log found and missing modulesDaniel Mensinger1-4/+18
2020-03-23Fix legacy env var support with crossJohn Ericson1-7/+19
2020-03-19mpi: Use a factory functionDylan Baker2-198/+150
2020-03-19dependencies/base: Make the ConfigTool Dependency more flexibleDylan Baker2-7/+20
2020-03-19dependencies: Convert ScaLAPACK to a dependency factoryDylan Baker2-104/+133
2020-03-19cmake: Add find_package COMPONETS supportDaniel Mensinger3-7/+26
2020-03-05dependencies/boost: Fix a number of mypy issuesDylan Baker1-8/+8
2020-03-05dependencies: Use CompilerType not CompilerDylan Baker1-2/+2
2020-03-05remove ability to pass multiple keys to extract_as_listDylan Baker1-1/+1
2020-02-20boost: Rewrite the boost system dependencyDaniel Mensinger1-600/+807
2020-02-17version parsing: match only when version starts with a numberGerion Entrup1-1/+1
2020-02-17base.py: remove trailing whitespaceGerion Entrup1-2/+2
2020-02-07Merge pull request #6421 from dcbaker/zlib-system-depJussi Pakkanen2-1/+55
2020-02-05depdenencies/qt: Second attempt to allow qt --no-framework on MacOS.nikolayp1-4/+12
2020-02-05Merge pull request #6589 from dcbaker/wx-widgets-staticJussi Pakkanen1-5/+21