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
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-05-29
cuda: disable thin archives when cuda is added through `add_languages('cuda')...
David Seifert
2024-05-24
remove deprecation warning for `configure_file` kwarg 'copy'
Marc Durdin
2024-05-23
Refactor option classes to their own file.
Jussi Pakkanen
2024-05-19
Pass wrapmode value around as a string. (#13229)
Jussi Pakkanen
2024-05-09
implement @PLAINNAME0@ and @BASENAME0@
Stas Sergeev
2024-04-28
catch build files that cannot be opened in utf8 mode and emit useful error
Eli Schwartz
2024-04-09
interpreter: never expose implementation details of the modules package
Dylan Baker
2024-04-08
parser: revert to single StringNode type
Charles Brunet
2024-03-27
interpreter: fix return type annotation of helper
Dylan Baker
2024-03-18
mconf: Reload the options files if they have changed
Dylan Baker
2024-03-18
coredata: add tracking of the options files
Dylan Baker
2024-03-18
coredata: remove extraneous keys when updating project_options
Dylan Baker
2024-03-10
fix reconfigure subproject base options
Charles Brunet
2024-03-01
Fix base and compiler options not reconfigurable.
Charles Brunet
2024-02-26
cargo: Expose features as Meson boolean options
Xavier Claessens
2024-02-26
interpreter: Dependency variables can be empty string
Xavier Claessens
2024-02-24
Allow using CustomTarget as test executable
Charles Brunet
2024-02-23
modules/rust: allow setting a version constraint on bindgen
Dylan Baker
2024-02-23
coredata: use a Protocol for shared options between setup configure and dist
Dylan Baker
2024-02-09
Document that alias_target accepts run_tgts since 0.60.0
Tristan Partin
2024-01-25
interpreter: replace mock keyword argument with unittest.mock
Dylan Baker
2023-12-20
interpreter: Also check for msvc style /fsanitize
Dylan Baker
2023-12-20
interpreter: Don't warn on -fsanitze-*
Dylan Baker
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-11-12
fix regression in converting build_target kwargs to typed_kwargs
Eli Schwartz
2023-10-25
build: improve the warning for executables with the same name
Dudemanguy
2023-10-17
interpreter: use typed_kwargs for build_target.objects
Dylan Baker
2023-10-17
interpreter: use typed_kwargs for build_target.gnu_symbol_visibility
Dylan Baker
2023-10-17
interpreter: use typed_kwargs for build_target.build_rpath
Dylan Baker
2023-10-17
interpreter: use typed_kwargs for build_target.implicit_include_directories
Dylan Baker
2023-10-17
interpreter: use typed_kwargs for build_target.extra_files
Dylan Baker
2023-10-17
interpreter: use typed_kwargs for build_target.native
Dylan Baker
2023-10-17
interpreter: use typed_kwargs for build_target.install_mode
Dylan Baker
2023-10-17
interpreter: use typed_kwargs for build_target.build_by_default
Dylan Baker
2023-10-16
interpreter: use typed_kwargs for build_target.d_import_dirs
Dylan Baker
2023-10-09
interpreter: Add support for cargo subproject
Xavier Claessens
2023-10-09
interpreter: add <lang>_(static|shared)_args
Dylan Baker
2023-10-09
interpreter: extend annotations around build_both_libraries
Dylan Baker
2023-10-09
build: Use typed_kwargs for language args
Dylan Baker
2023-10-09
interpreter: Handle BuildTarget.vala_args as Files in the interpreter
Dylan Baker
2023-10-05
build: use suffix when getting target id for exes
Dudemanguy
2023-10-04
interpreter: use typed_kwargs for "sources" keyword argument of build targets
Dylan Baker
2023-10-04
interpreter: add another overload of source_strings_to_files
Dylan Baker
2023-10-04
interpreter: rename SOURCE_KW to DEPENDENCY_SOURCES_KW
Dylan Baker
2023-09-29
interpreter: handle implib/export_dynamic conflicts in the interpreter
Dylan Baker
2023-09-29
interpreter: use typed_kwargs for executable's "implib" keyword argument
Dylan Baker
2023-09-28
fix regression that broke sanity checking of jar sources
Eli Schwartz
2023-09-27
interpreter: remove rust_crate_type from the build_target checker
Dylan Baker
[prev]
[next]