summaryrefslogtreecommitdiff
path: root/docs/markdown/Dependencies.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: Fix Dub section being inside CMake section [skip ci]Niklas HambĂŒchen2020-02-191-1/+1
| | | | | It should be a `##` heading, not a `###` heading. Also make heading label consistent with the others.
* docs: Update dependency docs for zlibDylan Baker2020-01-311-0/+11
|
* Small cleanups for the LLVM dependency class (#6548)Dylan Baker2020-01-301-0/+2
|
* docs: Add documentation for variables keywordDylan Baker2020-01-091-11/+13
| | | | In declare_dependency() and dependency.get_variables().
* docs: Fix wrong example for shaderc dependency [skip ci]ePirat2019-12-121-12/+12
| | | The example is meant for wxWidgets not Shaderc.
* Fix typos found by codespellWolfgang Stöggl2019-11-061-3/+3
| | | | - Typos were found by codespell v1.16.0
* dependency('cuda')Aleksey Gurtovoy2019-11-051-0/+16
|
* docs: Add missing language identifier [skip ci]Anton Leontiev2019-10-191-1/+2
|
* Add blocks dependencyPatrick Griffis2019-09-231-0/+10
| | | | This allows easily enabling the blocks clang extension.
* docs: Add docs for Dependency.get_variableDylan Baker2019-05-201-0/+23
|
* fix gpgme support by preferring pkg-config where possibleEli Schwartz2019-04-151-1/+1
| | | | | | | | Since gpgme 1.13.0, pkg-config files are available and this is the preferred way to detect the dependency. Without this, projects that wish to generate pkg-config files that Requires.private on gpgme, now have their custom dependency() fallbacks overridden with an incorrect configtool dependency.
* Add gpgme-config supportJan Tojnar2019-04-061-1/+8
| | | | | | GPGME does not support pkg-config so we need config-tool support if we do not want projects like Almanah and Seahorse to parse the values manually.
* Add shaderc dependency lookup logicAndrei Alexeyev2019-04-021-0/+12
|
* add NetCDFMichael Hirsch, Ph.D2019-02-281-1/+20
|
* Correct pkg-config method in Qt dependency docs [skip ci]Florian MĂ€rkl2019-02-181-1/+1
|
* Fortran 2008/2018 Coarray supportMichael Hirsch, Ph.D2019-02-131-0/+8
|
* CMake: Added support for CMAKE_MODULE_PATH and extra CMake args (closes #4779)Daniel Mensinger2019-02-011-0/+8
|
* initial HDF5 pkg-config fortran worksMichael Hirsch, Ph.D2019-01-301-0/+11
|
* CMake find_package dependency backend (#4444)Daniel Mensinger2018-11-221-2/+29
|
* Add custom libgcrypt dependency using libgcrypt-configPatrick Griffis2018-10-031-2/+9
| | | | Fixes #3563
* Qt: add main argument to Qt dependency object to link with qtmain library on ↔Alexey Rochev2018-09-101-0/+4
| | | | Windows (#2327)
* Replace long obsolete find_dep with dependency in docs. [skip ci]Jussi Pakkanen2018-07-291-18/+19
|
* docs: fix dlang module documentationFFY002018-07-171-19/+33
|
* dependencies: don't search for dependency with pkgconfig if dub was specifiedFFY002018-06-181-1/+0
|
* docs: add documentation related to dub and the dlang moduleFFY002018-06-171-0/+19
|
* Fix header level of pcap [skip ci]Jon Turney2018-06-171-1/+1
|
* Improve documentation of case-(in)senstivity of dependency names [skip ci]Jon Turney2018-06-171-0/+8
|
* Document version when custom detectors were added [skip ci]Jon Turney2018-06-101-4/+23
|
* Document values for dependency(method:) [skip ci]Jon Turney2018-06-101-11/+34
| | | | | | We say 'different dependencies support different values for this', but nowhere document what values are supported, so the only way to find these out is to read the source, or guess. Make a start at doing that.
* Alphabetize custom dependencies [skip ci]Jon Turney2018-06-101-61/+62
|
* Correct the name of the libwmf dependency [skip ci]Jon Turney2018-06-101-1/+1
| | | | q.v. dependencies/__init__.py#L41
* Mention private_headers keyword in Qt dependency documentation [skip ci]Jon Turney2018-05-311-0/+6
| | | | | Also, put discussion of Qt dependencies *before* the example in the Qt5 module documentation.
* Document OpenMP dependency [skip ci]Jon Turney2018-05-311-0/+14
| | | | | | | PR #1852 only adds mention of this to the release note. I think it's useful to have a list of all dependency names which are treated specifically in Dependency.md, so add 'thread' and 'openmp'.
* docs: Add custom dependencies missing documentationJon Turney2018-03-111-0/+26
| | | | | Add some brief documnentation about custom dependency lookups which are implemented but not documented.
* docs: polish documentation for custom dependency detectorsJon Turney2018-03-111-12/+12
| | | | | | Various grammar fixes Fix syntax of MPI examples Add Qt4
* Document wxwidgets dependency, closes #3159 [skip ci]Aleksey Filippov2018-03-041-2/+26
|
* Add python3 dependency documentation and link it from python3 moduleAleksey Filippov2018-02-181-0/+12
| | | | Closes #3009
* Add missing code blockAndrea G2018-02-121-0/+4
|
* docs: Document the `main` keyword of the `gtest` framework dependencyRaphael Salamon2018-01-171-0/+7
|
* docs: Change variable in pkg-config exampleIñigo Martínez2017-12-121-1/+1
| | | The example provided for the `get_pkgconfig_variable` when using using the `define_variable` parameter is not the best example, because it is using `prefix` for both. This changes the retrieved variable for `libdir` so the efect of the variable redefinition is more noticeable.
* docs: Add documentation to dependency variablesIñigo Martínez2017-12-121-0/+15
| | | | | | | Meson is able to redefine variables when retrieving them from `pkg-config` dependencies. However, the documentation is missing. This patch adds documentation for this feature.
* docs: Add better documentation of the LLVM dependencyDylan Baker2017-11-281-0/+29
|
* docs: consolidate config-tool based dependenciesDylan Baker2017-11-231-19/+9
| | | | | | | There are currently entries for cups and pcap; but not LLVM, GnuStep, or WxWidgets. Instead of having an entry for each of these just have a single entry for all of them, since the majority of the information is duplicated between them anyway.
* Add description on how to use external and internal dependencies ↔Jussi Pakkanen2017-11-081-17/+46
| | | | interchangeably.
* Add LibWmf as a specified dependency, and associated tests.Félix Piédallu2017-10-311-0/+10
|
* docs: Markdown headers don't need trailing hash signsLuis Menina2017-10-231-4/+4
| | | | | | | | This is a cosmetic change because github seems to interpret those correctly. Nonetheless, it adds unnecessary noise and makes people modifying the pages think it might be needed. See syntax guide at https://guides.github.com/features/mastering-markdown/
* Boost: Improve search algorithmNiklas Claesson2017-10-011-2/+13
| | | | | | | | | | | | | | | | | The new implementation will correctly pick boost from 3 possible locations on windows and two locations on posix compatible OSs. The new search algorithm also differentiates between debug and release builds of Boost and multi or single threading builds. It was also decided to map "Meson modules" to Boost software libraries and not Boost modules since it there are a lot of options regarding linking. Some modules can even be used either as headers-only or with dynamic linking. This commit also fixes a bug that prevented header-only use on Windows. Fixes: #2274 #2239 #1803 #669
* add support for cups dependencies (#2255)Iñigo Martínez2017-08-311-0/+10
| | | | | | | | | | | * add support for cups dependencies libcups has its own cups-config tool rather than using pkg-config. This adds support for cups-config, based on pcap-config and sdl2-config implementations. This change also includes the unit test case and documentation for cups dependency object implementation, and libcups2 dep to CI image.
* Rewrapped more files.Jussi Pakkanen2017-08-261-18/+53
|
* Added documentation for pcap dependency.Jussi Pakkanen2017-08-131-0/+10
|