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
/
interpreter
/
interpreter.py
Age
Commit message (
Expand
)
Author
2025-03-09
interpreter: memoize result of validate_within_subproject
Paolo Bonzini
2025-03-06
interpreter: Remove debug code from option refactor
Dylan Baker
2025-03-04
options: remove get_option_from_meson_file
Dylan Baker
2025-03-03
options: use an OptionKey for `get_default_for_b_option`
Dylan Baker
2025-02-27
Actually fix base option default values.
Jussi Pakkanen
2025-02-27
Maintain bw compatibility for requesting bad options.
Jussi Pakkanen
2025-02-18
Improve error message on nonexisting options.
Jussi Pakkanen
2025-02-13
Make all Meson level options overridable per subproject.
Jussi Pakkanen
2025-02-12
options: Add a TypeAlias for option values
Dylan Baker
2025-02-06
interpreter: fix swapped casts
Dylan Baker
2025-01-28
Detect files with trailing space
Charles Brunet
2025-01-28
testcase expect_error(): add missing line from rebase
Eli Schwartz
2025-01-28
When subproject() fails because downloading is disabled, say what failed
Eli Schwartz
2025-01-28
fix edge case in testcase expect_error() if error is printed using mlog
Eli Schwartz
2025-01-27
Show real error if module exists but import failed
Marco Rebhan
2025-01-09
Merge pull request #13304 from chubinou/qml_modules
Jussi Pakkanen
2025-01-08
optimize variable assignments
Paolo Bonzini
2025-01-08
interpreter: fix signature type of install_data_impl
Pierre Lamot
2025-01-08
Store commands as arrays.
Jussi Pakkanen
2024-12-06
interpreter: fix type issues with vcs_tag updates
Dylan Baker
2024-12-06
fix generate_gir with BothLibraries dependency
Charles Brunet
2024-11-20
interpreter: put back assertion message that was dropped in error
Dylan Baker
2024-11-15
interpreter: remove is_translated
Dylan Baker
2024-11-15
interpreter: don't use `in dict.keys()` use `in dict`
Dylan Baker
2024-11-15
build: store Build.modules as a set
Dylan Baker
2024-11-15
interpreter: remove Interpreter.generators
Dylan Baker
2024-11-15
interpreter: only calculate build_filename if we're actually going to use it
Dylan Baker
2024-11-15
interperter: Remove unused Interpreter.subproject_directory_name
Dylan Baker
2024-11-15
interpreter: remove current_lineno
Dylan Baker
2024-11-06
vcs_tag: Add install kwargs
Xavier Claessens
2024-10-24
cargo: Load Cargo.lock and subprojects/*.wrap while recursing
Xavier Claessens
2024-10-24
cargo: Fix feature resolution
Xavier Claessens
2024-10-18
pkgconfig: add support to override pkg-config
Andoni Morales Alastruey
2024-10-11
cargo: Document that cargo subprojects is an experimental feature
Xavier Claessens
2024-10-04
programs: Allow excluding certain paths when searching in PATH
Nirbheek Chauhan
2024-09-11
Fix typos
spaette
2024-09-11
Harmonize d_import_dirs and include_directories behavior.
Andrew McNulty
2024-09-06
alias_target with both_libs builds both
Charles Brunet
2024-09-06
auto select static or shared when linking both_libraries together
Charles Brunet
2024-09-06
add default_both_libraries core option
Charles Brunet
2024-09-06
allow internal_dependency object to carry both_lib
Charles Brunet
2024-08-30
update various deprecation notices to call out meson 2.0
Eli Schwartz
2024-08-30
Feature checks: fall back to reporting insufficiently portable features
Eli Schwartz
2024-08-27
Allow external programs in test()'s 'args' parameter
David Gibson
2024-07-31
Fix some small typing issues in interpreter.py
Nirbheek Chauhan
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-07-11
Move backend option check into OptionStore.
Jussi Pakkanen
2024-07-11
Move project option detection into OptionStore.
Jussi Pakkanen
2024-06-23
find_program: add a kwarg to specify custom version argument
Dudemanguy
2024-06-23
Fix subproject typo in interpreter.py
Tomas Popela
[prev]
[next]