index
:
meson.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-05-29
Bump versions to 1.4.1 for release
1.4.1
Eli Schwartz
2024-05-29
cuda: add test for late `add_languages('cuda')`
David Seifert
2024-05-29
cuda: disable thin archives when cuda is added through `add_languages('cuda')...
David Seifert
2024-05-29
tests: don't expect msys2 llvm cmake tests to skip with llvm 18
Christoph Reiter
2024-05-29
CI: clean up azure triggers
Eli Schwartz
2024-05-29
CI: Windows: downgrade rust to 1.77
Eli Schwartz
2024-05-29
pylint: fix useless-return
Eli Schwartz
2024-05-29
pylint: fix false positive for variable defined in different copies of condit...
Eli Schwartz
2024-05-29
pylint: ignore possibly/used-before-assignment as it is prone to FP
Eli Schwartz
2024-05-29
pylint: fix false positive for missing else branch
Eli Schwartz
2024-05-29
dependencies/boost: Add new homebrew root
Dylan Baker
2024-05-29
tests: bump C++ requirement of has_header_symbol
Dylan Baker
2024-05-29
CI/MacOS: move some things out of the run script into the env key
Dylan Baker
2024-05-29
CI/MacOS: add missing packages
Dylan Baker
2024-05-29
CI/MacOS: Fix paths that have changed from /usr/local to /opt/homebrew
Dylan Baker
2024-05-29
CI/MacOS: switch the Qt4 job to run on an Intel Mac
Dylan Baker
2024-05-29
tests: fix missing dependency causing flaky build failure
Eli Schwartz
2024-05-29
allow any alternative python freeze tool to work with meson
Eli Schwartz
2024-05-29
compilers: fix crash when compiler check returns None output
Eli Schwartz
2024-05-29
mesonlib: Fix bug in relpath return values found by mypy
Nirbheek Chauhan
2024-05-29
devenv: Don't use Path.relative_to() to resolve relative paths
Nirbheek Chauhan
2024-05-29
environment: update Debian development version in get_llvm_tool_names()
Sam James
2024-05-29
environment: fix LLVM 18 support in get_llvm_tool_names()
Sam James
2024-05-29
tests: Fix unit tests with high parallelism
Jan Alexander Steffens (heftig)
2024-05-29
unittests: Add a helper for copying source trees
Dylan Baker
2024-05-29
Revert "rust: recursively pull proc-macro dependencies as well"
Sam James
2024-05-29
cuda: add test for negative `find_library()` result
David Seifert
2024-05-29
cuda: fix `cuda.find_library()` hardcoded to yield true
David Seifert
2024-05-29
Fix handling of C standard support for Emscripten.
Ralf Gommers
2024-05-29
cuda: add test for device linking
David Seifert
2024-05-29
cuda: disable thin archives when 'cuda' is enabled globally
David Seifert
2024-05-29
cuda: pass static archives to nvcc without -Xlinker= prefix
David Seifert
2024-05-29
cuda: add test for C++ linking of dependency('cuda')
David Seifert
2024-05-29
cuda: pull in libdir when linking C/C++
David Seifert
2024-05-29
Use correct subdir when generating processed file path
Tristan Partin
2024-05-29
use a for loop, check more linker options
matyalatte
2024-05-29
vs2010backend: fix an error when using /MANIFEST:NO
matyalatte
2024-05-29
rust: Fix warning_level=everything case
Xavier Claessens
2024-05-29
Fix compile.links for vala
Ben Corby
2024-05-29
backend/ninja: Fix cases where None is passed when unexpected
Dylan Baker
2024-05-29
python: Fix header check for system method
Jonathon Anderson
2024-05-29
Fix builds with Ninja 12 and remove a 5 year old workaround.
Jussi Pakkanen
2024-05-29
compilers: Add test for correct forwarding of flags to MSVC's Clang linkers
L. E. Segovia
2024-05-29
clang: Fix tests that use /DEF for MSVC LINK.exe
L. E. Segovia
2024-05-29
compilers: Forward Meson's preference of lld-link to clang-cl
L. E. Segovia
2024-05-29
linkers: Fix detection of link arguments to Clang(-cl) + MSVC
L. E. Segovia
2024-05-29
depfixer: change fix_darwin to act like fix_rpathtype_entry
Fabian Groffen
2024-05-29
compilers: cpp: reduce macro pollution for stdlib macros
Sam James
2024-05-29
compilers: cpp: factor out C++ stdlib detection
Sam James
2024-05-29
Pass Environment down from Backend
Sam James
[next]