Sign in
chromium
/
external
/
github.com
/
mesonbuild
/
meson
/
HEAD
91850ed
mesondata: fix mypy warnings
by Dylan Baker
· 2 days ago
upstream/master
2800f26
modules/simd: Cleanup typing issues
by Dylan Baker
· 2 days ago
358fe76
interpreter: Remove allow_unknown from build_target functions!
by Dylan Baker
· 2 days ago
9244b23
interpreter: flip order of build_target overloads
by Dylan Baker
· 2 days ago
2133f26
interpreter/kwargs: Add link_args to BuildTarget
by Dylan Baker
· 2 days ago
7c8053c
interpreter/type_checking: move some things fro build targets to all targets
by Dylan Baker
· 2 days ago
5bbd160
templates: normalise source file name too in meson.build
by Sam James
· 2 days ago
1413b30
compilers/detect: Update the build machine information for ASM
by Dylan Baker
· 3 days ago
4ec6b2f
environment: Move build machine redetection logic here
by Dylan Baker
· 3 days ago
0e581ce
unittests: Add unittest for rewriter failing on nasm
by Dylan Baker
· 3 days ago
a6ddf25
backend/ninja: Extend InlcudeDirs.rel_string_list for backend use
by Dylan Baker
· 3 days ago
d1816fc
build: Add IncludeDirs.rel_string_list
by Dylan Baker
· 3 days ago
3c3d736
build: Rename IncludeDirs.to_string_list -> abs_string_list
by Dylan Baker
· 3 days ago
6d8c20b
backend/ninja: Use IncludeDirs.to_string_list for swift targets
by Dylan Baker
· 3 days ago
e93767b
backend/ninja: Use IncludeDir.to_string_list for Java sources
by Dylan Baker
· 3 days ago
9b7bb6f
backend/ninja: Use list and join on os.pathsep instead of string concat
by Dylan Baker
· 3 days ago
57203a9
modules/windows: Don't make extra_build_paths relative to @BUILD_ROOT@
by Dylan Baker
· 3 days ago
17ff886
modules/pkgconfig: Correctly handle IncludeDirs.extra_build_dirs
by Dylan Baker
· 3 days ago
133eb61
build: remove IncludeDirs.get_inc_dirs()
by Dylan Baker
· 3 days ago
2d5ce97
build: Include `extra_build_directories` in to_string_list
by Dylan Baker
· 3 days ago
f02fddb
modules/hotdoc: Make use of IncludeDirs.to_string_list
by Dylan Baker
· 3 days ago
67ea2ca
build: Remove IncludeDirs.get_curdir()
by Dylan Baker
· 3 days ago
d85fa7d
build: Remove IncludeDirs.get_extra_build_dirs
by Dylan Baker
· 3 days ago
e8bfe4d
build: Remove IncludeDirs.__repr__
by Dylan Baker
· 3 days ago
d28bb56
build: Add docstring for `IncludeDirs`
by Dylan Baker
· 3 days ago
4931458
backend/ninja: Annotate determine_java_compile_args
by Dylan Baker
· 3 days ago
21526bb
backend/ninja: Annotate `generate_swift_target`
by Dylan Baker
· 3 days ago
51afb15
programs: absorb OverrideProgram into LocalProgram
by Paolo Bonzini
· 3 days ago
2583beb
programs: Add a couple more useful aliases
by Dylan Baker
· 3 days ago
30bab71
rename ExternalProgram object to Program
by Paolo Bonzini
· 3 days ago
8842bd4
build: move find_overrides away
by Paolo Bonzini
· 3 days ago
45db565
interpreterobjects: remove was_returned_by_find_program
by Paolo Bonzini
· 3 days ago
a1d6cd2
Replace OverrideExecutable with LocalProgram
by Paolo Bonzini
· 3 days ago
a0995d5
Add support for LocalProgram to add_*_script()
by Xavier Claessens
· 3 days ago
e7b8839
Add support for LocalProgram to override_find_program()
by Paolo Bonzini
· 3 days ago
5d96649
Add support for LocalProgram to generator()
by Paolo Bonzini
· 3 days ago
21ac4ef
backends: add support for GeneratedList.extra_depends
by Paolo Bonzini
· 3 days ago
b83c445
Add support for LocalProgram to test() and benchmark()
by Xavier Claessens
· 3 days ago
1a03f69
Add support for LocalProgram to configure_file() and run_command()
by Xavier Claessens
· 3 days ago
13affd4
Add support for LocalProgram to custom_target() and run_target()
by Xavier Claessens
· 3 days ago
3619c2b
Add LocalProgram object
by Xavier Claessens
· 3 days ago
904e462
Add ABC above ExternalProgram
by Paolo Bonzini
· 3 days ago
8a68c8f
simplify types for ExternalProgram|OverrideProgram
by Paolo Bonzini
· 3 days ago
6af3cee
windows: remove unused type
by Paolo Bonzini
· 3 days ago
33e0d86
backends: accept CustomTargetIndex when serialising executables
by Paolo Bonzini
· 3 days ago
1debaa2
codegen: rename Program typealias
by Paolo Bonzini
· 3 days ago
2de3a44
interpreter: fix types for RunTarget
by Paolo Bonzini
· 3 days ago
452813e
docs: document "config-tool" method for qt
by Paolo Bonzini
· 4 days ago
300d7c3
compilers: add link always args if CompileCheckMode.LINK
by KO Myung-Hun
· 4 days ago
8223c00
ninjabackend: add an import library if shared library in OS/2 for build all
by KO Myung-Hun
· 4 days ago
96d7c62
unittests: add read-only source directory testcase
by Paolo Bonzini
· 4 days ago
47a3022
utils: lockfile can be None
by Paolo Bonzini
· 4 days ago
90b68fd
utils: do not proceed on OSError
by Paolo Bonzini
· 4 days ago
1a8a443
rust: use the linker exe for the linker and not the rustc command list
by Christoph Reiter
· 5 days ago
5871b1d
compilers/nasm: set output format and macro for OS/2
by KO Myung-Hun
· 5 days ago
52e93b9
compilers/gnu: add -Zomf option according to os2_emxomf option on OS/2
by KO Myung-Hun
· 5 days ago
5092d4e
dependencies: Fix leftover `system_class=` reference in docs
by Michał Górny
· 5 days ago
44cc47b
gnome: look up g-ir-scanner as a host tool
by Helmut Grohne
· 5 days ago
157745c
Update apt sources before install
by Per Rosengren
· 5 days ago
5fcaf4c
Do not require wheel for building
by Miro Hrončok
· 6 days ago
4a9075b
compilers: Error out on unknown files in compiler checks for MSVC
by Nirbheek Chauhan
· 12 days ago
8c09824
ci: Update the cygwin install action to v6
by Nirbheek Chauhan
· 12 days ago
251da0e
interpreter: share link_args implementation with declare_dependency
by Dylan Baker
· 3 weeks ago
91a54fe
interpreter: treat `build_target(link_args : '')` as an empty array
by Dylan Baker
· 3 weeks ago
739be6f
interpreterbase: Add a KwargInfo member for replacing empty values
by Dylan Baker
· 3 weeks ago
e4e2644
ast/introspection: correct uses of subdir and source_root
by Dylan Baker
· 3 weeks ago
17ccd87
tests: Add test case for dependency in link_with and link_whole
by Dylan Baker
· 3 weeks ago
28db962
coredata: lookup options for the correct machine
by Paolo Bonzini
· 3 weeks ago
dc87dec
options: canonicalize to host options anything that is not per-machine
by Paolo Bonzini
· 3 weeks ago
298da8a
compilers: fix direction of cross-build test
by Paolo Bonzini
· 3 weeks ago
cc9c037
options: optimize shortcuts for evolve()
by Paolo Bonzini
· 3 weeks ago
99d1a79
dependencies/coarrays: Remove dead code
by Dylan Baker
· 4 weeks ago
4abca7c
dependencies: Remove `log_tried` method
by Dylan Baker
· 4 weeks ago
195dab0
dependencies/detect: simplify logging tried methods
by Dylan Baker
· 4 weeks ago
c335eea
dependencies: Catch non MesonException in detect and give better message
by Dylan Baker
· 4 weeks ago
63f4781
Dependencies: Make use of the DependencyCandidate class
by Dylan Baker
· 4 weeks ago
bd39b95
dependencies: Add a wrapper class for Dependency candidates
by Dylan Baker
· 4 weeks ago
e1164f6
dependencies: Require 'native' be passed in kwargs
by Dylan Baker
· 4 weeks ago
7ddd073
dependencies: stop passing "language" as a keyword argument
by Dylan Baker
· 4 weeks ago
5363fc1
dependencies/framework: remove useless stringlistify call
by Dylan Baker
· 4 weeks ago
6f3d0dd
dependencies: Pass the `name` to `ExternalDependency` constructor
by Dylan Baker
· 4 weeks ago
cd6824a
dependencies: Move type_name to class level
by Dylan Baker
· 4 weeks ago
0e04fcc
dependencies: Annotate the DependencyPackages class
by Dylan Baker
· 4 weeks ago
918b62e
build: update comments on rust object linking
by Dylan Baker
· 4 weeks ago
4bad711
build: clean up the `link` helper
by Dylan Baker
· 4 weeks ago
a152da9
build|interpreter: use typed_kwargs for link_with
by Dylan Baker
· 4 weeks ago
7a1655a
build: clean up some some of the link_whole path
by Dylan Baker
· 4 weeks ago
6e4caca
interpreter: validate that a target is linkable in link_whole check
by Dylan Baker
· 4 weeks ago
404139d
build|interpreter: use the LINK_WHOLE validator for BuildTarget
by Dylan Baker
· 4 weeks ago
bde1c23
interpreter|build: Use typed_kwargs for build_target(dependencies)
by Dylan Baker
· 4 weeks ago
f3d9a71
modules/python: use typed_kwargs for `install_dir`
by Dylan Baker
· 4 weeks ago
5297421
backend: improve error message about install_dir install_count mismatch
by Dylan Baker
· 4 weeks ago
2488f3f
interpreter: Add type checking for BuildTarget(install_dir: )
by Dylan Baker
· 4 weeks ago
cb7431b
docs: fix documentation for build_target(install_dir)
by Dylan Baker
· 4 weeks ago
f2d3ab5
interpreter: use the new feature where it is useful
by Dylan Baker
· 4 weeks ago
57e994f
interpreterbase: Add a new field to KwargInfo for extra types
by Dylan Baker
· 4 weeks ago
aac5b48
build: cleanup include_directories code
by Dylan Baker
· 4 weeks ago
0200628
interpreter: use typed_kwargs for build_target(include_directories)
by Dylan Baker
· 4 weeks ago
e2c46bf
interpreter/compiler: Use typed_kwargs for include_directories string feature
by Dylan Baker
· 4 weeks ago
1fc6c70
interpreter: use typed_kwargs ifor dependency (include_directories) strings
by Dylan Baker
· 4 weeks ago
Next »