summaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/boost.py
AgeCommit message (Expand)Author
2023-08-11treewide: automatic rewriting of all comment-style type annotationsEli Schwartz
2023-08-11remove useless type annotationsEli Schwartz
2023-07-19fix implicit_reexport issues and enforce them going forwardEli Schwartz
2023-06-26dependencies: switch the delayed-import mechanism for custom dependenciesEli Schwartz
2023-04-11fix various spelling issuesJosh Soref
2022-11-30pylint: enable the set_membership pluginDylan Baker
2022-10-04pylint: enable use-a-generatorDylan Baker
2022-06-10treewide: various cleanups to move imports for mypy into typechecking blocksEli Schwartz
2022-05-09dependencies/boost.py: ignore unknown filesfghzxm
2022-03-23boost: preserve compiler/linker argument orderHemmo Nieminen
2022-01-18dependencies: don't pass kwargs from get_pkgconfig_variableDylan Baker
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-08-31pylint: turn on superflous-parensDylan Baker
2021-08-04add boolean parameter use_system for searching boostKevin Meagher
2021-08-04Make libs a set from the beginingKevin Meagher
2021-08-04Relax restrictions on detecting boost dependencyKevin Meagher
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger
2021-06-17move base class for system dependencies into base.pyEli Schwartz
2021-06-14dependencies: Use the SystemDependencyDylan Baker
2021-06-03deps: Split dependencies.baseDaniel Mensinger
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-01-13Fix misspellsAntonin Décimo
2021-01-11boost: default machine file properties to env var valuesDylan Baker
2021-01-04Use a single coredata dictionary for optionsDylan Baker
2021-01-04use OptionKey for builtin and base optionsDylan Baker
2020-11-20use real pathlib moduleDylan Baker
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger
2020-09-08typing: fix code reviewDaniel Mensinger
2020-09-08typing: more fixesDaniel Mensinger
2020-09-08typing: fully annotate boost and hdf5 depsDaniel Mensinger
2020-07-21Add boost_root support to properties files (#7210)cmcneish
2020-05-22boost: Try extracting BOOST_ROOT from boost.pcDaniel Mensinger
2020-05-22boost: Always sort shared before static (fixes #7171)Daniel Mensinger
2020-05-14boost: always use compiler include pathsDaniel Mensinger
2020-05-14boost: Try finding libraries with the matching arch (fixes #7110)Daniel Mensinger
2020-05-10boost: Do not be strict about static if not specified (fixes #7057)Daniel Mensinger
2020-05-03boost: Do not set BOOST_ALL_DYN_LINK (fixes #7056)Daniel Mensinger
2020-05-01boost: Only use usage-requirements defines (fixes #7046)Daniel Mensinger
2020-04-05boost: Fix library version (fixes #6899)Daniel Mensinger
2020-04-01boost: Fix boost_python detection on bionic (fixes #6886 #4788)Daniel Mensinger
2020-03-28boost: Better python module detectionDaniel Mensinger
2020-03-28boost: Better log found and missing modulesDaniel Mensinger
2020-03-05dependencies/boost: Fix a number of mypy issuesDylan Baker
2020-03-05remove ability to pass multiple keys to extract_as_listDylan Baker
2020-02-20boost: Rewrite the boost system dependencyDaniel Mensinger
2020-01-29dependencies: Rename _add_sub_dependency2 to _add_sub_dependencyDylan Baker
2020-01-29dependencies: Use a DependencyFactory for threadsDylan Baker
2020-01-29dependencies: Make Dependency initializer signatures matchDylan Baker
2019-07-11Adapting Boost Python library detection to Boost >= 1.67. Closes #4288.gjaeger1
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson