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-09
backends: Add Nasm support to Xcode through a custom build rule
L. E. Segovia
2024-04-09
nasm, yasm: Fix debug flags for Windows and macOS
L. E. Segovia
2024-04-09
interpreter: never expose implementation details of the modules package
Dylan Baker
2024-04-09
modules: rename qt.py -> _qt.py
Dylan Baker
2024-04-08
gnome: Actually run all mkenums_simple tests and fix numbering
Matthijs Velsink
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-08
Update Users.md
Michael Gene Brockus (Dreamer)
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: Add test for detecting libraries with externally supplied linker f...
L. E. Segovia
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
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
[next]