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
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-05-01
Add required kwarg to compiler.{compiles,links,run}
Tristan Partin
2024-04-28
catch build files that cannot be opened in utf8 mode and emit useful error
Eli Schwartz
2024-04-25
find_library: improve the docs and FeatureNew to fully describe the change
Eli Schwartz
2024-04-23
interpreter: implement the `name()` method for `ExternalLibraryHolder`
Dylan Baker
2024-04-14
Clarify mutable objects usage
Xavier Claessens
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-04-05
interpreter/compiler: Fortran.run() has always worked
Dylan Baker
2024-04-05
depends keyword argument: accept CustomTargetIndex
Gerion Entrup
2024-03-27
interpreter/type_checking: remove stale TODO comment
Dylan Baker
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-15
interpreter: when overriding a dependency make its name match
Dylan Baker
2024-03-15
compilers: Every compiler can run code
Xavier Claessens
2024-03-14
interpreterobjects.py: fix a typo
Yegor Yefremov
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
env.unset method
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
Fix compiler.preprocess compile_args not used
Charles Brunet
2024-01-25
interpreter: replace mock keyword argument with unittest.mock
Dylan Baker
2024-01-25
Add missing FeatureNew for meson.add_dist_script
Eli Schwartz
2024-01-17
compiler.preprocess: add depends kwarg
Stas Sergeev
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-26
fix broken type annotation imports being ignored
Eli Schwartz
2023-11-24
File: Add full_path() method
Xavier Claessens
2023-11-14
dependencies: allow get_variable to define multiple pkgconfig defines
Eli Schwartz
2023-11-14
type_checking: simplify error message for object validation
Dylan Baker
2023-11-14
type_checking: fix typo
Dylan Baker
2023-11-13
fix another regression in converting build_target kwargs to typed_kwargs
Eli Schwartz
2023-11-12
fix regression in converting build_target kwargs to typed_kwargs
Eli Schwartz
2023-10-28
simd module: fix regression that broke using only some simd variants
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
[next]