summaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/misc.py
AgeCommit message (Expand)Author
2020-01-29dependencies: Make Dependency initializer signatures matchDylan Baker
2020-01-29dependencies/base: Split process_method_kw out of DependencyDylan Baker
2020-01-14dependency: add cursesMichael Hirsch, Ph.D
2019-12-28bugfix: netcdf pkgconfig stop if foundMichael Hirsch, Ph.D
2019-12-19dependencies: refactor to use methods properlyMichael Hirsch, Ph.D
2019-12-09cmake: add project language to cmakelists.txtMichael Hirsch, Ph.D
2019-11-28HDF5: make much more robust across platformsMichael Hirsch, Ph.D
2019-11-25dep: MPI make work for intel-cl and improve robustnessMichael Hirsch, Ph.D
2019-11-17deps: add pkg-config to coarray with CMake fallbackMichael Hirsch, Ph.D
2019-09-23Add blocks dependencyPatrick Griffis
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy
2019-07-31OpenMP:stop searching when openmp headers are first foundMichael Hirsch, Ph.D
2019-07-30PGI: fix openmp for 190common testMichael Hirsch, Ph.D
2019-07-30OpenMP is intrinsic to PGIMichael Hirsch, Ph.D
2019-07-29openmp: allow omp.h or omp_lib.hMichael Hirsch, Ph.D
2019-06-24typoMichael Hirsch, Ph.D
2019-06-24update compiler ID for windows INtel MPIMichael Hirsch, Ph.D
2019-06-24intel windows coarray argsMichael Hirsch, Ph.D
2019-06-19Handle thread flags when not using C at all. Closes #5497.Jussi Pakkanen
2019-06-13dependencies/shaderc: fix exception caused by typoAndrei Alexeyev
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson
2019-04-28Disable cache for dependenciesDaniel Mensinger
2019-04-28Added some cahced valuesDaniel Mensinger
2019-04-28Print '(cached)' when compiler result was cachedDaniel Mensinger
2019-04-15Shaderc pkg configDylan Baker
2019-04-15fix gpgme support by preferring pkg-config where possibleEli Schwartz
2019-04-08Merge pull request #5225 from dcbaker/threads-is-not-specialJussi Pakkanen
2019-04-06Add gpgme-config supportJan Tojnar
2019-04-05dependencies/misc: don't special case threadsDylan Baker
2019-04-05BUGFIX: Microsoft MPI is only compatible with Intel FortranMichael Hirsch, Ph.D
2019-04-02Add shaderc dependency lookup logicAndrei Alexeyev
2019-03-19dependencies/openmp: Don't special case OpenMPDylan Baker
2019-03-19dependencies/openmp: Pass openmp arguments to look for _OPENMP defineDylan Baker
2019-03-18dependencies: fix Python linking for windows+mingwNacho GarcĂ­a
2019-02-28add NetCDFMichael Hirsch, Ph.D
2019-02-13Fortran 2008/2018 Coarray supportMichael Hirsch, Ph.D
2019-02-13BUGFIX: Fortran openmpMichael Hirsch, Ph.D
2019-02-01better handle variable HDF5 setups, update Fortran compiler defMichael Hirsch, Ph.D
2019-01-31Merge pull request #4831 from scivision/hdf5Jussi Pakkanen
2019-02-01Rewrite appleframework and extraframework dependency classesNirbheek Chauhan
2019-01-30setup hdf5 testMichael Hirsch, Ph.D
2019-01-30initial HDF5 pkg-config fortran worksMichael Hirsch, Ph.D
2019-01-29pep8 py37Michael Hirsch, Ph.D
2018-11-22CMake find_package dependency backend (#4444)Daniel Mensinger
2018-11-15dependencies/misc: Add openmp 5.0 preliminary supportDylan Baker
2018-11-10dependencies: Add openmp 5.0Dylan Baker
2018-11-02Fail some impossible cross-detectionsJon Turney
2018-10-03Add custom libgcrypt dependency using libgcrypt-configPatrick Griffis
2018-09-10Add missing reporting of some methods tried to find the dependencyJon Turney
2018-09-03Modernize Python3DependencyJon Turney