aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-16Merge pull request #5395 from dcbaker/mtest-annotationsJussi Pakkanen1-4/+5
2019-05-16Make `PerMachine` and `MachineChoice` have just `build` and `host`John Ericson1-4/+4
2019-05-14dependencies/base: Add some annotations to ExternalProgramDylan Baker1-4/+5
2019-05-10dependencies/base: Implement backend component of get variableDylan Baker1-0/+62
2019-05-03cmake: Fixed new thread dependencyDaniel Mensinger1-3/+1
2019-05-03cmake: LLVM better modules handlingDaniel Mensinger3-20/+48
2019-05-03cmake: revert module name mappingDaniel Mensinger2-11/+34
2019-05-03cmake: minor code fixesDaniel Mensinger2-9/+11
2019-05-03cmake: Fixed list unit testDaniel Mensinger1-11/+5
2019-05-03CMake: optional modules supportDaniel Mensinger3-10/+20
2019-05-03LLVM: Added CMake backendDaniel Mensinger2-2/+105
2019-05-03cmake: Support different CMake filesDaniel Mensinger1-2/+21
2019-05-03LLVM dependency refactoringDaniel Mensinger1-1/+18
2019-05-02Merge pull request #5254 from dcbaker/fix-sub-dependenciesDylan Baker3-4/+21
2019-05-02Merge pull request #4952 from mensinda/cacheCompilesDylan Baker3-4/+4
2019-05-02Merge pull request #5311 from mensinda/flake8PluginsJussi Pakkanen2-7/+9
2019-05-02dependencies: Use the _add_sub_dependencyDylan Baker2-4/+4
2019-05-02dependencies/base: Add a new method for setting internal dependenciesDylan Baker1-0/+17
2019-05-02Non-required appleframework deps should not be an error. Closes #5295.Jussi Pakkanen1-2/+11
2019-05-02Add some type annotations and fix lintsJohn Ericson1-3/+2
2019-04-29Address code reviewDaniel Mensinger1-1/+1
2019-04-29Fix flake8-bugbear warningsDaniel Mensinger1-2/+4
2019-04-29Fix builtin variable namesDaniel Mensinger1-4/+4
2019-04-29Fix blind exceptionsDaniel Mensinger1-1/+1