summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-19move various bits of type-checking only code to TYPE_CHECKING blocksEli Schwartz
2023-07-19avoid module indirection in name resolution for imported objectsEli Schwartz
2023-07-19fix implicit_reexport issues and enforce them going forwardEli Schwartz
2023-07-19mypy: add more mixin base classesEli Schwartz
2023-07-19linkers: fix mypy errors that were ignored due to lack of inheritanceEli Schwartz
2023-07-19linkers: reorganize code so that linker base classes always come firstEli Schwartz
2023-07-19add better comments for mypy suppressionsEli Schwartz
2023-07-19cmake: fix empty BOOL generator expression evaluating to truekiwixz
2023-07-19cmake: find dependencies with bare library names on all platformskiwixz
2023-07-18CI image builder: log commands a bitEli Schwartz
2023-07-18CI: change ubuntu cross exe_wrapper to un-suffixed wineEli Schwartz
2023-07-18mtest: avoid meddling with stdout by defaultEli Schwartz
2023-07-18CI: install a newer java on opensuseEli Schwartz
2023-07-18tests: bump the C++ std for protobuf testsEli Schwartz
2023-07-18tests: mark gpgme test skippable on Ubuntu rollingEli Schwartz
2023-07-18docs: improve formatting of the Rust modulePeter Hutterer
2023-07-18docs: fix typos and keyword markdown for the Rust module pagePeter Hutterer
2023-07-18ci: Skip test_generate_gir_with_address_sanitizerXavier Claessens
2023-07-17Whoopsie, forgot to create the release notes.Jussi Pakkanen
2023-07-17Merge pull request #11976 from tristan957/cleanupsJussi Pakkanen
2023-07-17Bump version number for new development.Jussi Pakkanen
2023-07-17Bump version number for release.Jussi Pakkanen
2023-07-16Fix build using GDC 13Jussi Pakkanen
2023-07-15rust: disable overflow-checks by defaultDylan Baker
2023-07-14compiler.compiles/links: fix failure when compiling a built File objectEli Schwartz
2023-07-13cmake: fix directory separators in generated packageConfig.cmake filesMatthieu Rogez
2023-07-13macos: map arm64e to aarch64, map "whole" architecture stringsAndres Freund
2023-07-13Fix display of generatorCharles Brunet
2023-07-13Silence some encoding warningsTristan Partin
2023-07-13mtest: fix unencodable XML charsNazir Bilal Yavuz
2023-07-13Add import instructions for filesystem moduleMiroPalmu
2023-07-12Remove do_conf_str(encoding:)Tristan Partin
2023-07-12Use underscore for variables that we don't referenceTristan Partin
2023-07-12Fix return type of debugfile functionsTristan Partin
2023-07-12Add typing to portions of machine file parsingTristan Partin
2023-07-12Add type annotations where they previously didn't existTristan Partin
2023-07-12Use more specific typesTristan Partin
2023-07-12Remove Compiler._build_wrapper(temp_dir:)Tristan Partin
2023-07-12Match the method signatures of parent classesTristan Partin
2023-07-12Make CPPCompiler.get_display_language() a classmethodTristan Partin
2023-07-12Fix the typing around Compiler._get_compile_output()Tristan Partin
2023-07-12Annotate naked fundamental Python typesTristan Partin
2023-07-12Replace some type comments with annotationsTristan Partin
2023-07-12Use CompileCheckMode enumTristan Partin
2023-07-12compilers: detect cython version on stdout for newer cython versionsEli Schwartz
2023-07-12Remove type comments from compilers.pyTristan Partin
2023-07-12string: Add missing FeatureNew tags to methodsMarco Trevisan (TreviƱo)
2023-07-11compilers/cpp: check libc++ vs libstdc++ harderDylan Baker
2023-07-11Bump version number for rc3.Jussi Pakkanen
2023-07-10mtest: avoid stdout when printing warnings about the lack of things to printEli Schwartz