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
Age
Commit message (
Expand
)
Author
2024-04-05
depends keyword argument: accept CustomTargetIndex
Gerion Entrup
2024-04-05
Merge pull request #12144 from amyspark/fix-msvc-clangcl-linker-flag-detection
Jussi Pakkanen
2024-04-04
env2mfile: Only consume LDFLAGS for relevant languages
Ole André Vadla Ravnås
2024-04-01
nasm: Add support for .nasm file extension (#13027)
Junior Rantila
2024-04-01
depfixer: change fix_darwin to act like fix_rpathtype_entry
Fabian Groffen
2024-03-29
Merge pull request #13021 from dcbaker/submit/depscanner-fixes-and-speedups
Jussi Pakkanen
2024-03-29
Update Pip install documentation.
Jussi Pakkanen
2024-03-29
backend/ninja: Don't run -t cleandead when using dyndeps
Dylan Baker
2024-03-29
backend/ninja: don't rewrite the pickle data if it hasn't changed
Dylan Baker
2024-03-29
scripts/depscan: remove unnecessary function
Dylan Baker
2024-03-29
scripts/depscan: pick language once, at configure time
Dylan Baker
2024-03-29
scripts/depscan: combine pickle and JSON data into a single file
Dylan Baker
2024-03-28
backend/ninja: add missing typing annotations
Dylan Baker
2024-03-28
backend/ninja: remove duplicate isinstance() check
Dylan Baker
2024-03-28
backend/ninja: use A dataclass for TargetDependencyScannerInfo
Dylan Baker
2024-03-28
depscan: use a defaultdict to simplify append action
Dylan Baker
2024-03-28
compilers: cpp: reduce macro pollution for stdlib macros
Sam James
2024-03-28
compilers: cpp: factor out C++ stdlib detection
Sam James
2024-03-28
Pass Environment down from Backend
Sam James
2024-03-28
compilers: cpp: don't set stdlib assertion macros if already set
Sam James
2024-03-28
compilers: cpp: relax assertion level for libc++
Sam James
2024-03-28
tests: don't expect msys2 llvm cmake tests to skip with llvm 18
Christoph Reiter
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-20
fix: set `MSAN_OPTIONS` when not set, rather than `UBSAN_OPTIONS`
Christopher Dilks
2024-03-20
mesonlib: Fix bug in relpath return values found by mypy
Nirbheek Chauhan
2024-03-20
devenv: Don't use Path.relative_to() to resolve relative paths
Nirbheek Chauhan
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-18
tests: Add tests for configure on changed options
Dylan Baker
2024-03-18
unittests: annotate BasePlatformTests.setconf
Dylan Baker
2024-03-18
cmake: fix incorrect decorator for append_link_args
Stephan Lachnit
2024-03-17
environment: update Debian development version in get_llvm_tool_names()
Sam James
2024-03-17
environment: fix LLVM 18 support in get_llvm_tool_names()
Sam James
2024-03-17
tests: rename skip_on_jobname to expect_skip_on_jobname and skip_on_os to exp...
Christoph Reiter
2024-03-15
tests: Fix unit tests with high parallelism
Jan Alexander Steffens (heftig)
2024-03-15
unittests: Add a helper for copying source trees
Dylan Baker
2024-03-15
Improve error messages for invalid option values
Charles Brunet
2024-03-15
move UserArrayOption.listify_value to mesonlib
Charles Brunet
2024-03-15
interpreter: when overriding a dependency make its name match
Dylan Baker
2024-03-15
dependency: define equality and hash operators for Dependency
Dylan Baker
2024-03-15
rust: Get native-static-libs even when it cannot run host binaries
Xavier Claessens
2024-03-15
compilers: No need to pass exe_wrapper everywhere
Xavier Claessens
2024-03-15
compilers: Allow setting env and workdir for run checks
Xavier Claessens
2024-03-15
compilers: Do not dump File content in log for compiler checks.
Xavier Claessens
2024-03-15
compilers: Every compiler can run code
Xavier Claessens
2024-03-15
wayland: Stable protocols can have a version
Xavier Claessens
2024-03-15
cargo: Add API version into dependency name
Xavier Claessens
2024-03-15
cargo: Ensure Dependency.package always has a value
Xavier Claessens
[next]