Sign in
chromium
/
external
/
github.com
/
mesonbuild
/
meson
/
HEAD
b234dbf
build: Propagate link_language instead of internals
by Florian "sp1rit"
· 23 hours ago
upstream/master
33b0979
compilers/cuda: Use the `init_from_options` hook for version detection
by Dylan Baker
· 23 hours ago
379165e
compilers: refactor sanity checking code, again
by Dylan Baker
· 23 hours ago
682c4c1
tests: fix test_templates for vala
by Dylan Baker
· 23 hours ago
c7c82f3
rust: do not require main function for compiles method
by Paolo Bonzini
· 23 hours ago
4e9ba3d
ninjabackend: rust: record Apple frameworks in rlibs
by Paolo Bonzini
· 23 hours ago
9db31dc
utils: make lookahead accept an iterable
by Paolo Bonzini
· 23 hours ago
b249f74
cargo: move lookahead from cargo.cfg to utils.universal
by Paolo Bonzini
· 23 hours ago
e9283aa
build: rust: exclude all Rust ABI targets from C/C++ link dependencies
by Paolo Bonzini
· 23 hours ago
1eb6a7a
build: clarify logic for excluding procedural macros
by Paolo Bonzini
· 23 hours ago
8e85886
test cases: add more cases for multi-level rust dependencies
by Paolo Bonzini
· 23 hours ago
c745139
compilers: rust: use get_linker_exelist() and linker.get_exelist()
by Paolo Bonzini
· 23 hours ago
9ea19f0
compilers: rust: clean up linker detection
by Paolo Bonzini
· 23 hours ago
9c9f238
rust: do not check for ccache
by Paolo Bonzini
· 23 hours ago
4c412b9
install_man: add support install_tag kwarg
by Tautvis
· 23 hours ago
0b41434
wrap: don't run patch.exe on startup
by Eli Schwartz
· 27 hours ago
66b6748
Add AIX -X32_64 option to AIX ar in meson.
by KamathForAIX
· 27 hours ago
c1db93b
ninjabackend: do not fail if only the build machine uses C++
by Paolo Bonzini
· 27 hours ago
9e35fef
unittests: Don't use `len()` to test container emptiness
by Dylan Baker
· 27 hours ago
5efb40d
unittests: Add annotations for the get_compdb function
by Dylan Baker
· 27 hours ago
871074f
windows.compile_resources: do not display preprocessor outputs
by Charles Brunet
· 2 days ago
062d40d
Document system() == "android" as a fully supported value
by Malcolm Smith
· 4 days ago
152bd99
build: fix id method for Target vs BuildTarget
by Dylan Baker
· 5 days ago
21bfac0
build: Add build_subdir to BuildTargetKeywordArguments
by Dylan Baker
· 5 days ago
56c4880
build: fix some low hanging type issues
by Dylan Baker
· 5 days ago
dadc46c
Detect included files when running rc.exe
by Charles Brunet
· 6 days ago
4413849
Add ninja rule for MSVC deps in CustomTarget
by Charles Brunet
· 6 days ago
e064a87
Add implicit_include_directories kwarg to windows.compile_resources
by Charles Brunet
· 6 days ago
73d3aaa
Fix the detect argument of armar
by Jalon Wong
· 6 days ago
731fcec
pkgconfig: Use correct path concatenation
by Daniele Nicolodi
· 7 days ago
6aa9286
i18n: Use correct path concatenation
by Daniele Nicolodi
· 7 days ago
82305b3
qt: Pass through -F dependency compile args to moc
by Ole André Vadla Ravnås
· 7 days ago
07093da
ninjabackend: commonize generate_shsym between Rust and other languages
by Paolo Bonzini
· 7 days ago
bb44514
rust: use get_target_type_link_args*
by Paolo Bonzini
· 7 days ago
d14c39b
compilers: add missing superclass methods
by Paolo Bonzini
· 7 days ago
b766447
rust: support linker arguments
by Paolo Bonzini
· 7 days ago
da53e12
compilers: do not convert sanitizer link arguments twice
by Paolo Bonzini
· 7 days ago
bcd2872
modules: rust: complete initialization of doctest targets
by Paolo Bonzini
· 7 days ago
66ca142
backends: introduce Compiler.get_build_link_args
by Paolo Bonzini
· 7 days ago
a7f4d42
rust: use clang-cl or cl to find linker for -msvc targets
by Paolo Bonzini
· 7 days ago
e9b4ed4
rust: move parse_target to mesonbuild.compilers.rust
by Paolo Bonzini
· 7 days ago
4fa03b1
compilers: allow passing non-popen exceptions to _handle_exceptions
by Paolo Bonzini
· 7 days ago
780bbc0
unittests: replace some open coded skips with helper decorators
by Dylan Baker
· 8 days ago
5494f29
unittests: optimize IS_CI checks
by Dylan Baker
· 8 days ago
862bead
unittests: replace `is_ci()` function with `IS_CI` constant
by Dylan Baker
· 8 days ago
5afbaa4
unittests/helpers: avoid creating wrappers when CI doesn't use them
by Dylan Baker
· 8 days ago
276579d
unittests/helpers: Use helper classes to cache certain data
by Dylan Baker
· 8 days ago
1d6dc4b
modules/rust: Attempt to extract `--target` arguments from rustc command
by Dylan Baker
· 8 days ago
11aa689
Update C++ modules unit test
by Zephyr Lykos
· 8 days ago
1bee087
ninjabackend: use get_cpp_modules_args for dyndeps check
by Zephyr Lykos
· 8 days ago
ac746a2
compilers: add get_cpp_modules_args method
by Zephyr Lykos
· 8 days ago
bb4f897
ninjabackend: add -fmodules as a dyndeps condition
by Zephyr Lykos
· 8 days ago
51886bd
docs: improve Cython examples and documentation
by Ralf Gommers
· 12 days ago
fb08c00
docs: state what numpy versions are supported by `dependency('numpy')`
by Ralf Gommers
· 12 days ago
cab9b60
mtest: consider AttributeError
by KO Myung-Hun
· 13 days ago
393f27e
test cases: rust: add linker script to "rust/2 sharedlib"
by Paolo Bonzini
· 13 days ago
ab23a36
ninjabackend: add link_args for Rust targets
by Paolo Bonzini
· 13 days ago
9b47c1c
ninjabackend: add link_depends for Rust targets
by Paolo Bonzini
· 13 days ago
d49f091
Lookup `RC` before `WINDRES`
by John Ericson
· 2 weeks ago
0e986dc
Allow more than one env var to be associated with a tool
by John Ericson
· 2 weeks ago
f779185
run_mypy: run checks in parallel
by Christoph Reiter
· 2 weeks ago
f1f1cf7
Fix #15403
by UMU
· 2 weeks ago
ffae7c4
Restrict languages strings using Literals and TypeAliases
by Dylan Baker
· 2 weeks ago
0995a34
interpreter: validate project languages as positional arguments
by Dylan Baker
· 2 weeks ago
c0e65e3
dependencies/cmake: Move `language_list` construction after super call
by Dylan Baker
· 2 weeks ago
c5d8824
depenencies/cmake: fix typo
by Dylan Baker
· 2 weeks ago
f847924
rust, ninjabackend: add and call get_soname_args for RustCompiler
by Paolo Bonzini
· 2 weeks ago
4bc3ce1
test cases: rust: add a cdylib to "test cases/rust/2 sharedlib"
by Paolo Bonzini
· 2 weeks ago
0288138
mtest: OS/2 can run '.exe'
by KO Myung-Hun
· 2 weeks ago
d441c6c
mtest: ignore preexec_fn on OS/2
by KO Myung-Hun
· 2 weeks ago
64e3f46
build: move per-project data to a separate dataclass
by Paolo Bonzini
· 3 weeks ago
b614b97
build: pass target to get_project_args/get_project_link_args
by Paolo Bonzini
· 3 weeks ago
687cb97
backends: use Build.get_project_args
by Paolo Bonzini
· 3 weeks ago
2e40319
build: switch stdlibs to PerMachineDefaultable
by Paolo Bonzini
· 3 weeks ago
1eac5a5
build: recreate PerMachine object in copies
by Paolo Bonzini
· 3 weeks ago
34f3562
build: cleanup to copy and merge
by Paolo Bonzini
· 3 weeks ago
0ae6255
cmake: actually use the right machine
by Dylan Baker
· 3 weeks ago
b9cfb41
add for_machine to DependencyFallbacksHolder
by Paolo Bonzini
· 3 weeks ago
5f5e81b
dependencies: Report for machine when logging dependencies found
by Dylan Baker
· 3 weeks ago
de040d2
interpreter/dependencyfallbacks: log the machine the dependency is for
by Dylan Baker
· 3 weeks ago
22df94d
interpreter/dependencyfallbacks: use a single method for logging found
by Dylan Baker
· 3 weeks ago
e701b2c
interpreter: add more annotations for SubProject
by Dylan Baker
· 3 weeks ago
e95cf94
build: only detect one static linker for build == host setups
by Paolo Bonzini
· 3 weeks ago
f15a76d
build: fix static_linker type annotation
by Paolo Bonzini
· 3 weeks ago
0c72620
build: add annotation for Build.subprojects
by Dylan Baker
· 3 weeks ago
0f0c8c5
unittests: Write temporary files to tmpdir unless on Windows
by Dylan Baker
· 3 weeks ago
dd29dea
CI: remove two azure pipelines jobs which got ported to GHA
by Christoph Reiter
· 3 weeks ago
c9cbf61
CI: add "windows" to expect_skip_on_jobname
by Christoph Reiter
· 3 weeks ago
014f0a4
CI: port two jobs from azure pipelines to GHA
by Christoph Reiter
· 3 weeks ago
bc566a3
interpreter/type_checking: fix link_with and link_whole with empty string values
by Dylan Baker
· 3 weeks ago
d389906
accept subproject whose wraps cause duplicate provides
by Paolo Bonzini
· 3 weeks ago
2c0ab6f
modules/pkgconfig: Use host machine path semantics for directories
by Paolo Bonzini
· 3 weeks ago
cbd7264
options: Use host machine path semantics for directory options
by Paolo Bonzini
· 3 weeks ago
3023377
pkgconfig: stop using os.path.isabs()
by Paolo Bonzini
· 3 weeks ago
51ab881
compilers: stop using os.path.isabs()
by Paolo Bonzini
· 3 weeks ago
3729551
interpreter: stop using os.path.isabs()
by Paolo Bonzini
· 3 weeks ago
22a01b9
cleantrees: get rid of os.path.isabs()
by Paolo Bonzini
· 3 weeks ago
5baacdd
minstall: accept paths without drive as "absolute"
by Paolo Bonzini
· 3 weeks ago
efbe95b
utils: introduce path_has_root
by Paolo Bonzini
· 3 weeks ago
ed7b68b
unittests: ensure the "absolute path" being added is really absolute
by Paolo Bonzini
· 3 weeks ago
Next »