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-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
2020-09-29
Merge pull request #7758 from dcbaker/submit/hdf5-factory
Dylan Baker
2020-09-28
typing: fully annotate cmake.executor
Daniel Mensinger
2020-09-25
dependencies/hdf5: Convert to a dependency_factory
Dylan Baker
2020-09-14
InternalDependency: Add as_link_whole() method
Xavier Claessens
2020-09-13
external-project: New module to build configure/make projects
Xavier Claessens
2020-09-08
typing: fix dependencies for new follow_imports
Daniel Mensinger
2020-09-08
Add some type hints to the ExternalProgram class
Nirbheek Chauhan
2020-09-08
Fix picking up tools with args from the env on Windows
Nirbheek Chauhan
2020-09-02
cmake: Don't link DEBUG to CRT when not building with MSVC
Nirbheek Chauhan
2020-09-02
dependencies: Fix type of dependency_factory decorator
Dylan Baker
2020-08-18
Interpreter: Fix c_stdlib usage
Xavier Claessens
2020-08-05
cmake: Use the DEBUG config when linking to the debug CRT
Nirbheek Chauhan
2020-07-23
Merge pull request #7461 from mensinda/noMoreSetuptools
Jussi Pakkanen
2020-07-16
mdata: remove setuptools and use mesondata instead
Daniel Mensinger
2020-07-16
deps: Do not deepcopy internal libraries (fixes #7457)
Daniel Mensinger
2020-06-14
Use cmake args also when calling get_cmake_info
Vili Väinölä
2020-06-13
cmake: Fix handling of path seperators (fixes #7294)
Daniel Mensinger
2020-06-12
dependencies: Add a couple of type annotations
Dylan Baker
2020-06-12
dependencies: Don't allow using the default binary for host on cross compiles
Dylan Baker
2020-06-12
dependencies: Don't try to find a binary by "default_path" when cross compiling
Dylan Baker
2020-06-12
dependencies: Split search_tool out of ExternalDependency
Dylan Baker
2020-06-12
cmake: Subprojects support CMAKE_PREFIX_PATH (fixes #7249)
Daniel Mensinger
2020-06-10
Fix python3 installed from the Windows Store
D Scott Phillips
2020-06-10
dependencies: Remove finish_init method
Dylan Baker
2020-05-24
fix cmake target configuration selection.
Alexander Neumann
2020-05-11
ConfigToolDependency: Don't fallback to system tool when cross compiling
Xavier Claessens
2020-04-30
ExternalProgram: Do special windows tricks even when name is provided
Xavier Claessens
[prev]
[next]