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
/
base.py
Age
Commit message (
Expand
)
Author
2021-10-10
Fix typos discovered by codespell
Christian Clauss
2021-10-04
dependencies: Dependency.sources can have CustomTargets
Dylan Baker
2021-10-04
remove f from f-string that has no formatting
Eli Schwartz
2021-10-04
various python neatness cleanups
Eli Schwartz
2021-09-07
summary: fix dependencies
Paolo Bonzini
2021-08-03
Fix when gtest dep is found but does not pass version check
Xavier Claessens
2021-07-28
dependencies: make the preferred LibType available to any ExternalDependency
Eli Schwartz
2021-07-13
dependencies: drop Dependency.methods and Dependency.get_methods()
Dylan Baker
2021-07-05
more f-strings too complex to be caught by pyupgrade
Eli Schwartz
2021-06-26
refactor: Refactor BothLibraries logic
Daniel Mensinger
2021-06-22
fix: Handling BothLibraries objects (fixes #8907)
Daniel Mensinger
2021-06-18
holders: Introduce HoldableObject
Daniel Mensinger
2021-06-17
add new dependency type "builtin"
Eli Schwartz
2021-06-17
move base class for system dependencies into base.py
Eli Schwartz
2021-06-14
dependencies: Use a typing.NewType for Dependency.type_name
Dylan Baker
2021-06-09
typing: Rename some variables
Daniel Mensinger
2021-06-09
typing: remove unused DependencyType
Daniel Mensinger
2021-06-09
typing: Fully annotate dependencies
Daniel Mensinger
2021-06-03
typing: Fully annotate dependencies.base
Daniel Mensinger
2021-06-03
deps: Split dependencies.base
Daniel Mensinger
2021-05-29
cmake: Fix CMakeToolchain (fixes #8293)
Daniel Mensinger
2021-05-23
Fix double negative in 'No CMake binary not found'
Jon Turney
2021-05-08
interpreter: Skip not_found_message and include_type in cache id
Xavier Claessens
2021-03-23
deprecated QMAKE dependency type
Dylan Baker
2021-03-23
Refactor Qt Dependency into proper split classes with factories
Dylan Baker
2021-03-22
dependencies/base: Use FeatureDeprecated instead of mlog.warning
Dylan Baker
2021-03-22
dependencies/base: Use Compiler instead of CompilerType
Dylan Baker
2021-03-19
split program related classes and functions out of dependencies
Dylan Baker
2021-03-12
Fix duplicate pkg_config_path entries
Tristan Partin
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-02-26
pkg-config: dump all PKG_CONFIG environment variables to simplify debugging
Jeff Moguillansky
2021-01-21
interpreter: accept external programs and dependencies for summary
Paolo Bonzini
2021-01-13
Fix misspells
Antonin Décimo
2021-01-12
dependencies: use env.machines for is_$os methods
Dylan Baker
2021-01-11
dependencies: Don't read PKG_CONFIG_PATH from the env again
Dylan Baker
2021-01-10
cmake: add PATH logic to preliminary dep check (fixes #8133)
Daniel Mensinger
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-12-16
cmake: Revert to using self.for_machine instead of MachineChoice.BUILD (fixes...
Daniel Mensinger
2020-11-24
compiler: allow non-built internal dependencies as arguments
Paolo Bonzini
2020-11-22
Merge pull request #8011 from dcbaker/submit/post-python36-cleanups
Jussi Pakkanen
2020-11-21
Handle cmake dependencies which require a specified version
Jason Ekstrand
2020-11-20
use real pathlib module
Dylan Baker
2020-11-12
dependencies: Put pkgconfig options before operands
Haelwenn (lanodan) Monnier
2020-10-16
cmake: ignore CMAKE_TOOLCHAIN_FILE and CMAKE_PROJECT_INCLUDE to avoid conflic...
Daniel Mensinger
2020-10-13
cmake: Add cross compilation support
Daniel Mensinger
2020-10-08
dependency: support boolean argument "allow_fallback"
Paolo Bonzini
2020-10-08
interpreter: clean up handling of force_fallback
Paolo Bonzini
2020-10-04
pathlib: Fix resolve() by overriding it in Python 3.5
Daniel Mensinger
2020-10-04
cmake: switch to pathlib (fixes #7322)
Daniel Mensinger
[next]