aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies
AgeCommit message (Expand)AuthorFilesLines
2019-02-01better handle variable HDF5 setups, update Fortran compiler defMichael Hirsch, Ph.D3-14/+13
2019-02-01CMake: Added support for CMAKE_MODULE_PATH and extra CMake args (closes #4779)Daniel Mensinger1-5/+15
2019-01-31Merge pull request #4831 from scivision/hdf5Jussi Pakkanen3-3/+49
2019-02-01qtdep: Look for QMAKE env var again + sprinkle debugNirbheek Chauhan1-0/+3
2019-02-01Rewrite appleframework and extraframework dependency classesNirbheek Chauhan4-37/+105
2019-01-31gnustep-config: config tools are lists, not stringsNirbheek Chauhan1-2/+2
2019-01-31cmake deps: Again, get_command() is None when not foundNirbheek Chauhan1-7/+6
2019-01-31pkg-config: Fix another case where we were throwing a tracebackNirbheek Chauhan1-5/+6
2019-01-31pkg-config: Don't traceback when not found and not requiredNirbheek Chauhan1-6/+5
2019-01-30setup hdf5 testMichael Hirsch, Ph.D1-4/+5
2019-01-30initial HDF5 pkg-config fortran worksMichael Hirsch, Ph.D3-3/+48
2019-01-30qt: Print the full path of the `qmake` binary foundNirbheek Chauhan1-1/+1
2019-01-30Overhaul pkg-config and CMake lookup, fixing the latterJohn Ericson1-123/+155
2019-01-29pep8 py37Michael Hirsch, Ph.D2-2/+2
2019-01-24Try multiple CMAKE_LIBRARY_ARCHITECTURE. Closes #4812Daniel Mensinger1-11/+18
2019-01-24NotFoundDependency: Implement partial_dependency()Xavier Claessens1-0/+4
2019-01-23dependencies/llvm: add debian's llvm-9Dylan Baker1-1/+2
2019-01-16find_external_dependency: Return NotFoundDependency()Xavier Claessens1-6/+1
2019-01-16ConfigTool: Avoid None being printed in logsXavier Claessens1-13/+17
2019-01-16dependencies: Remove version from cache keyXavier Claessens1-7/+4
2019-01-02Remove cross_info; cross file is parsed up front and discardedJohn Ericson2-64/+80
2018-12-19dependencies/ui: Fix qmake detection when not using cross or native fileDylan Baker1-3/+1
2018-12-19dependencies/ui: Fix Qt pkg-config detection on MacOSDylan Baker1-1/+9
2018-12-19dependencies/ui: Don't require lrelease for qtDylan Baker1-1/+1
2018-12-05Don't blame absent cmake for all missing dependenciesJon Turney1-8/+8
2018-11-27Fixed unit test (see #4549)Daniel Mensinger1-16/+19
2018-11-26Fixed unbound cmvers variable (#4549)Daniel Mensinger1-0/+1
2018-11-22dependencies/ui: Fix qt compiler detection when bindir is setDylan Baker1-1/+3
2018-11-22CMake find_package dependency backend (#4444)Daniel Mensinger4-11/+728
2018-11-19lgtm: Instantiating an exception, but not raising itJon Turney1-1/+1
2018-11-15dependencies/misc: Add openmp 5.0 preliminary supportDylan Baker1-0/+1
2018-11-14dependencies/ui: Allow qt compilers and qmake to be specified in native fileDylan Baker2-19/+51
2018-11-14dependencies: Allow config tool dependencies to use native filesDylan Baker1-0/+2
2018-11-14replace ExternalProgram.from_cross_info with from_bin_listDylan Baker2-5/+6
2018-11-10dependencies: Add openmp 5.0Dylan Baker1-0/+1
2018-11-06Don't use host pkg-config for native dependenciesLyude Paul1-1/+0
2018-11-04Detect clang-cl as msvc-like, not clang-likeJon Turney1-2/+2
2018-11-02Cosmetic fix to failed required dependency reportingJon Turney1-1/+2
2018-11-02Fix incorrect checking of build machine for dependency availabilityJon Turney2-3/+3
2018-11-02Fail some impossible cross-detectionsJon Turney2-1/+14
2018-10-27dependencies/base: Replace windows path separators with \\\\Dylan Baker1-0/+3
2018-10-25Purge unused argument. Closes #4407.Jussi Pakkanen1-1/+1
2018-10-11dependencies/llvm: Mark as not found when not foundDylan Baker1-0/+3
2018-10-03Add custom libgcrypt dependency using libgcrypt-configPatrick Griffis2-1/+33
2018-10-01dependencies/LLVM: rework shared link detection to be more robustDylan Baker1-14/+69
2018-10-01dependencies/llvm: Fix shared linking on osxDylan Baker1-5/+7
2018-09-22dependencies/llvm: Add LLVM 7Dylan Baker1-2/+3
2018-09-17Also check wx-config-gtk3 when looking for wxWidgetsJan Niklas Hasse1-1/+1
2018-09-14Refactor D target architecture handlingGoaLitiuM1-7/+2
2018-09-14dub: Fix error when package was fetched but not builtGoaLitiuM1-11/+12