aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies
AgeCommit message (Expand)AuthorFilesLines
2019-11-28HDF5: make much more robust across platformsMichael Hirsch, Ph.D3-48/+122
2019-11-26Fix crash when checking multi version on subproject depXavier Claessens1-2/+2
2019-11-25dependencies/ui.py: Fix Vulkan detection on WindowsChun-wei Fan1-2/+2
2019-11-25dep: MPI make work for intel-cl and improve robustnessMichael Hirsch, Ph.D3-204/+277
2019-11-17deps: add pkg-config to coarray with CMake fallbackMichael Hirsch, Ph.D3-45/+73
2019-11-17Merge pull request #6182 from mensinda/depInfoJussi Pakkanen1-4/+2
2019-11-14Highlight '(cached)' and add color to the dependency versionDaniel Mensinger1-4/+2
2019-11-13Revert "Add `-Wl,-rpath-link` for secondary dependencies"Jussi Pakkanen1-48/+5
2019-11-07dependencies/pkgconfig: Log pkg-config exceptionsMarvin Scholz1-0/+1
2019-11-07dependencies/pkgconfig: Fix error reportingMarvin Scholz1-19/+20
2019-11-07dependencies/pkgconfig: Fix found state ignoring errorsMarvin Scholz1-2/+2
2019-11-06Fix typos found by codespellWolfgang Stöggl2-5/+5
2019-11-05dependency('cuda')Aleksey Gurtovoy3-1/+258
2019-11-02Fix split of CMAKE_PREFIX_PATH under WindowsWolfgang Stöggl1-2/+2
2019-10-03Use include_type instead of is_systemDaniel Mensinger1-22/+30
2019-10-03Move generate_system_dependency to DependencyDaniel Mensinger1-0/+4
2019-10-03Use -isystem instead of -idirafterDaniel Mensinger1-5/+1
2019-10-03Handle -idirafter in unix_args_to_nativeDaniel Mensinger1-1/+1
2019-10-03add is_system kwarg to dependencyDaniel Mensinger1-1/+27
2019-10-02dependencies: account for frameworks without a Versions directoryMatthew Waters1-0/+3
2019-10-01cmake: Fix 'properies' typoXavier Claessens1-24/+24
2019-09-29Move the list of LLVM version suffixes to a common placeTing-Wei Lan1-19/+2
2019-09-23Add blocks dependencyPatrick Griffis2-1/+35
2019-09-06Add `-Wl,-rpath-link` for secondary dependenciesDavid Seifert1-3/+45
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy2-12/+14
2019-08-21cmake: fix missing -lpthread (fixes #5821)Daniel Mensinger1-4/+7
2019-08-03Improve support for crosscompiled CMake modulesMarcin Niestroj2-1/+12
2019-07-31OpenMP:stop searching when openmp headers are first foundMichael Hirsch, Ph.D1-2/+3
2019-07-30PGI: fix openmp for 190common testMichael Hirsch, Ph.D1-10/+9
2019-07-30OpenMP is intrinsic to PGIMichael Hirsch, Ph.D1-3/+10
2019-07-29openmp: allow omp.h or omp_lib.hMichael Hirsch, Ph.D1-5/+8
2019-07-23meson: Use CMAKE_PREFIX_PATH environment variableDaniel Mensinger1-0/+6
2019-07-18str => pathlib for cmakelistsMichael Hirsch, Ph.D1-10/+6
2019-07-17cmake: additional debug loggingDaniel Mensinger1-0/+3
2019-07-17cmake: Fix empty -D due to empty strings (closes #5522)Daniel Mensinger1-17/+15
2019-07-11Adapting Boost Python library detection to Boost >= 1.67. Closes #4288.gjaeger11-12/+17
2019-07-10try IMPORTED_IMPLIB before IMPORTED_LOCATION for cmake dependenciesNorbert Nemec1-1/+5
2019-07-02dependencies/dev: Switch order of llvm dependency findersDylan Baker1-3/+3
2019-06-26dependencies/base: Set PKG_CONFIG_SYSROOT_DIR from cross fileDylan Baker1-0/+4
2019-06-24typoMichael Hirsch, Ph.D1-1/+1
2019-06-24update compiler ID for windows INtel MPIMichael Hirsch, Ph.D1-1/+1
2019-06-24intel windows coarray argsMichael Hirsch, Ph.D1-0/+4
2019-06-19Merge pull request #5457 from mensinda/cmakeRefactorJussi Pakkanen2-474/+32
2019-06-19Handle thread flags when not using C at all. Closes #5497.Jussi Pakkanen1-2/+8
2019-06-13tvOS: added support AppleTVOSRoman Shpuntov1-2/+2
2019-06-13dependencies/shaderc: fix exception caused by typoAndrei Alexeyev1-1/+1
2019-06-12cmake: Move parsing the CMake trace into the CMake moduleDaniel Mensinger2-324/+26
2019-06-12cmake: Moved finding and running CMake out of dependencyDaniel Mensinger1-151/+7
2019-06-09Simplify `ConfigToolDependency` for_machineJohn Ericson1-4/+2
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson5-98/+79