Sign in
chromium
/
external
/
github.com
/
mesonbuild
/
meson
/
HEAD
28db962
coredata: lookup options for the correct machine
by Paolo Bonzini
· 14 days ago
upstream/master
dc87dec
options: canonicalize to host options anything that is not per-machine
by Paolo Bonzini
· 14 days ago
298da8a
compilers: fix direction of cross-build test
by Paolo Bonzini
· 14 days ago
cc9c037
options: optimize shortcuts for evolve()
by Paolo Bonzini
· 14 days ago
99d1a79
dependencies/coarrays: Remove dead code
by Dylan Baker
· 2 weeks ago
4abca7c
dependencies: Remove `log_tried` method
by Dylan Baker
· 2 weeks ago
195dab0
dependencies/detect: simplify logging tried methods
by Dylan Baker
· 2 weeks ago
c335eea
dependencies: Catch non MesonException in detect and give better message
by Dylan Baker
· 2 weeks ago
63f4781
Dependencies: Make use of the DependencyCandidate class
by Dylan Baker
· 2 weeks ago
bd39b95
dependencies: Add a wrapper class for Dependency candidates
by Dylan Baker
· 2 weeks ago
e1164f6
dependencies: Require 'native' be passed in kwargs
by Dylan Baker
· 2 weeks ago
7ddd073
dependencies: stop passing "language" as a keyword argument
by Dylan Baker
· 2 weeks ago
5363fc1
dependencies/framework: remove useless stringlistify call
by Dylan Baker
· 2 weeks ago
6f3d0dd
dependencies: Pass the `name` to `ExternalDependency` constructor
by Dylan Baker
· 2 weeks ago
cd6824a
dependencies: Move type_name to class level
by Dylan Baker
· 2 weeks ago
0e04fcc
dependencies: Annotate the DependencyPackages class
by Dylan Baker
· 2 weeks ago
918b62e
build: update comments on rust object linking
by Dylan Baker
· 2 weeks ago
4bad711
build: clean up the `link` helper
by Dylan Baker
· 2 weeks ago
a152da9
build|interpreter: use typed_kwargs for link_with
by Dylan Baker
· 2 weeks ago
7a1655a
build: clean up some some of the link_whole path
by Dylan Baker
· 2 weeks ago
6e4caca
interpreter: validate that a target is linkable in link_whole check
by Dylan Baker
· 2 weeks ago
404139d
build|interpreter: use the LINK_WHOLE validator for BuildTarget
by Dylan Baker
· 2 weeks ago
bde1c23
interpreter|build: Use typed_kwargs for build_target(dependencies)
by Dylan Baker
· 2 weeks ago
f3d9a71
modules/python: use typed_kwargs for `install_dir`
by Dylan Baker
· 2 weeks ago
5297421
backend: improve error message about install_dir install_count mismatch
by Dylan Baker
· 2 weeks ago
2488f3f
interpreter: Add type checking for BuildTarget(install_dir: )
by Dylan Baker
· 2 weeks ago
cb7431b
docs: fix documentation for build_target(install_dir)
by Dylan Baker
· 2 weeks ago
f2d3ab5
interpreter: use the new feature where it is useful
by Dylan Baker
· 2 weeks ago
57e994f
interpreterbase: Add a new field to KwargInfo for extra types
by Dylan Baker
· 2 weeks ago
aac5b48
build: cleanup include_directories code
by Dylan Baker
· 2 weeks ago
0200628
interpreter: use typed_kwargs for build_target(include_directories)
by Dylan Baker
· 2 weeks ago
e2c46bf
interpreter/compiler: Use typed_kwargs for include_directories string feature
by Dylan Baker
· 2 weeks ago
1fc6c70
interpreter: use typed_kwargs ifor dependency (include_directories) strings
by Dylan Baker
· 2 weeks ago
13c2948
build: simplify `add_include_dirs`
by Dylan Baker
· 2 weeks ago
1377c08
review get_subdir vs get_builddir
by Paolo Bonzini
· 2 weeks ago
06e27d0
remove get_source_subdir
by Paolo Bonzini
· 2 weeks ago
da2ea71
docs(summary): Correct example output
by Frank Dana
· 2 weeks ago
499015e
cargo: convert TOMLDecodeError or toml2json errors to a MesonException
by Paolo Bonzini
· 2 weeks ago
5f930d4
cargo: fix UnboundLocalError if Cargo.lock only has local packages
by Paolo Bonzini
· 2 weeks ago
90b40b5
cargo: include the implicit feature for dependencies in the manifest
by Paolo Bonzini
· 2 weeks ago
5cd09bc
cargo: add --check-cfg cfg(test) unconditionally
by Paolo Bonzini
· 2 weeks ago
21e0977
Add closing backtick to the install_headers docs
by Alex Rao
· 3 weeks ago
bfa96de
MPI detection: support Intel MPI on Windows
by Lisandro Dalcin
· 3 weeks ago
bc61d5c
MPI detection: do not look for mpicc on Windows
by Lisandro Dalcin
· 3 weeks ago
133f3b0
symbolextractor: implement on OS/2
by KO Myung-Hun
· 3 weeks ago
4bbd1ef
cmake: Fix version kwarg being added to static_library targets
by RobotLeopard86
· 3 weeks ago
a2b2429
CI: Delete the macos qt4 job
by Dylan Baker
· 3 weeks ago
6a3fe11
ci: disable unitests for arch cuda
by Dylan Baker
· 3 weeks ago
b4c379c
Fix typo in release notes
by Luca Bacci
· 3 weeks ago
25cd7ff
docs: Fix typos in 1.10.0 release notes
by Thomas Lange
· 3 weeks ago
1d2430e
build: Add de-duplication for non-result targets in get_all_link_deps
by RobotLeopard86
· 3 weeks ago
5412f61
dependencies/ui.py: Improve Vulkan detection on Windows
by Chun-wei Fan
· 3 weeks ago
6746979
compilers: clike: Deduplicate compile and link args from actually used arg list
by Leonid Zaburunov
· 3 weeks ago
c8a7fd7
qt.compile_moc: look for targets in dependencies
by David Véron
· 3 weeks ago
7cbde1f
build|interpreter: use typed_kwargs for BuildTarget(install_tag)
by Dylan Baker
· 3 weeks ago
8c6dc8d
build|interpreter: use typed_kwargs for BuildTarget(link_args)
by Dylan Baker
· 3 weeks ago
3ddde0b
interpreterbase: make ArithmeticNode and MesonOperator both use operator names
by Paolo Bonzini
· 3 weeks ago
c8ab1d2
mparser: move dictionaries to toplevel
by Paolo Bonzini
· 3 weeks ago
a64b82c
mparser: tweak typing of accept_any, use it for comparisons.
by Paolo Bonzini
· 3 weeks ago
79aa413
mparser: make comparison_map global uppercsae
by Paolo Bonzini
· 3 weeks ago
b1ab21f
mparser: use a literal for arithmetic operators
by Paolo Bonzini
· 3 weeks ago
e2ebe0e
make ctype the same as the printed AST
by Paolo Bonzini
· 3 weeks ago
18f3abb
mparser: lexer: check early against common tokens
by Paolo Bonzini
· 3 weeks ago
4ef1866
mparser: lexer: reduce regular expression usage
by Paolo Bonzini
· 3 weeks ago
908e85b
cargo: autodetect patch directory
by Paolo Bonzini
· 3 weeks ago
7f6967f
cargo: unify call to PackageDefinition.from_values
by Paolo Bonzini
· 3 weeks ago
5882e83
compilers/nvidia_hpc: compilers: move -std options to get_option_std_args
by Zephyr Lykos
· 3 weeks ago
49b2c20
Use gnu_syms() on Haiku too.
by OscarL
· 3 weeks ago
f5bccbe
compilers/xc32: add updates for v5.00
by Liza Chevalier
· 3 weeks ago
427c887
compilers/xc32: add _LTO_CACHE_VERSION to match GnuCompiler
by Liza Chevalier
· 3 weeks ago
67a64f8
style: use singe quotes for strings
by Liza Chevalier
· 3 weeks ago
72b72fa
Bump version number for new development.
by Jussi Pakkanen
· 3 weeks ago
415917b
Bump version number for 1.10.
by Jussi Pakkanen
· 3 weeks ago
upstream/1.10.0
6c96f87
Generate release notes for 1.10.
by Jussi Pakkanen
· 3 weeks ago
65e924b
modules/cuda: Cuda 13.0 doesn't support the 10.1 profile
by Dylan Baker
· 4 weeks ago
f6918fe
mesonmain: mark getting a language from another subproject as broken
by Dylan Baker
· 4 weeks ago
79854e4
modules/cuda: Update arch flags for versions through 13.0
by Dylan Baker
· 4 weeks ago
7c5ab15
modules/cuda: Update versions up through 13.0.2
by Dylan Baker
· 4 weeks ago
a41bd69
modules/cuda: Pull driver table out of class body
by Dylan Baker
· 4 weeks ago
0510532
implement --env-set parameter manually in rustdoc script
by Paolo Bonzini
· 4 weeks ago
997e83d
Remove --crate-type parameter filter from the rustdoc script.
by John Turner
· 4 weeks ago
bea2ffc
interpreter: validate argument to string.split() for empty string
by Dylan Baker
· 4 weeks ago
313c4b7
Docs: fix typo in str.yml
by Sertonix
· 4 weeks ago
814ef37
ci: Use hotdoc hack for Ubuntu Rolling as well
by Nirbheek Chauhan
· 4 weeks ago
5d89529
rust: Rust-ABI dynamic libraries do not support LTO
by Paolo Bonzini
· 4 weeks ago
2e14cdd
compilers: pass target to get_lto_*_args
by Paolo Bonzini
· 4 weeks ago
bd80d29
fix crate name in rust-project.json
by Paolo Bonzini
· 4 weeks ago
884534f
Bump version number for rc2.
by Jussi Pakkanen
· 4 weeks ago
upstream/1.10.0rc2
4b8a537
man: add mention of `meson-reference(3)` to SEE ALSO
by Anna (navi) Figueiredo Gomes
· 4 weeks ago
3ca4a37
templates: simplify (whitespace, flatten array)
by Sam James
· 4 weeks ago
aed2444
templates: fix remaining languages for source file discovery too
by Sam James
· 4 weeks ago
176edaf
templates: sort langs in test
by Sam James
· 4 weeks ago
6419b22
templates: fix --executable
by Sam James
· 4 weeks ago
b3a0f9c
templates: refactor tests to have a bit less nesting
by Sam James
· 4 weeks ago
29fa205
Bump sln_version_comment to 18 for vs2026 backend.
by Luke Elliott
· 5 weeks ago
1e19f93
Revert "Detect dependency changes in Windows rc compiler"
by Jussi Pakkanen
· 5 weeks ago
a696f74
docs: increase timeout for validate_links.py
by Sam James
· 5 weeks ago
fad1d6e
Wrap `tarfile.fully_trusted_filter` in `staticmethod` for wrap file handling too
by Sebastian Dröge
· 5 weeks ago
df4c35b
templates: Define a macro for pubic APIs on OS/2
by KO Myung-Hun
· 5 weeks ago
4cddf9d
modules/snippets: Define a macro for public APIs on OS/2
by KO Myung-Hun
· 5 weeks ago
Next »