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
/
build.py
Age
Commit message (
Expand
)
Author
2024-05-19
Pass wrapmode value around as a string. (#13229)
Jussi Pakkanen
2024-05-07
Use correct subdir when generating processed file path
Tristan Partin
2024-04-05
depends keyword argument: accept CustomTargetIndex
Gerion Entrup
2024-03-12
Added support for Texas Instruments C6000 compiler.
Petr Machacek
2024-02-29
rust: recursively pull proc-macro dependencies as well
Xavier Claessens
2024-02-22
build: get_default_install_dir() can be (None, None) or (str, str)
Dylan Baker
2024-02-22
build: fix some type annotations for get_install_dir
Dylan Baker
2024-02-21
fix crash in generator.process() with an invalid preserve_path_from
Eli Schwartz
2024-02-20
Provide a better error message when mixing host and build machines
Dylan Baker
2024-01-25
Fix compiler.preprocess compile_args not used
Charles Brunet
2024-01-17
compiler.preprocess: add depends kwarg
Stas Sergeev
2024-01-08
ast/introspection: make mypy clean
Dylan Baker
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-11-13
fix another regression in converting build_target kwargs to typed_kwargs
Eli Schwartz
2023-11-09
rust: Fix linking with C libraries (again)
Xavier Claessens
2023-11-09
build: Add dummy base class for CustomTarget and CustomTargetIndex
Xavier Claessens
2023-11-09
build: Simplify recursive function that extracts objects in link_whole
Xavier Claessens
2023-11-02
rust: proc-macro should be ignored in transitive dependencies
Xavier Claessens
2023-10-31
Use target.aix_so_archive to decide to archive shared library in AIX
Aditya Vidyadhar Kamath
2023-10-25
build: improve the warning for executables with the same name
Dudemanguy
2023-10-17
interpreter: use typed_kwargs for build_target.name_suffix
Dylan Baker
2023-10-17
interpreter: use typed_kwargs for build_target.name_prefix
Dylan Baker
2023-10-17
interpreter: use typed_kwargs for build_target.build_by_default
Dylan Baker
2023-10-16
build: use a TypedDict for d_features
Dylan Baker
2023-10-16
interpreter: use typed_kwargs for build_target.d_import_dirs
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
Add env kwarg in generator.process()
Nomura
2023-10-05
build: use suffix when getting target id for exes
Dudemanguy
2023-10-05
msvc: unify debug filename handling
Dudemanguy
2023-09-29
interpreter: handle implib/export_dynamic conflicts in the interpreter
Dylan Baker
2023-09-28
add support for vs_module_defs to Executables
Dylan Baker
2023-09-28
fix using a CustomTargetIndex for vs_module_defs
Dylan Baker
2023-09-28
interpreter: use typed_kwargs for build_target(vs_module_defs)
Dylan Baker
2023-09-28
interpreter: use typed_kwargs for static_library(pic)
Dylan Baker
2023-09-28
interpreter: use typed_kwargs for static_library(prelink)
Dylan Baker
2023-09-19
Rust: Fix proc-macro usage when cross compiling
Xavier Claessens
2023-09-19
Rust: Prevent linking Rust ABI with C library/executable
Xavier Claessens
2023-09-19
Rust: Replace rust_crate_type with rust_abi
Xavier Claessens
2023-09-13
install_{data,headers,subdir}: implement follow_symlinks
Arsen Arsenović
2023-09-07
Fix crash when installing a vala library and python sources
Xavier Claessens
2023-09-07
Rename OptionOverrideProxy to OptionsView and move to coredata
Xavier Claessens
2023-08-28
include_directories: Always add both source and build dirs
Xavier Claessens
2023-08-24
build: Simplify import_filename handling
Xavier Claessens
2023-08-18
Add more descriptive description to CustomTarget
Charles Brunet
2023-08-14
interpreter: use typed_kwargs for shared_library(darwin_versions)
Dylan Baker
2023-08-14
interpreter: use typed_kwargs for shared_library(soversion)
Dylan Baker
2023-08-14
interpreter: use typed_kwargs for shared_library(version)
Dylan Baker
2023-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2023-08-07
Error when an installed static library links to internal custom target
Xavier Claessens
[prev]
[next]