aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-09Use `env.machines.*` to avoid some `is_cross`John Ericson1-8/+8
2019-06-06cmake: Made CMake executable finding availiable for other functionsDaniel Mensinger1-36/+40
2019-06-05Per machine do 'build.' and '' option prefixesJohn Ericson1-7/+5
2019-06-05mlog.debug the meson-set PKG_CONFIG_PATHJohn Ericson1-1/+4
2019-05-30dependencies/cmake: Handle spaces in set_target_propertiesDylan Baker1-12/+29
2019-05-29dependencies/cmake: Handle spaces in set_property callsDylan Baker1-14/+14
2019-05-29dependencies/cmake: correctly handle spaces in variable namesDylan Baker1-7/+27
2019-05-29tests: Test the cmake parser more thuroughlyDylan Baker1-1/+1
2019-05-27coredata: add cmake_prefix_path optionDylan Baker1-4/+18
2019-05-27dependencies/llvm: Fixup bad output from llvm-config on windowsDylan Baker1-2/+8
2019-05-22dub: add other library target typesLuís Ferreira1-1/+1
2019-05-21Merge pull request #5372 from dcbaker/get_variableJussi Pakkanen1-0/+61
2019-05-20fixup! interpreter: Add get_variable method to dependency holdersDylan Baker1-16/+15
2019-05-20Use dependency cacheDylan Baker1-2/+2