Sign in
chromium
/
external
/
github.com
/
mesonbuild
/
meson
/
HEAD
cf2c9d1
mformat: allow --recursive --check-diff
by Paolo Bonzini
· 24 hours ago
upstream/master
27b2264
tests: set read encoding to help the VS backend
by Dylan Baker
· 25 hours ago
581a8dc
interpreter: __process_language_args accepts Jar kwargs as well
by Dylan Baker
· 25 hours ago
4fb70e0
interpreter/kwargs: Update _BaseBuildTarget.link_with
by Dylan Baker
· 25 hours ago
215ca70
interpreter: ensure that positional arguments have literal values
by Dylan Baker
· 25 hours ago
78b5c68
interpreter: Fix annotation of add_target
by Dylan Baker
· 25 hours ago
b4d3bee
interpreter: Fix more ExternalProgram -> Program issues
by Dylan Baker
· 25 hours ago
4542902
build: Fix AliasTarget dependency type
by Dylan Baker
· 25 hours ago
6928387
interpreter/kwargs: fix RunTarget.command annotations
by Dylan Baker
· 25 hours ago
b2cc152
interpreter: fix type assignment of func_structured_sources
by Dylan Baker
· 25 hours ago
bf8d012
interpreter: fix typing issues in func_build_target
by Dylan Baker
· 25 hours ago
f0e1bec
interpreter/kwargs: fix command annotations for VcsTag
by Dylan Baker
· 25 hours ago
8cab0d6
interpreter: fix annotations of some of the build_target dispatch functions
by Dylan Baker
· 25 hours ago
c5634dc
interpreter: fix return type of func_configure_file
by Dylan Baker
· 25 hours ago
78226eb
interpreter: fix all type issues with func_expect_error
by Dylan Baker
· 25 hours ago
e2c9d8c
interpreter: fix _stingifiy_user_arguments type
by Dylan Baker
· 25 hours ago
a82c56c
interpreter: fix typing issues with func_summary and helpers
by Dylan Baker
· 25 hours ago
485221e
interpreter: convert 'native' for add_langauges in typed_kwargs
by Dylan Baker
· 25 hours ago
cf984a0
options: Fix annotations of options from command lines
by Dylan Baker
· 25 hours ago
a8bc742
interpreter/kwargs: Fix type annotations for project.default_options
by Dylan Baker
· 25 hours ago
54653c9
interpreter: add more asserts for option values
by Dylan Baker
· 25 hours ago
327a137
interpreterbase: Fix signature of handle_meson_version_from_ast
by Dylan Baker
· 25 hours ago
74ce1f5
interpreter: don't use hasattr for windows only path
by Dylan Baker
· 25 hours ago
7851563
interpreter: remove source_strings_to_files strict argument
by Dylan Baker
· 25 hours ago
c1c9803
interpreter: Use a specific sublcass of InterpreterException for Sandbox violations
by Dylan Baker
· 25 hours ago
8fb36fb
backend/vs2010: Add lots of missing annotations
by Dylan Baker
· 31 hours ago
0d33266
Re-evaluate host machine arch on Xcode backend generate
by Christopher Snowhill
· 31 hours ago
26f9027
interpreter: Add hex/octal/binary support to str and int primitives
by Chris Down
· 32 hours ago
603958b
vs2010backend: fix broken use of flatten_object_list result
by Paolo Bonzini
· 32 hours ago
e594c1c
build, backends: remove broken extract_all_objects code for custom targets
by Paolo Bonzini
· 32 hours ago
89a5cc0
cargo: glob-expand workspace members
by Paolo Bonzini
· 5 days ago
d1ac05c
rust: add extra_members kwarg for workspace()
by Paolo Bonzini
· 5 days ago
995ee8e
MacOS Qt 6 private dir fix from Carlo Cabrera.
by Jussi Pakkanen
· 6 days ago
ca27e8c
Update used Qt version in macOS.
by Jussi Pakkanen
· 6 days ago
c003c1f
Update default Qt version to 6.
by Jussi Pakkanen
· 6 days ago
068d755
cargo: canonicalize all workspace members to POSIX paths
by Paolo Bonzini
· 7 days ago
250f0c6
cargo: raise error early if using an unconfigured package
by Paolo Bonzini
· 7 days ago
88285d4
ci: Replace removed `wine-stable` with `wine` on `ubuntu-rolling`
by Michał Górny
· 7 days ago
6b1845a
ninjabackend: add assertion to clarify gen_pch_args is MSVC-only
by Paolo Bonzini
· 8 days ago
df274a6
ninjabackend: reuse handling of fortran_order_deps from generate_single_compile
by Paolo Bonzini
· 8 days ago
9371437
ninjabackend: tweak File vs str vs File|str
by Paolo Bonzini
· 8 days ago
c8d60f4
ninjabackend: generators can belong to CustomTargets
by Paolo Bonzini
· 8 days ago
e5a19a4
ninjabackend: treat CustomTargetIndex as built
by Paolo Bonzini
· 8 days ago
12b6893
ninjabackend: tighten type on get_import_filename
by Paolo Bonzini
· 8 days ago
a4aa215
ninjabackend: remove chain that confuses mypy
by Paolo Bonzini
· 8 days ago
d63dc94
ninjabackend: fix typing errors in assignemnts
by Paolo Bonzini
· 8 days ago
ef20eef
backends: allow CustomTarget for get_custom_target_dir_include_args
by Paolo Bonzini
· 8 days ago
29e5c0b
backends: tighten return type of flatten_object_list
by Paolo Bonzini
· 8 days ago
f1cef6c
backends: allow RunTarget for eval_custom_target_command
by Paolo Bonzini
· 8 days ago
812cbfa
backends: allow any iterable for extra_bdeps
by Paolo Bonzini
· 8 days ago
b8eb0b9
backends: allow RunTarget for get_target_depend_files
by Paolo Bonzini
· 8 days ago
775658b
backends, ninjabackend: be more lenient if CustomTarget/CustomTargetIndex is found
by Paolo Bonzini
· 8 days ago
dbc0af3
backends: accept CustomTargetIndex for build_target_link_arguments
by Paolo Bonzini
· 8 days ago
cf0c0cf
refman: Also fix 'feture' spelling in loaderyaml
by FeRD (Frank Dana)
· 9 days ago
75ddbed
refman: spelling: FetureCheck -> FeatureCheck
by FeRD (Frank Dana)
· 9 days ago
7d4c05a
linkers: apple: do not pass -object_path_lto to dyld
by Paolo Bonzini
· 10 days ago
ebeccc8
pathlib: Update the typing to reflect Python 3.12 changes
by Dylan Baker
· 10 days ago
5c4de93
Add `encoding` to Path().write_text() calls
by Dylan Baker
· 10 days ago
d8af519
interpreter: fix depend_files type from func_custom_target
by Dylan Baker
· 10 days ago
91e106e
interpreter: ignore a bunch of typedict literal-required warnings
by Dylan Baker
· 10 days ago
71be21c
interpreter: help mypy understand what's happening in `build_target`
by Dylan Baker
· 10 days ago
0b3c1f9
interpreter: fix annotation of _add_project_arguments
by Dylan Baker
· 10 days ago
f8e94d5
interpreter: fix return type of func_install_data
by Dylan Baker
· 10 days ago
6c40c6c
interpreter: delete unpack_env_kwargs
by Dylan Baker
· 10 days ago
1af6907
interpreter: Add missing TypedDict values
by Dylan Baker
· 10 days ago
a061c63
interpreter: fix return annotations for func_install_headers
by Dylan Baker
· 10 days ago
fc7eabd
interpreter: pass summary_impl arguments as keywords not as dict
by Dylan Baker
· 10 days ago
21f8272
interpreter: fix import source for cli arguments types
by Dylan Baker
· 10 days ago
3697ae2
interpreter: Fix most cases of missing function argument annotations
by Dylan Baker
· 10 days ago
80db2c7
interpreter: assert types of options where possible
by Dylan Baker
· 10 days ago
880d316
Interpreter: Fix more str that should be SubProject
by Dylan Baker
· 10 days ago
94f2c2e
interpreter: Delete unused old validation code
by Dylan Baker
· 10 days ago
5938cb0
program: Add `get_name` to base class
by Dylan Baker
· 10 days ago
75b9a32
mesonlib: Add a constant for the root SubProject
by Dylan Baker
· 10 days ago
b9ad8a0
utils: Move SubProject definition to utils.universal
by Dylan Baker
· 10 days ago
d8cb326
Interpreter: fix the typing of the Summary class
by Dylan Baker
· 10 days ago
86b4e9e
introspect: do not print umask as octal in JSON
by Paolo Bonzini
· 10 days ago
a72f7b7
cargo: add docsrs to unconditionally added --check-cfg cfg's
by Florian "sp1rit"
· 10 days ago
ba92b25
mtest: fix handling of empty lines in TAP YAML block
by Aleksandr Mezin
· 11 days ago
cff370d
Documentation: remove duplicated text
by Ludovic Rousseau
· 11 days ago
2e953c1
interpreter: fix typos in typed_kwargs
by Paolo Bonzini
· 13 days ago
ac6b766
build, ninjabackend: limit PCH to exactly source and link languages
by Paolo Bonzini
· 13 days ago
c938127
ninjabackend: add PCH objects as a dependency
by Paolo Bonzini
· 13 days ago
aaab180
cargo: allow git dependencies with slash in branch name
by Paolo Bonzini
· 14 days ago
de6bbc6
interpreter: fix typed_kwargs name of add_project_link_arguments
by Dylan Baker
· 14 days ago
119b36d
interpreter: accept "forbidden" targets in a subdirectory
by Paolo Bonzini
· 2 weeks ago
9b60304
gettext, gnome: use meson_exe to invoke msgmerge
by Paolo Bonzini
· 2 weeks ago
b3dc010
mtest: do not show output of tests interrupted by --max-fail
by Paolo Bonzini
· 2 weeks ago
6b748d7
configure_file: fix checks and logging with build_dir
by Paolo Bonzini
· 2 weeks ago
daa4431
mtest: tap: accept nonzero return code for failed tests
by Paolo Bonzini
· 2 weeks ago
25682fc
scan-build: fix program lookup from SCANBUILD environment variable
by Paolo Bonzini
· 2 weeks ago
bd21cd2
compilers: override -nostdinc/-nostdlib for Objective C++
by Paolo Bonzini
· 2 weeks ago
1f28fe6
compilers: override -nostdinc/-nostdlib flags for MSVC
by Paolo Bonzini
· 2 weeks ago
9f3bf07
backends: fix vala object filename for sources in subdirectories
by Paolo Bonzini
· 2 weeks ago
1695fbc
apply -werror=true when linking
by Paolo Bonzini
· 2 weeks ago
4393d7c
interpreter: allow files for *_args
by Paolo Bonzini
· 2 weeks ago
75d88bb
cmake: fix case where NINJA is set in the environment
by Paolo Bonzini
· 2 weeks ago
d26bbb6
meson-test-run.xml: Always attach output to testcase node
by Jon Turney
· 2 weeks ago
542232a
meson-test-run.xml: Factor out creating testcase element
by Jon Turney
· 2 weeks ago
821063d
run_mypy: all modules are now type safe!
by Dylan Baker
· 2 weeks ago
Next »