summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-09Allow c++23 in gcc-11.Benjamin Redelings
2023-10-08wrap: catch failure to extract tarball and raise WrapExceptionEli Schwartz
2023-10-08Add support for lcov 2.0Nigel Kukard
2023-10-06Document the color used in the logo.Jussi Pakkanen
2023-10-05Add env kwarg in generator.process()Nomura
2023-10-05mcompile: add suffix as an additional parameterDudemanguy
2023-10-05build: use suffix when getting target id for exesDudemanguy
2023-10-05msvc: unify debug filename handlingDudemanguy
2023-10-04Remove unused isinstance() in backends.pyTristan Partin
2023-10-04Remove unused parameter in IntroCommand::get_meson_introspection_types()Tristan Partin
2023-10-04Remove type comments in run_project_tests.pyTristan Partin
2023-10-04Remove unused code in interpreterbaseTristan Partin
2023-10-04Move modtest to the new extension module APITristan Partin
2023-10-04Remove unnecessary isinstance callTristan Partin
2023-10-04interpreter: use typed_kwargs for "sources" keyword argument of build targetsDylan Baker
2023-10-04interpreter: add another overload of source_strings_to_filesDylan Baker
2023-10-04interpreter: rename SOURCE_KW to DEPENDENCY_SOURCES_KWDylan Baker
2023-10-04test: get_define: do not use assert incorrectlyMarvin Scholz
2023-10-04clike compilers: use MesonBugException instead of AssertionErrorMarvin Scholz
2023-10-04CI: fix the fix for python actually being mildly usefulEli Schwartz
2023-10-04CI: fix broken ciimage builder script failing to correctly copy mesonEli Schwartz
2023-10-04CI: install an older java on opensuseEli Schwartz
2023-10-03temp disable pylint falsepositive on dub.pyCharles Brunet
2023-10-03mark the PyPI metadata as supporting python 3.12Eli Schwartz
2023-10-02tests: fix test case to not import distutils on python 3.12Eli Schwartz
2023-10-02python module: stop using distutils "link to libpython" probe on recent pythonEli Schwartz
2023-10-02python module: refactor pypy detection into a consistent variableEli Schwartz
2023-10-02python module: stop using distutils schemes on sufficiently new DebianEli Schwartz
2023-10-02python dependency: ensure that setuptools doesn't inject itself into distutilsEli Schwartz
2023-10-02nasm tests: skip asm language test on Solaris & illumosAlan Coopersmith
2023-10-01Mangle dashes as needed by WiX.Jussi Pakkanen
2023-09-30find_tool: don't assume the pkgconfig variable is a valid commandChristoph Reiter
2023-09-30Update Users.mdMichael Gene Brockus (Dreamer)
2023-09-29interpreter: handle implib/export_dynamic conflicts in the interpreterDylan Baker
2023-09-29interpreter: use typed_kwargs for executable's "implib" keyword argumentDylan Baker
2023-09-29interpreter: use typed_kwargs for executable's "pie" keyword argumentDylan Baker
2023-09-29interpreter: use typed_kwargs for executable(export_dynamic)Dylan Baker
2023-09-29Allow share/cmake/ as cmake_prefix_pathXiang Gao
2023-09-28fix regression that broke sanity checking of jar sourcesEli Schwartz
2023-09-28add support for vs_module_defs to ExecutablesDylan Baker
2023-09-28fix using a CustomTargetIndex for vs_module_defsDylan Baker
2023-09-28interpreter: use typed_kwargs for build_target(vs_module_defs)Dylan Baker
2023-09-28interpreter: use typed_kwargs for static_library(pic)Dylan Baker
2023-09-28interpreter: use typed_kwargs for static_library(prelink)Dylan Baker
2023-09-28unittest: Fix clang-tidy-fixLei YU
2023-09-27interpreter: remove rust_crate_type from the build_target checkerDylan Baker
2023-09-27interpreter: used typed_kwargs for rust_dependency_mapDylan Baker
2023-09-27interpreter: add rust_abi to type annotationsDylan Baker
2023-09-27interpreter: annotate build_target functionDylan Baker
2023-09-26mypy: replace fchmod by chmodCharles Brunet