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
/
misc.py
Age
Commit message (
Expand
)
Author
2025-12-17
Dependencies: Make use of the DependencyCandidate class
Dylan Baker
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_define
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.has_header
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.has_header_symbol
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.has_function
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.find_library
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.thread_flags
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.openmp_flags
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.get_return_value
Dylan Baker
2025-11-19
Compilers: remove Environment parameter from Compiler.links()
Dylan Baker
2025-10-31
Fix: Add OpenMP 6.0 macro definition to implementation table
jaideepkathiresan
2025-10-20
interpreter: port dependency version to typed_kwargs
Dylan Baker
2025-10-20
interpreter: port dependency static to typed_kwargs
Dylan Baker
2025-10-20
interpreter: port dependency modules to typed_kwargs
Dylan Baker
2025-10-20
interpreter: port dependency method to typed_kwargs
Dylan Baker
2025-10-20
interpreter: port dependency language to typed_kwargs
Dylan Baker
2025-10-20
dependency: Use a TypedDict to describe the keyword arguments to Dependency
Dylan Baker
2025-07-02
Revert "test 64-bit types for atomic"
Eli Schwartz
2025-07-02
test 64-bit types for atomic
Rosen Penev
2025-03-10
coredata: replace get_option with optstore.get_value_for
Dylan Baker
2025-01-28
dependencies: version_compare -> version_compare_many
Dylan Baker
2025-01-28
dependencies: correctly handle a language of None
Dylan Baker
2024-12-29
dependencies: add custom atomic dependency
Dudemanguy
2024-10-04
curses: Ignore /usr/bin/ncurses5.4-config on macOS
Nirbheek Chauhan
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-06-26
dependencies/openmp: Simplify error case
Dylan Baker
2024-06-26
compilers|dependencies: Move Clang-CL specific logic out of OpenMP dep
Dylan Baker
2024-06-26
dependencies/openmp: use mlog.warning instead of open coding
Dylan Baker
2024-06-26
dependencies/openmp: Set compile and link flags before testing
Dylan Baker
2024-06-26
compilers: pass Environment to openmp_flags
Dylan Baker
2024-05-19
pylint: fix useless-return
Eli Schwartz
2024-04-28
Add support for depending on ObjFW
Jonathan Schleifer
2024-01-17
fix openmp dependency for clang-cl
Peter Urban
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-09-23
openmp: add 5.1/5.2, fixes openmp with llvm v17
Christoph Reiter
2023-09-12
fix bug with openssl when cmake is missing
Charles Brunet
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
2023-02-22
dependencies: refactor python3 into its own file
Eli Schwartz
2023-02-01
treewide: add future annotations import
Eli Schwartz
2023-01-18
dependencies: fix pcap-config which now errors on --version
Eli Schwartz
2022-11-30
pylint: enable the set_membership plugin
Dylan Baker
2022-11-29
Fix crash when toolchain is missing
SmallWood-D
2022-09-12
dependencies: simplify log_tried into a staticmethod
Eli Schwartz
2022-09-12
dependencies: simplify logging methods
Eli Schwartz
2022-05-03
add prefer_static built-in option
Dudemanguy
[next]