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
Age
Commit message (
Expand
)
Author
2024-04-09
modules: rename qt.py -> _qt.py
Dylan Baker
2024-04-08
gnome: Fix indentation of mkenums_simple generated code
Matthijs Velsink
2024-04-08
meson format command
Charles Brunet
2024-04-08
parser: revert to single StringNode type
Charles Brunet
2024-04-08
simplify astprinter by using operator value
Charles Brunet
2024-04-08
simplify RawPrinter using FullAstVisitor
Charles Brunet
2024-04-08
visit full ast for AstConditionLevel
Charles Brunet
2024-04-08
Add ast visitor for whitespaces and symbols
Charles Brunet
2024-04-08
fix colon wrongly named column in parser
Charles Brunet
2024-04-08
Fix type checking in ast.printer
Charles Brunet
2024-04-06
On OpenBSD there's no convention the .so numbers equal the boost version.
Otto Moerbeek
2024-04-05
interpreter/compiler: Fortran.run() has always worked
Dylan Baker
2024-04-05
compilers: Ensure -L flags do not get reordered when used with MSVC
L. E. Segovia
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
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-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
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-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
[next]