aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/misc.py
AgeCommit message (Expand)AuthorFilesLines
2019-09-23Add blocks dependencyPatrick Griffis1-0/+33
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy1-4/+4
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-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-19Handle thread flags when not using C at all. Closes #5497.Jussi Pakkanen1-2/+8
2019-06-13dependencies/shaderc: fix exception caused by typoAndrei Alexeyev1-1/+1
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-6/+6
2019-04-28Disable cache for dependenciesDaniel Mensinger1-2/+2
2019-04-28Added some cahced valuesDaniel Mensinger1-1/+1
2019-04-28Print '(cached)' when compiler result was cachedDaniel Mensinger1-1/+1
2019-04-15Shaderc pkg configDylan Baker1-3/+16
2019-04-15fix gpgme support by preferring pkg-config where possibleEli Schwartz1-1/+4
2019-04-08Merge pull request #5225 from dcbaker/threads-is-not-specialJussi Pakkanen1-3/+2
2019-04-06Add gpgme-config supportJan Tojnar1-0/+28
2019-04-05dependencies/misc: don't special case threadsDylan Baker1-3/+2
2019-04-05BUGFIX: Microsoft MPI is only compatible with Intel FortranMichael Hirsch, Ph.D1-0/+3
2019-04-02Add shaderc dependency lookup logicAndrei Alexeyev1-0/+47
2019-03-19dependencies/openmp: Don't special case OpenMPDylan Baker1-3/+1
2019-03-19dependencies/openmp: Pass openmp arguments to look for _OPENMP defineDylan Baker1-1/+2
2019-03-18dependencies: fix Python linking for windows+mingwNacho García1-3/+7
2019-02-28add NetCDFMichael Hirsch, Ph.D1-0/+29
2019-02-13Fortran 2008/2018 Coarray supportMichael Hirsch, Ph.D1-0/+39
2019-02-13BUGFIX: Fortran openmpMichael Hirsch, Ph.D1-1/+1
2019-02-01better handle variable HDF5 setups, update Fortran compiler defMichael Hirsch, Ph.D1-11/+13
2019-01-31Merge pull request #4831 from scivision/hdf5Jussi Pakkanen1-2/+45
2019-02-01Rewrite appleframework and extraframework dependency classesNirbheek Chauhan1-1/+1
2019-01-30setup hdf5 testMichael Hirsch, Ph.D1-4/+5
2019-01-30initial HDF5 pkg-config fortran worksMichael Hirsch, Ph.D1-2/+44
2019-01-29pep8 py37Michael Hirsch, Ph.D1-1/+1
2018-11-22CMake find_package dependency backend (#4444)Daniel Mensinger1-3/+6
2018-11-15dependencies/misc: Add openmp 5.0 preliminary supportDylan Baker1-0/+1
2018-11-10dependencies: Add openmp 5.0Dylan Baker1-0/+1
2018-11-02Fail some impossible cross-detectionsJon Turney1-1/+9
2018-10-03Add custom libgcrypt dependency using libgcrypt-configPatrick Griffis1-0/+31
2018-09-10Add missing reporting of some methods tried to find the dependencyJon Turney1-0/+2
2018-09-03Modernize Python3DependencyJon Turney1-34/+23
2018-08-26Comparison with an unknown dependency version should always failJon Turney1-7/+4
2018-08-26Only use the numeric part of the pcap_lib_version()Jon Turney1-2/+5
2018-08-26Pass kwargs to ThreadDependency superclass constructorJon Turney1-1/+1
2018-08-26Drop redundant logging in OpenMPDependency constructorJon Turney1-1/+0
2018-08-01Consolidate reporting result of a dependency checkJon Turney1-13/+0
2018-08-01Consolidate raising a DependencyException() if required but not-foundJon Turney1-3/+0
2018-08-01Add a finish_init callback to ConfigToolDependency()Jon Turney1-16/+22
2018-08-01Hoist trying several dependency detection methods up to find_external_depende...Jon Turney1-57/+43
2018-08-01Remove do-nothing extraframework method from libwmf and pcapJon Turney1-8/+2