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
2023-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2023-08-11
remove useless type annotations
Eli Schwartz
2023-07-19
fix implicit_reexport issues and enforce them going forward
Eli Schwartz
2023-06-26
dependencies: switch the delayed-import mechanism for custom dependencies
Eli Schwartz
2023-04-11
fix various spelling issues
Josh Soref
2022-11-30
pylint: enable the set_membership plugin
Dylan Baker
2022-10-04
pylint: enable use-a-generator
Dylan Baker
2022-06-10
treewide: various cleanups to move imports for mypy into typechecking blocks
Eli Schwartz
2022-05-09
dependencies/boost.py: ignore unknown files
fghzxm
2022-03-23
boost: preserve compiler/linker argument order
Hemmo Nieminen
2022-01-18
dependencies: don't pass kwargs from get_pkgconfig_variable
Dylan Baker
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
[next]