index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
Age
Commit message (
Expand
)
Author
2022-03-09
install: Add --strip option
Xavier Claessens
2022-03-08
add early sanity check for test programs existing
Eli Schwartz
2022-03-08
Revert "Add new env2cross command."
Eli Schwartz
2022-03-08
Add new env2cross command.
Jussi Pakkanen
2022-03-07
fix correctly detecting whether python is found if link args are empty
Eli Schwartz
2022-03-07
move a bunch of imports into TYPE_CHECKING blocks
Eli Schwartz
2022-03-07
treewide: string-quote the first argument to T.cast
Eli Schwartz
2022-03-07
merge various TYPE_CHECKING blocks into one
Eli Schwartz
2022-03-07
Fix @typed_pos_args on java.generate_native_headers
Tristan Partin
2022-03-07
Add support for rust proc-macro crates
Dylan Baker
2022-03-07
remove unused code after subproject conversion to typed_kwargs
Eli Schwartz
2022-03-07
Fix mypy CI.
Jussi Pakkanen
2022-03-07
Merge pull request #10043 from dcbaker/submit/type-checking-for-subproject
Jussi Pakkanen
2022-03-07
Fix default install tag for shared lib symlinks
Xavier Claessens
2022-03-07
Merge pull request #9743 from mensinda/cmakeGeneratorFixed
Jussi Pakkanen
2022-03-06
find_program: add a version() method to match the one for dependencies
Eli Schwartz
2022-03-06
i18n.merge_file: do not disable in the absence of gettext tools
Eli Schwartz
2022-03-06
i18n module: report initial call site when disabling translation support
Eli Schwartz
2022-03-06
i18n module: detect gettext tools at configure time
Eli Schwartz
2022-03-06
scripts: accept the path of the gettext commands to run as an argument
Eli Schwartz
2022-03-06
i18n module: fix bug that made msgfmthelper die on combinations of args
Eli Schwartz
2022-03-06
wayland module: Allow building both client and server sides
Xavier Claessens
2022-03-04
Port JavaModule to NewExtensionModule API
Tristan Partin
2022-03-04
Fix @typed_pos args on java.generate_native_header
Tristan Partin
2022-03-04
Add modules kwarg to JNI system dep
Tristan Partin
2022-03-03
interpreter: annotate the find_program chain
Dylan Baker
2022-03-03
interpreter: fix some low hanging type annotations issues
Dylan Baker
2022-03-03
interpreter: fix mismatched type expectations
Dylan Baker
2022-03-03
interpreter: Fix type violation in do_subproject_cmake
Dylan Baker
2022-03-03
interpreter: replace build_def_files with OrderedSet
Dylan Baker
2022-03-03
build: Add a couple of type annotations for the Interpreter to use
Dylan Baker
2022-03-03
interpreter: fix Interpreter type annotations
Dylan Baker
2022-03-03
interpreter: add cm_interpreter to SubprojectHolder
Dylan Baker
2022-03-03
interpreter: use typed_kwargs for subproject()
Dylan Baker
2022-03-03
interpreter: add some simple annotations to subproject methods
Dylan Baker
2022-03-03
interpreter: Use a literal for the do_subproject helper
Dylan Baker
2022-03-03
interpreter: annotate subproject_stack
Dylan Baker
2022-03-03
interpreter/dependencyfallbacks: fix a number of low hanging type issues
Dylan Baker
2022-03-03
coredata: fix annotations of get_option
Dylan Baker
2022-03-03
modules/cmake: add type annotations for subproject method
Dylan Baker
2022-03-03
add D features to InternalDependency
Remi Thebault
2022-03-02
document and raise an error for disallowed combination of install_headers args
Eli Schwartz
2022-03-02
Rename JDK system dep to JNI
Tristan Partin
2022-03-02
compilers/gnu: set level 0 optimization to '-O0'
Dylan Baker
2022-03-01
fix missing encodings
Eli Schwartz
2022-03-01
use a more sane check instead of run_custom_lint
Eli Schwartz
2022-03-01
compilers/d: fix mangling of rpath-link in DMD-like compilers
Eli Schwartz
2022-03-01
Deprecate java.generate_native_header() in favor of java.generate_native_head...
Tristan Partin
2022-03-01
mesonlib: use Literal to tighten configure_file formats
Dylan Baker
2022-03-01
interpreter: delete now unnecessary code
Dylan Baker
[next]