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
Age
Commit message (
Expand
)
Author
2023-10-09
Allow c++23 in gcc-11.
Benjamin Redelings
2023-10-08
wrap: catch failure to extract tarball and raise WrapException
Eli Schwartz
2023-10-08
Add support for lcov 2.0
Nigel Kukard
2023-10-06
Document the color used in the logo.
Jussi Pakkanen
2023-10-05
Add env kwarg in generator.process()
Nomura
2023-10-05
mcompile: add suffix as an additional parameter
Dudemanguy
2023-10-05
build: use suffix when getting target id for exes
Dudemanguy
2023-10-05
msvc: unify debug filename handling
Dudemanguy
2023-10-04
Remove unused isinstance() in backends.py
Tristan Partin
2023-10-04
Remove unused parameter in IntroCommand::get_meson_introspection_types()
Tristan Partin
2023-10-04
Remove type comments in run_project_tests.py
Tristan Partin
2023-10-04
Remove unused code in interpreterbase
Tristan Partin
2023-10-04
Move modtest to the new extension module API
Tristan Partin
2023-10-04
Remove unnecessary isinstance call
Tristan Partin
2023-10-04
interpreter: use typed_kwargs for "sources" keyword argument of build targets
Dylan Baker
2023-10-04
interpreter: add another overload of source_strings_to_files
Dylan Baker
2023-10-04
interpreter: rename SOURCE_KW to DEPENDENCY_SOURCES_KW
Dylan Baker
2023-10-04
test: get_define: do not use assert incorrectly
Marvin Scholz
2023-10-04
clike compilers: use MesonBugException instead of AssertionError
Marvin Scholz
2023-10-04
CI: fix the fix for python actually being mildly useful
Eli Schwartz
2023-10-04
CI: fix broken ciimage builder script failing to correctly copy meson
Eli Schwartz
2023-10-04
CI: install an older java on opensuse
Eli Schwartz
2023-10-03
temp disable pylint falsepositive on dub.py
Charles Brunet
2023-10-03
mark the PyPI metadata as supporting python 3.12
Eli Schwartz
2023-10-02
tests: fix test case to not import distutils on python 3.12
Eli Schwartz
2023-10-02
python module: stop using distutils "link to libpython" probe on recent python
Eli Schwartz
2023-10-02
python module: refactor pypy detection into a consistent variable
Eli Schwartz
2023-10-02
python module: stop using distutils schemes on sufficiently new Debian
Eli Schwartz
2023-10-02
python dependency: ensure that setuptools doesn't inject itself into distutils
Eli Schwartz
2023-10-02
nasm tests: skip asm language test on Solaris & illumos
Alan Coopersmith
2023-10-01
Mangle dashes as needed by WiX.
Jussi Pakkanen
2023-09-30
find_tool: don't assume the pkgconfig variable is a valid command
Christoph Reiter
2023-09-30
Update Users.md
Michael Gene Brockus (Dreamer)
2023-09-29
interpreter: handle implib/export_dynamic conflicts in the interpreter
Dylan Baker
2023-09-29
interpreter: use typed_kwargs for executable's "implib" keyword argument
Dylan Baker
2023-09-29
interpreter: use typed_kwargs for executable's "pie" keyword argument
Dylan Baker
2023-09-29
interpreter: use typed_kwargs for executable(export_dynamic)
Dylan Baker
2023-09-29
Allow share/cmake/ as cmake_prefix_path
Xiang Gao
2023-09-28
fix regression that broke sanity checking of jar sources
Eli Schwartz
2023-09-28
add support for vs_module_defs to Executables
Dylan Baker
2023-09-28
fix using a CustomTargetIndex for vs_module_defs
Dylan Baker
2023-09-28
interpreter: use typed_kwargs for build_target(vs_module_defs)
Dylan Baker
2023-09-28
interpreter: use typed_kwargs for static_library(pic)
Dylan Baker
2023-09-28
interpreter: use typed_kwargs for static_library(prelink)
Dylan Baker
2023-09-28
unittest: Fix clang-tidy-fix
Lei YU
2023-09-27
interpreter: remove rust_crate_type from the build_target checker
Dylan Baker
2023-09-27
interpreter: used typed_kwargs for rust_dependency_map
Dylan Baker
2023-09-27
interpreter: add rust_abi to type annotations
Dylan Baker
2023-09-27
interpreter: annotate build_target function
Dylan Baker
2023-09-26
mypy: replace fchmod by chmod
Charles Brunet
[next]