index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
dependencies
/
boost.py
Age
Commit message (
Expand
)
Author
2021-10-10
Fix typos discovered by codespell
Christian Clauss
2021-08-31
pylint: turn on superflous-parens
Dylan Baker
2021-08-04
add boolean parameter use_system for searching boost
Kevin Meagher
2021-08-04
Make libs a set from the begining
Kevin Meagher
2021-08-04
Relax restrictions on detecting boost dependency
Kevin Meagher
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-06-17
move base class for system dependencies into base.py
Eli Schwartz
2021-06-14
dependencies: Use the SystemDependency
Dylan Baker
2021-06-03
deps: Split dependencies.base
Daniel Mensinger
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-01-13
Fix misspells
Antonin Décimo
2021-01-11
boost: default machine file properties to env var values
Dylan Baker
2021-01-04
Use a single coredata dictionary for options
Dylan Baker
2021-01-04
use OptionKey for builtin and base options
Dylan Baker
2020-11-20
use real pathlib module
Dylan Baker
2020-10-04
pathlib: Fix resolve() by overriding it in Python 3.5
Daniel Mensinger
2020-09-08
typing: fix code review
Daniel Mensinger
2020-09-08
typing: more fixes
Daniel Mensinger
2020-09-08
typing: fully annotate boost and hdf5 deps
Daniel Mensinger
2020-07-21
Add boost_root support to properties files (#7210)
cmcneish
2020-05-22
boost: Try extracting BOOST_ROOT from boost.pc
Daniel Mensinger
2020-05-22
boost: Always sort shared before static (fixes #7171)
Daniel Mensinger
2020-05-14
boost: always use compiler include paths
Daniel Mensinger
2020-05-14
boost: Try finding libraries with the matching arch (fixes #7110)
Daniel Mensinger
2020-05-10
boost: Do not be strict about static if not specified (fixes #7057)
Daniel Mensinger
2020-05-03
boost: Do not set BOOST_ALL_DYN_LINK (fixes #7056)
Daniel Mensinger
2020-05-01
boost: Only use usage-requirements defines (fixes #7046)
Daniel Mensinger
2020-04-05
boost: Fix library version (fixes #6899)
Daniel Mensinger
2020-04-01
boost: Fix boost_python detection on bionic (fixes #6886 #4788)
Daniel Mensinger
2020-03-28
boost: Better python module detection
Daniel Mensinger
2020-03-28
boost: Better log found and missing modules
Daniel Mensinger
2020-03-05
dependencies/boost: Fix a number of mypy issues
Dylan Baker
2020-03-05
remove ability to pass multiple keys to extract_as_list
Dylan Baker
2020-02-20
boost: Rewrite the boost system dependency
Daniel Mensinger
2020-01-29
dependencies: Rename _add_sub_dependency2 to _add_sub_dependency
Dylan Baker
2020-01-29
dependencies: Use a DependencyFactory for threads
Dylan Baker
2020-01-29
dependencies: Make Dependency initializer signatures match
Dylan Baker
2019-07-11
Adapting Boost Python library detection to Boost >= 1.67. Closes #4288.
gjaeger1
2019-06-09
Purge `is_cross` and friends without changing user interfaces
John Ericson
2019-06-09
Use `env.machines.*` to avoid some `is_cross`
John Ericson
2019-05-02
Merge pull request #5254 from dcbaker/fix-sub-dependencies
Dylan Baker
2019-05-02
dependencies: Use the _add_sub_dependency
Dylan Baker
2019-04-28
Disable cache for dependencies
Daniel Mensinger
2019-04-28
Added some cahced values
Daniel Mensinger
2019-04-25
Don't use len() to test for container emptiness
Dylan Baker
2019-04-05
dependencies/misc: don't special case threads
Dylan Baker
2018-11-04
Detect clang-cl as msvc-like, not clang-like
Jon Turney
2018-10-25
Purge unused argument. Closes #4407.
Jussi Pakkanen
2018-08-22
find_library: Use _build_wrapper to get library dirs
Bruce Richardson
2018-08-01
Consolidate reporting result of a dependency check
Jon Turney
[next]