aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2023-02-06pylint 2.16: join iterables without repeated appendEli Schwartz1-3/+1
2023-02-06pylint 2.16: raise a more intentional exceptionEli Schwartz1-1/+1
2023-02-06pylint 2.16: remove pointless parens around equality assignmentsEli Schwartz3-3/+3
2023-02-06remove unneeded type commentEli Schwartz1-1/+1
2023-02-06simplify instantiation of builtin type using builtins instead of functionsEli Schwartz6-17/+47
2023-02-06micro-optimize: define typing-only objects in TYPE_CHECKINGEli Schwartz9-54/+45
2023-02-06treewide: add future annotations importEli Schwartz102-2/+118
2023-02-06pyupgrade: use set literalEli Schwartz1-1/+1
2023-02-06remove /utf-8 option when /validate-charset- is presentCharles Brunet1-1/+3
2023-02-06cuda: enable C++20 for CUDA 12David Seifert1-2/+15
2023-02-06log running commands a bit better by doing proper shell quotingEli Schwartz1-3/+3
2023-02-06runpython: make it work for -c as wellEli Schwartz1-2/+2
2023-02-06mlog: do not squelch console output for errorsEli Schwartz1-1/+7
2023-02-06introspect: avoid crashing when add_languages for an optional language failsEli Schwartz1-6/+16
2023-02-06gnome: Deduplicate include dirs to generate girThibault Saunier1-3/+3
2023-02-06mtest: do not warn when the TAP stream version is 12Eli Schwartz1-4/+1
2023-02-06Revert "debug cygwin CI"Eli Schwartz1-1/+0
2023-02-06Haiku pkgconfig directory layout supportX5121-0/+3
2023-02-06haiku: set default prefix and library pathsX5122-9/+66
2023-02-06devenv should import env vars from vsenvCharles Brunet1-2/+1
2023-02-06remove dead codeEli Schwartz1-47/+0
2023-02-06dependencies: fix pcap-config which now errors on --versionEli Schwartz2-2/+18
2023-02-06Fix nasm when target has threads as added dependencyGijs Peskens1-0/+8
2023-02-06mparser: Use a literal for the ComparisonNodeDylan Baker1-11/+18
2023-02-06BUG: Fix generated sources not being included as dependencies in cython trans...Thomas Li1-0/+14
2023-02-06backends: Stop passing generator exes to ExecutableSerialisation as stringsDylan Baker3-7/+6
2023-02-06linkers: detect ld64 as AppleDynamicLinkerjack2-6/+28
2023-02-06linkers: Do not use numeric windows subsystems with lldJan Janssen1-12/+25
2023-02-06linkers: Fix lld detectionJan Janssen1-1/+1
2023-02-06avoid detecting masm as a MSVC-like compiler for detecting showincludesEli Schwartz1-2/+2
2023-02-06msvc: handle filename extensions for incdetect based on the compiler languageEli Schwartz1-2/+3
2023-02-06clang-cl: supports /std:c++20 now.Luke Elliott1-1/+1
2023-02-06emscripten: remove no longer relevant commentKleis Auke Wolthuizen1-2/+1
2023-02-06emscripten: enforce version 1.39.19 or higherKleis Auke Wolthuizen2-0/+4
2023-02-06emscripten: remove redundant `thread_flags` implementationKleis Auke Wolthuizen1-3/+0
2023-02-06emscripten: use single arguments when specifying optionsKleis Auke Wolthuizen2-3/+3
2023-02-06emscripten: prefer `-pthread` over `-s USE_PTHREADS=1`Kleis Auke Wolthuizen1-2/+2
2023-02-06dependencies: better logging of pkg-config call outputsEli Schwartz1-1/+5
2022-12-23This is it. The 1.0.0.1.0.0Jussi Pakkanen1-1/+1
2022-12-22meson: Cache os.path.realpath in CLikeCompilerArgsNirbheek Chauhan1-4/+9
2022-12-17Bump version number for rc2.1.0.0rc2Jussi Pakkanen1-1/+1
2022-12-17mtest: handle TAP tests with unknown version.Eli Schwartz1-1/+4
2022-12-16Merge pull request #11174 from bgilbert/jar-manifestJussi Pakkanen1-2/+7
2022-12-16Merge pull request #11181 from tristan957/backendsJussi Pakkanen1-15/+29
2022-12-15Change double quote doc comment to sinqle quoteTristan Partin1-2/+2
2022-12-15Try to find the jni dependency when javac is a Darwin stubTristan Partin1-11/+25
2022-12-15delay importing ctypes unless it is actually usedEli Schwartz1-1/+1
2022-12-14Deduplicate code in JNISystemDependency conditionalTristan Partin1-2/+2
2022-12-14depfixer: silence fix_jar() and make it do somethingBenjamin Gilbert1-1/+6
2022-12-13depfixer: don't extract MANIFEST.MF verboselyBenjamin Gilbert1-1/+1