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
2025-12-17
dependencies: Require 'native' be passed in kwargs
Dylan Baker
2025-12-17
dependencies: stop passing "language" as a keyword argument
Dylan Baker
2025-12-17
dependencies: Pass the `name` to `ExternalDependency` constructor
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.get_library_dirs
Dylan Baker
2025-10-20
interpreter: port dependency static to typed_kwargs
Dylan Baker
2025-10-20
interpreter: port dependency required to typed_kwargs
Dylan Baker
2025-10-20
interpreter: port dependency modules to typed_kwargs
Dylan Baker
2025-10-20
dependency: Use a TypedDict to describe the keyword arguments to Dependency
Dylan Baker
2025-10-06
options: replace get_value with get_value_for
Paolo Bonzini
2025-09-03
Boost python must have a library component.
Jussi Pakkanen
2025-09-03
Check for header only Boost libraries.
Jussi Pakkanen
2025-03-10
coredata: replace get_option with optstore.get_value_for
Dylan Baker
2025-02-13
Make all Meson level options overridable per subproject.
Jussi Pakkanen
2024-09-11
Fix typos
spaette
2024-07-30
mypy: fix broken logic checks that used "if func"
Eli Schwartz
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-06-23
dependencies/boost.py: Allow getting `lib_dir` and `include_dir` via pkg-config
Artturin
2024-06-14
Replace direct indexing with named methods.
Jussi Pakkanen
2024-06-14
Rename option variable to optstore to make it unique.
Jussi Pakkanen
2024-04-25
dependencies/boost: Add new homebrew root
Dylan Baker
2024-04-06
On OpenBSD there's no convention the .so numbers equal the boost version.
Otto Moerbeek
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-09-18
Remove get_pkgconfig_variable()
Xavier Claessens
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
[next]