Sign in
chromium
/
external
/
github.com
/
mesonbuild
/
meson
/
HEAD
8bc36d6
Add CLI implementation to PkgConfigCLI
by Tristan Partin
· 7 hours ago
upstream/master
4ab745f
ElbrusCompiler: Remove the lchmod hack
by Gleb Popov
· 9 hours ago
817ea9f
interpreter: Report correct number of targets in subprojects
by Daniele Nicolodi
· 23 hours ago
7ce2ff5
python module: support pypy without distutils
by mattip
· 2 days ago
e51e6d2
pkgconfig: pass down lists directly to _process_libs()
by Paolo Bonzini
· 2 days ago
7558c9a
pkgconfig: get rid of private_external_deps
by Paolo Bonzini
· 2 days ago
dcba41c
test cases: add test case for pkgconfig of Rust staticlib
by Theo Paris
· 2 days ago
ddc9f9b
test cases: add test case for previously exponential pkgconfig handling
by Paolo Bonzini
· 2 days ago
5b91451
pkgconfig: switch to all_dependencies_recurse()
by Paolo Bonzini
· 2 days ago
47520b2
build: extract get_dependencies_recurse as a reusable iterator
by Paolo Bonzini
· 2 days ago
244ffd5
unittests: extend test_rust_staticlib_rlib_deps
by Paolo Bonzini
· 2 days ago
7618c12
pkgconfig: make handling of both_libs clearer and likely more correct
by Paolo Bonzini
· 2 days ago
cd1a097
mtest: set TSAN_OPTIONS to abort by default
by Luca Bacci
· 3 days ago
fb0c38e
msetup: fix misleading error message about directories
by Adrien Dorsaz
· 3 days ago
7d02790
compilers/c: add c_std=clatest for MSVC's experimental C23 support
by Zephyr Lykos
· 3 days ago
c85defc
Allow buildtargets in generator's process function
by Paolo Bonzini
· 4 days ago
c10b50f
vs2010backend: split generate_genlist_for_target in two
by Paolo Bonzini
· 4 days ago
d4e4c54
vs2010backend: remove unnecessary recursion
by Paolo Bonzini
· 4 days ago
83e5624
vs2010backend: merge conditionals for build.GeneratedList
by Paolo Bonzini
· 4 days ago
3fbdc2f
cargo: allow matching [target] against triple when interpreting a manifest
by Paolo Bonzini
· 6 days ago
3a521a9
cargo: pull detection of cfg() out of the parser
by Paolo Bonzini
· 6 days ago
aa162ab
cargo: do not use assert for expected cfg tokens
by Paolo Bonzini
· 6 days ago
74341c6
cargo: fix parsing of empty any()/all() expressions
by Paolo Bonzini
· 6 days ago
3d8d944
cargo: do not let StopIteration escape in cfg parser
by Paolo Bonzini
· 6 days ago
0ab18f8
cargo: use MesonException for cfg() parse errors
by Paolo Bonzini
· 6 days ago
16d479b
cargo: remove dead normalization code
by Paolo Bonzini
· 6 days ago
eb9fe7c
cargo: remove dead method
by Paolo Bonzini
· 6 days ago
6587286
meson: Add more tests for system includes
by Artem Labazov
· 6 days ago
c3f8601
meson: Fix dep.partial_dependency() discarding include_type
by Artem Labazov
· 6 days ago
f803f47
meson: Consolidate include_type override in InternalDependency.get_include_dirs()
by Artem Labazov
· 6 days ago
1b0af89
mtest: pull choice of interpreter to creation of TestSerialisation
by Paolo Bonzini
· 6 days ago
2900dc6
mtest: fix check for return value of _shebang_to_cmd
by Paolo Bonzini
· 6 days ago
93c402c
backends: extract get_exe_interpreter
by Paolo Bonzini
· 6 days ago
06a182d
backends: fix choice of whether to use Mono as .exe wrapper
by Paolo Bonzini
· 6 days ago
6e08858
minstall: use target system instead of is_*
by Paolo Bonzini
· 6 days ago
bdbab2c
python: do checks for Windows via Python platform, not build machine
by Paolo Bonzini
· 6 days ago
8a819b4
compilers: do not use MS lib.exe if not under Windows
by Paolo Bonzini
· 6 days ago
c9f4d8d
linkers: do not use mesonlib.is_*
by Paolo Bonzini
· 6 days ago
1fca2aa
compilers: do not use mesonlib.is_*
by Paolo Bonzini
· 6 days ago
ee0584c
compilers: consistently check compiler machine when looking for static linker
by Paolo Bonzini
· 6 days ago
9cbb234
compilers: warn if archiver is unprefixed when cross compiling
by Paolo Bonzini
· 6 days ago
1a23a98
ninjabackend: use get_aix_so_archive_name more
by Paolo Bonzini
· 6 days ago
fd770b3
backends, minstall: cleanup AIX hacks to install the .a file
by Paolo Bonzini
· 6 days ago
902e788
envconfig: detect os400 kernel
by Chi-Iroh
· 6 days ago
c451caf
envconfig: detect os400 system as AIX
by Paolo Bonzini
· 6 days ago
22d5c0d
envconfig: canonicalize powerpc to ppc
by Chi-Iroh
· 6 days ago
4f00956
envconfig: detect aix kernel
by Paolo Bonzini
· 6 days ago
67c4fcc
fix cython_args build option handling
by cyphercodes
· 7 days ago
2121158
envconfig: warn on unknown system in cross files
by mayank-dev-15
· 7 days ago
64c2255
interpreter/type_checking: quote unknown langauge validator error
by Dylan Baker
· 8 days ago
33ab0a0
interpreter/type_checking: consistently quote in_set_validator errors
by Dylan Baker
· 8 days ago
5ed3ebd
interpreter: Use KWargInfo for some test arguments
by Dylan Baker
· 8 days ago
ca9b33f
interpreterobjects: move pkgconfig_define FeatureNew to KWargInfo
by Dylan Baker
· 8 days ago
aca8c41
modules/sourceset: Use KwargInfo.since_values for new types
by Dylan Baker
· 8 days ago
b0344d7
modules/qt: Use typed_pos_args for qt.preprocess
by Dylan Baker
· 8 days ago
249a14a
modules/qt: Use KWargInfo.since_values
by Dylan Baker
· 8 days ago
b920239
modules/cmake: Use KwargInfo since_values instead of open coding
by Dylan Baker
· 8 days ago
dddfa3d
decorators: allow tuples of types in KWargInfo since_values and deprecated_values
by Dylan Baker
· 8 days ago
69e1047
decorators: use some `TypeAlias`es to make further changes easier
by Dylan Baker
· 8 days ago
a84a99c
decorators: Convert KwargInfo to a dataclass
by Dylan Baker
· 8 days ago
8bbed03
decorators: consistently quote the name of functions in errors
by Dylan Baker
· 8 days ago
dabdb78
decorators: make the quoting of types fully standard
by Dylan Baker
· 8 days ago
b494643
decorators: normalize quoting of types in errors
by Dylan Baker
· 8 days ago
ae68658
decorators: share error formatting code between pos and kw arg checking
by Dylan Baker
· 8 days ago
4af3205
interpreterbase/decorators: share code between pos and kwarg checking
by Dylan Baker
· 8 days ago
921f7b6
interpreterbase/decorators: pull some helpers out of typed_kwargs
by Dylan Baker
· 8 days ago
d039c07
ast/introspection: apply subproject default options
by subotac
· 8 days ago
e8bd294
cmake: add TARGET_FILE_NAME and TARGET_FILE_DIR
by Paolo Bonzini
· 11 days ago
4c7732f
cmake: let TARGET_LINKER_FILE fall back to next property if one is empty
by Paolo Bonzini
· 11 days ago
ec6c53d
cmake: add TARGET_LINKER_FILE
by Paolo Bonzini
· 11 days ago
68b8f27
cmake: warn if TARGET_FILE cannot be found in the properties
by Paolo Bonzini
· 11 days ago
c6c4ec5
cmake: rewrite target_file as a for loop, warn on lists
by Paolo Bonzini
· 11 days ago
19bcaef
coredata: remove get_external_args and get_external_link_args
by Maxandre Ogeret
· 11 days ago
67d7ddb
backends: apply per-subproject language args to targets
by Maxandre Ogeret
· 11 days ago
da57db7
depfixer: don't invoke install_name_tool on non-darwin targets
by Harsh Verma
· 11 days ago
1465310
envconfig: detect Rosetta 2 for can_run_host_binaries on Apple Silicon
by Jeremy Huddleston Sequoia
· 11 days ago
3e9695c
Update debug arguments for CompCert compiler
by Michael Schmidt
· 11 days ago
aa397a8
Ensure coverage info is not empty.
by Jussi Pakkanen
· 11 days ago
a2624f4
Add a unit test for Environment::get_env_for_paths()
by Tristan Partin
· 11 days ago
afb7e6d
Fix dep dependency prefix detection
by Charles Brunet
· 11 days ago
7fc67cb
interpreter: Replace last uses of Feature*Kwargs
by Dylan Baker
· 12 days ago
d428f45
intro: report complete target dependencies
by Princeton Ferro
· 13 days ago
b43e7ed
universal.py: search_version: make the version regex a bit more robust
by João Marcos Costa
· 13 days ago
bc071a4
Build a shared library for find_library link tests
by Sam James
· 14 days ago
ee72484
baseplatformtests: Don't specify "/" in os.path.join
by moi15moi
· 14 days ago
38d558e
modules/cuda: completely revamp microarchitecture handling
by David Seifert
· 14 days ago
66ab168
Fix meson dist --include-subprojects with redirected wraps
by Tristan Partin
· 14 days ago
097b497
Add enum WrapType
by Paolo Bonzini
· 14 days ago
aba5221
options: cleanup argparse_prefixed_default
by Paolo Bonzini
· 14 days ago
516edbf
options: remove unnecessary use of Union
by Paolo Bonzini
· 14 days ago
0e16f69
options: do not accept bool for integer options
by Paolo Bonzini
· 14 days ago
89edc5e
options: remove unnecessary access to BUILTIN_OPTIONS
by Paolo Bonzini
· 14 days ago
13857f4
options: remove T.Any
by Paolo Bonzini
· 14 days ago
5547355
Make skipping of LinuxCrossMingwTests more robust
by Peter Eisentraut
· 14 days ago
d485e09
optinterpreter: make the parser interfaces more like other interfaces
by Dylan Baker
· 14 days ago
cfe7037
optinterpreter: tighten up the typing by removing Any
by Dylan Baker
· 14 days ago
c1c26fc
Support Wild linker
by Mateusz Mikuła
· 14 days ago
a7b2a14
cargo: remove Optional from load_cargo_lock return value
by Paolo Bonzini
· 14 days ago
7f59d7d
unittests: add test for --include-subprojects with Cargo.lock
by Paolo Bonzini
· 14 days ago
13f30e7
wrap: load Cargo.lock when Resolver is created
by Paolo Bonzini
· 14 days ago
Next »