aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/misc.py
AgeCommit message (Expand)AuthorFilesLines
25 hourscurses: Ignore /usr/bin/ncurses5.4-config on macOSNirbheek Chauhan1-1/+8
2024-07-11Move OptionKey in the option source file.Jussi Pakkanen1-1/+2
2024-06-26dependencies/openmp: Simplify error caseDylan Baker1-18/+17
2024-06-26compilers|dependencies: Move Clang-CL specific logic out of OpenMP depDylan Baker1-10/+6
2024-06-26dependencies/openmp: use mlog.warning instead of open codingDylan Baker1-2/+2
2024-06-26dependencies/openmp: Set compile and link flags before testingDylan Baker1-3/+5
2024-06-26compilers: pass Environment to openmp_flagsDylan Baker1-5/+5
2024-05-19pylint: fix useless-returnEli Schwartz1-1/+0
2024-04-28Add support for depending on ObjFWJonathan Schleifer1-0/+26
2024-01-17fix openmp dependency for clang-clPeter Urban1-2/+12
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-12/+1
2023-09-23openmp: add 5.1/5.2, fixes openmp with llvm v17Christoph Reiter1-0/+2
2023-09-12fix bug with openssl when cmake is missingCharles Brunet1-4/+4
2023-07-19fix implicit_reexport issues and enforce them going forwardEli Schwartz1-4/+4
2023-06-26dependencies: switch the delayed-import mechanism for custom dependenciesEli Schwartz1-12/+21
2023-04-11fix various spelling issuesJosh Soref1-1/+1
2023-02-22dependencies: refactor python3 into its own fileEli Schwartz1-116/+0
2023-02-01treewide: add future annotations importEli Schwartz1-0/+1
2023-01-18dependencies: fix pcap-config which now errors on --versionEli Schwartz1-1/+7
2022-11-30pylint: enable the set_membership pluginDylan Baker1-1/+1
2022-11-29Fix crash when toolchain is missingSmallWood-D1-1/+1
2022-09-12dependencies: simplify log_tried into a staticmethodEli Schwartz1-1/+2
2022-09-12dependencies: simplify logging methodsEli Schwartz1-3/+0
2022-05-03add prefer_static built-in optionDudemanguy1-1/+1
2022-05-03dependencies: cleanup kwargs.get('static') usageDudemanguy1-1/+0
2022-03-01cheat and evade the detection of "open()" in custom_lintEli Schwartz1-6/+6
2022-03-01mark a bunch of dependencies with the version they were introducedEli Schwartz1-0/+6
2022-02-17intl dependency: include header when checking for libc builtinEli Schwartz1-1/+2
2022-02-02openssl dependency: add cmake supportEli Schwartz1-3/+6
2022-02-02dependencies: add a system dependency for OpenSSLEli Schwartz1-0/+67
2022-02-01new custom dependency lookup for libdlAndrew Krasavin1-0/+26
2021-12-12intl dep: forward static to iconv if neededChristoph Reiter1-1/+1
2021-11-28iconv dependency: try even harder to find working iconvEli Schwartz1-1/+2
2021-11-25iconv dependency: include header when checking for libc builtinEli Schwartz1-1/+1
2021-10-27fix various flake8 whitespace errorsEli Schwartz1-1/+1
2021-10-10Fix typos discovered by codespellChristian Clauss1-2/+2
2021-09-12new custom dependency lookup for iconvEli Schwartz1-1/+29
2021-09-10nagfor OpenMP recognition.Mat Cross1-0/+6
2021-07-28intl dep: support static kwargEli Schwartz1-1/+4
2021-07-28intl: fix incorrect detection of headerEli Schwartz1-1/+1
2021-07-13dependencies: drop Dependency.methods and Dependency.get_methods()Dylan Baker1-44/+0
2021-07-05more f-strings too complex to be caught by pyupgradeEli Schwartz1-4/+3
2021-06-17intl custom dependencyEli Schwartz1-1/+27
2021-06-17move base class for system dependencies into base.pyEli Schwartz1-1/+1
2021-06-14dependencies: Use the SystemDependencyDylan Baker1-10/+10
2021-06-09compilers: Fix missing functions in Compiler base classDaniel Mensinger1-2/+0
2021-06-09typing: Rename some variablesDaniel Mensinger1-10/+16
2021-06-09typing: Fully annotate dependenciesDaniel Mensinger1-24/+25
2021-06-06typing: Fully annotate dependencies.{detect,factory} + some other fixesDaniel Mensinger1-4/+5
2021-06-03deps: Split dependencies.baseDaniel Mensinger1-5/+5