aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-06set default install_tag of python.install_sources() to "python-runtime"1.0Peter Urban1-1/+1
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 Brunet2-1/+25
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 Schwartz2-4/+4
2023-02-06runpython: make it work for -c as wellEli Schwartz2-4/+19
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-06tests: avoid unexpected failure when cmake is not installedEli Schwartz1-1/+2
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 Peskens2-0/+20
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 Li5-0/+63
2023-02-06tests: track when an entire category is skipped and be quieterEli Schwartz1-8/+10
2023-02-06tests: properly log the reason why a test got unexpectedly skippedEli Schwartz1-1/+2
2023-02-06backends: Stop passing generator exes to ExecutableSerialisation as stringsDylan Baker10-7/+87
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 Elliott2-1/+4
2023-02-06tests: fix test that has source code incompatible with modern CEli Schwartz2-1/+12
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 Wolthuizen3-5/+5
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-23Created release note page for 1.0.0.Jussi Pakkanen11-68/+86
2022-12-22meson: Cache os.path.realpath in CLikeCompilerArgsNirbheek Chauhan1-4/+9
2022-12-22Users.md: add i3Oliver Kraitschy1-0/+1
2022-12-21add more testcases for prebuilt objectsPaolo Bonzini2-3/+23
2022-12-21fix build_target(objects: ...) documentationPaolo Bonzini1-4/+4
2022-12-21meta: add python 3.11 classiferMichael Hirsch1-0/+1