aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-05Document the color used in the logo.colorJussi Pakkanen1-17/+36
2023-10-04Remove unused isinstance() in backends.pyTristan Partin1-2/+0
2023-10-04Remove unused parameter in IntroCommand::get_meson_introspection_types()Tristan Partin1-3/+2
2023-10-04Remove type comments in run_project_tests.pyTristan Partin4-16/+16
2023-10-04Remove unused code in interpreterbaseTristan Partin3-27/+0
2023-10-04Move modtest to the new extension module APITristan Partin1-3/+3
2023-10-04Remove unnecessary isinstance callTristan Partin1-2/+0
2023-10-04interpreter: use typed_kwargs for "sources" keyword argument of build targetsDylan Baker3-3/+19
2023-10-04interpreter: add another overload of source_strings_to_filesDylan Baker1-0/+3
2023-10-04interpreter: rename SOURCE_KW to DEPENDENCY_SOURCES_KWDylan Baker3-5/+5
2023-10-04test: get_define: do not use assert incorrectlyMarvin Scholz1-1/+1
2023-10-04clike compilers: use MesonBugException instead of AssertionErrorMarvin Scholz1-1/+1
2023-10-04CI: fix the fix for python actually being mildly usefulEli Schwartz1-2/+2
2023-10-04CI: fix broken ciimage builder script failing to correctly copy mesonEli Schwartz1-1/+2
2023-10-04CI: install an older java on opensuseEli Schwartz1-1/+1
2023-10-03temp disable pylint falsepositive on dub.pyCharles Brunet1-1/+1
2023-10-03mark the PyPI metadata as supporting python 3.12Eli Schwartz1-0/+1
2023-10-02tests: fix test case to not import distutils on python 3.12Eli Schwartz1-1/+1
2023-10-02python module: stop using distutils "link to libpython" probe on recent pythonEli Schwartz1-4/+13
2023-10-02python module: refactor pypy detection into a consistent variableEli Schwartz1-2/+4
2023-10-02python module: stop using distutils schemes on sufficiently new DebianEli Schwartz1-8/+24
2023-10-02python dependency: ensure that setuptools doesn't inject itself into distutilsEli Schwartz1-1/+3
2023-10-02nasm tests: skip asm language test on Solaris & illumosAlan Coopersmith1-0/+2
2023-10-01Mangle dashes as needed by WiX.Jussi Pakkanen1-1/+1
2023-09-30find_tool: don't assume the pkgconfig variable is a valid commandChristoph Reiter1-1/+1
2023-09-30Update Users.mdMichael Gene Brockus (Dreamer)1-0/+1
2023-09-29interpreter: handle implib/export_dynamic conflicts in the interpreterDylan Baker4-6/+18
2023-09-29interpreter: use typed_kwargs for executable's "implib" keyword argumentDylan Baker3-1/+2
2023-09-29interpreter: use typed_kwargs for executable's "pie" keyword argumentDylan Baker2-0/+2
2023-09-29interpreter: use typed_kwargs for executable(export_dynamic)Dylan Baker2-0/+2
2023-09-29Allow share/cmake/ as cmake_prefix_pathXiang Gao1-1/+1
2023-09-28fix regression that broke sanity checking of jar sourcesEli Schwartz1-2/+2
2023-09-28add support for vs_module_defs to ExecutablesDylan Baker10-22/+54
2023-09-28fix using a CustomTargetIndex for vs_module_defsDylan Baker7-7/+22
2023-09-28interpreter: use typed_kwargs for build_target(vs_module_defs)Dylan Baker3-2/+12
2023-09-28interpreter: use typed_kwargs for static_library(pic)Dylan Baker3-3/+5
2023-09-28interpreter: use typed_kwargs for static_library(prelink)Dylan Baker3-6/+11
2023-09-28unittest: Fix clang-tidy-fixLei YU3-10/+25
2023-09-27interpreter: remove rust_crate_type from the build_target checkerDylan Baker1-1/+1
2023-09-27interpreter: used typed_kwargs for rust_dependency_mapDylan Baker3-1/+8
2023-09-27interpreter: add rust_abi to type annotationsDylan Baker1-4/+8
2023-09-27interpreter: annotate build_target functionDylan Baker2-6/+29
2023-09-26mypy: replace fchmod by chmodCharles Brunet1-1/+1
2023-09-26compilers: use correct version comparison for openbsd librariesEli Schwartz2-4/+10
2023-09-26tests: Skip "withIncludeFile" for PCH on Xcode backendAlbert Tang1-1/+5
2023-09-26vs2010backend: avoid duplicated directory structure in vcxproj.filtersLuke Elliott1-1/+69
2023-09-26Revert "Visual studio: Generate vcxproj.filters files to adds filters to imit...Luke Elliott1-63/+0
2023-09-25tests: fix broken promises with linker scriptsEli Schwartz1-9/+1
2023-09-25Adjust kernel detection to support Solaris 5.10 or earlierCorrodedCoder1-0/+5
2023-09-25rust: apply global, project, and environment C args to bindgenDylan Baker6-1/+57