Sign in
qemu
/
meson
/
HEAD
548aebd
Missed making the guess_win_linker change for icx too
by Ian Harvey
· 2 days ago
master
9f7f81c
Switch to guess_win_linker rather than specifying linkers.MSCVDynamicLinker directly.
by Ian Harvey
· 3 days ago
27dd22a
Fix linker selection for icx and ifx on windows
by Ian Harvey
· 2 weeks ago
999bd77
compilers: Fix compiler checks on .cc files for MSVC
by Benjamin Gilbert
· 7 days ago
ab9cffb
Allow using a version kwarg in has_tools of qt module.
by Hagen Möbius
· 10 days ago
fe07544
vs2010backend: add always_args to AdditionalOptions
by Zephyr Lykos
· 9 days ago
297329a
clang-cl: Use -Werror=unused-command-line-argument for arguments detection
by Luca Bacci
· 4 days ago
ae516ce
vs2026backend: fix genvslite
by Zephyr Lykos
· 6 days ago
e167a6d
cmake: fix ValueError for generated includes
by Karel Kočí
· 4 days ago
f469ceb
scripts/depscan: Use the `utf-8-sig` codec for opening files
by Dylan Baker
· 8 days ago
6176a92
build: Also extend all_compilers when extending compilers
by Florian "sp1rit"
· 7 days ago
3fad380
cygwin: Fix gnome tests for CI
by Dylan Baker
· 7 days ago
eda0356
modules: rust: implement more package accessors
by Paolo Bonzini
· 4 months ago
bbb9942
modules: rust: implement workspace.packages()
by Paolo Bonzini
· 5 months ago
ad202c4
cargo: use cargo_ws.subproject().dependency()
by Paolo Bonzini
· 4 months ago
29d8b76
cargo: call rust.workspace() for cargo subprojects
by Paolo Bonzini
· 3 weeks ago
0f0140d
ast: printer: give a precedence to all kinds of functions
by Paolo Bonzini
· 4 months ago
2460622
docs: add release notes for rust.workspace()
by Paolo Bonzini
· 4 months ago
f5e41df
modules: rust: implement workspace.subproject() and package.dependency()
by Paolo Bonzini
· 2 weeks ago
448ef4b
cargo: add configurable features to Interpreter
by Paolo Bonzini
· 4 months ago
c80741f
rust: add rust.workspace() skeleton implementation
by Paolo Bonzini
· 4 months ago
2f126e6
cargo: show nice error if a package is missing
by Paolo Bonzini
· 4 weeks ago
99cce93
cargo: show nice error if Cargo.toml missing
by Paolo Bonzini
· 3 months ago
57bf0c8
cargo: allow overriding Meson's Cargo interpreter
by Paolo Bonzini
· 4 months ago
6835b6e
vs2010backend: integrate b_lto/b_pgo with vcxproj backends
by Zephyr Lykos
· 9 days ago
998a09d
compilers: Add b_lto and b_pgo support for MSVC
by Zephyr Lykos
· 10 weeks ago
3beb5d1
update Elbrus C/C++ stds for newer compiler
by Ilya Kurdyukov
· 9 days ago
f7e24f1
update ALL_STDS list for C/C++
by Ilya Kurdyukov
· 9 days ago
d435758
fix Elbrus support
by Ilya Kurdyukov
· 9 days ago
61c5859
envconfig: Cannot run executables if subsystem doesn't match
by Nirbheek Chauhan
· 11 days ago
b234dbf
build: Propagate link_language instead of internals
by Florian "sp1rit"
· 5 weeks ago
33b0979
compilers/cuda: Use the `init_from_options` hook for version detection
by Dylan Baker
· 3 months ago
379165e
compilers: refactor sanity checking code, again
by Dylan Baker
· 3 months ago
682c4c1
tests: fix test_templates for vala
by Dylan Baker
· 3 months ago
c7c82f3
rust: do not require main function for compiles method
by Paolo Bonzini
· 2 weeks ago
4e9ba3d
ninjabackend: rust: record Apple frameworks in rlibs
by Paolo Bonzini
· 2 weeks ago
9db31dc
utils: make lookahead accept an iterable
by Paolo Bonzini
· 11 days ago
b249f74
cargo: move lookahead from cargo.cfg to utils.universal
by Paolo Bonzini
· 13 days ago
e9283aa
build: rust: exclude all Rust ABI targets from C/C++ link dependencies
by Paolo Bonzini
· 2 weeks ago
1eb6a7a
build: clarify logic for excluding procedural macros
by Paolo Bonzini
· 2 weeks ago
8e85886
test cases: add more cases for multi-level rust dependencies
by Paolo Bonzini
· 2 weeks ago
c745139
compilers: rust: use get_linker_exelist() and linker.get_exelist()
by Paolo Bonzini
· 13 days ago
9ea19f0
compilers: rust: clean up linker detection
by Paolo Bonzini
· 2 weeks ago
9c9f238
rust: do not check for ccache
by Paolo Bonzini
· 13 days ago
4c412b9
install_man: add support install_tag kwarg
by Tautvis
· 8 weeks ago
0b41434
wrap: don't run patch.exe on startup
by Eli Schwartz
· 11 days ago
66b6748
Add AIX -X32_64 option to AIX ar in meson.
by KamathForAIX
· 11 days ago
c1db93b
ninjabackend: do not fail if only the build machine uses C++
by Paolo Bonzini
· 11 days ago
9e35fef
unittests: Don't use `len()` to test container emptiness
by Dylan Baker
· 2 weeks ago
5efb40d
unittests: Add annotations for the get_compdb function
by Dylan Baker
· 2 weeks ago
871074f
windows.compile_resources: do not display preprocessor outputs
by Charles Brunet
· 12 days ago
062d40d
Document system() == "android" as a fully supported value
by Malcolm Smith
· 14 days ago
152bd99
build: fix id method for Target vs BuildTarget
by Dylan Baker
· 8 weeks ago
21bfac0
build: Add build_subdir to BuildTargetKeywordArguments
by Dylan Baker
· 8 weeks ago
56c4880
build: fix some low hanging type issues
by Dylan Baker
· 8 weeks ago
dadc46c
Detect included files when running rc.exe
by Charles Brunet
· 4 weeks ago
4413849
Add ninja rule for MSVC deps in CustomTarget
by Charles Brunet
· 4 weeks ago
e064a87
Add implicit_include_directories kwarg to windows.compile_resources
by Charles Brunet
· 4 weeks ago
73d3aaa
Fix the detect argument of armar
by Jalon Wong
· 7 weeks ago
731fcec
pkgconfig: Use correct path concatenation
by Daniele Nicolodi
· 3 weeks ago
6aa9286
i18n: Use correct path concatenation
by Daniele Nicolodi
· 3 weeks ago
82305b3
qt: Pass through -F dependency compile args to moc
by Ole André Vadla Ravnås
· 1 year, 10 months ago
07093da
ninjabackend: commonize generate_shsym between Rust and other languages
by Paolo Bonzini
· 3 weeks ago
bb44514
rust: use get_target_type_link_args*
by Paolo Bonzini
· 3 weeks ago
d14c39b
compilers: add missing superclass methods
by Paolo Bonzini
· 3 weeks ago
b766447
rust: support linker arguments
by Paolo Bonzini
· 3 weeks ago
da53e12
compilers: do not convert sanitizer link arguments twice
by Paolo Bonzini
· 3 weeks ago
bcd2872
modules: rust: complete initialization of doctest targets
by Paolo Bonzini
· 3 weeks ago
66ca142
backends: introduce Compiler.get_build_link_args
by Paolo Bonzini
· 3 weeks ago
a7f4d42
rust: use clang-cl or cl to find linker for -msvc targets
by Paolo Bonzini
· 4 weeks ago
e9b4ed4
rust: move parse_target to mesonbuild.compilers.rust
by Paolo Bonzini
· 3 weeks ago
4fa03b1
compilers: allow passing non-popen exceptions to _handle_exceptions
by Paolo Bonzini
· 4 weeks ago
780bbc0
unittests: replace some open coded skips with helper decorators
by Dylan Baker
· 3 weeks ago
5494f29
unittests: optimize IS_CI checks
by Dylan Baker
· 3 weeks ago
862bead
unittests: replace `is_ci()` function with `IS_CI` constant
by Dylan Baker
· 3 weeks ago
5afbaa4
unittests/helpers: avoid creating wrappers when CI doesn't use them
by Dylan Baker
· 3 weeks ago
276579d
unittests/helpers: Use helper classes to cache certain data
by Dylan Baker
· 3 weeks ago
1d6dc4b
modules/rust: Attempt to extract `--target` arguments from rustc command
by Dylan Baker
· 5 weeks ago
11aa689
Update C++ modules unit test
by Zephyr Lykos
· 2 weeks ago
1bee087
ninjabackend: use get_cpp_modules_args for dyndeps check
by Zephyr Lykos
· 3 weeks ago
ac746a2
compilers: add get_cpp_modules_args method
by Zephyr Lykos
· 3 weeks ago
bb4f897
ninjabackend: add -fmodules as a dyndeps condition
by Zephyr Lykos
· 9 weeks ago
51886bd
docs: improve Cython examples and documentation
by Ralf Gommers
· 3 weeks ago
fb08c00
docs: state what numpy versions are supported by `dependency('numpy')`
by Ralf Gommers
· 3 weeks ago
cab9b60
mtest: consider AttributeError
by KO Myung-Hun
· 6 weeks ago
393f27e
test cases: rust: add linker script to "rust/2 sharedlib"
by Paolo Bonzini
· 4 weeks ago
ab23a36
ninjabackend: add link_args for Rust targets
by Paolo Bonzini
· 4 weeks ago
9b47c1c
ninjabackend: add link_depends for Rust targets
by Paolo Bonzini
· 4 weeks ago
d49f091
Lookup `RC` before `WINDRES`
by John Ericson
· 6 weeks ago
0e986dc
Allow more than one env var to be associated with a tool
by John Ericson
· 6 weeks ago
f779185
run_mypy: run checks in parallel
by Christoph Reiter
· 4 weeks ago
f1f1cf7
Fix #15403
by UMU
· 7 weeks ago
ffae7c4
Restrict languages strings using Literals and TypeAliases
by Dylan Baker
· 8 weeks ago
0995a34
interpreter: validate project languages as positional arguments
by Dylan Baker
· 5 weeks ago
c0e65e3
dependencies/cmake: Move `language_list` construction after super call
by Dylan Baker
· 7 months ago
c5d8824
depenencies/cmake: fix typo
by Dylan Baker
· 7 months ago
f847924
rust, ninjabackend: add and call get_soname_args for RustCompiler
by Paolo Bonzini
· 4 weeks ago
4bc3ce1
test cases: rust: add a cdylib to "test cases/rust/2 sharedlib"
by Paolo Bonzini
· 4 weeks ago
0288138
mtest: OS/2 can run '.exe'
by KO Myung-Hun
· 5 weeks ago
d441c6c
mtest: ignore preexec_fn on OS/2
by KO Myung-Hun
· 5 weeks ago
Next »