index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-07-19
move various bits of type-checking only code to TYPE_CHECKING blocks
Eli Schwartz
2023-07-19
avoid module indirection in name resolution for imported objects
Eli Schwartz
2023-07-19
fix implicit_reexport issues and enforce them going forward
Eli Schwartz
2023-07-19
mypy: add more mixin base classes
Eli Schwartz
2023-07-19
linkers: fix mypy errors that were ignored due to lack of inheritance
Eli Schwartz
2023-07-19
linkers: reorganize code so that linker base classes always come first
Eli Schwartz
2023-07-19
add better comments for mypy suppressions
Eli Schwartz
2023-07-19
cmake: fix empty BOOL generator expression evaluating to true
kiwixz
2023-07-19
cmake: find dependencies with bare library names on all platforms
kiwixz
2023-07-18
CI image builder: log commands a bit
Eli Schwartz
2023-07-18
CI: change ubuntu cross exe_wrapper to un-suffixed wine
Eli Schwartz
2023-07-18
mtest: avoid meddling with stdout by default
Eli Schwartz
2023-07-18
CI: install a newer java on opensuse
Eli Schwartz
2023-07-18
tests: bump the C++ std for protobuf tests
Eli Schwartz
2023-07-18
tests: mark gpgme test skippable on Ubuntu rolling
Eli Schwartz
2023-07-18
docs: improve formatting of the Rust module
Peter Hutterer
2023-07-18
docs: fix typos and keyword markdown for the Rust module page
Peter Hutterer
2023-07-18
ci: Skip test_generate_gir_with_address_sanitizer
Xavier Claessens
2023-07-17
Whoopsie, forgot to create the release notes.
Jussi Pakkanen
2023-07-17
Merge pull request #11976 from tristan957/cleanups
Jussi Pakkanen
2023-07-17
Bump version number for new development.
Jussi Pakkanen
2023-07-17
Bump version number for release.
Jussi Pakkanen
2023-07-16
Fix build using GDC 13
Jussi Pakkanen
2023-07-15
rust: disable overflow-checks by default
Dylan Baker
2023-07-14
compiler.compiles/links: fix failure when compiling a built File object
Eli Schwartz
2023-07-13
cmake: fix directory separators in generated packageConfig.cmake files
Matthieu Rogez
2023-07-13
macos: map arm64e to aarch64, map "whole" architecture strings
Andres Freund
2023-07-13
Fix display of generator
Charles Brunet
2023-07-13
Silence some encoding warnings
Tristan Partin
2023-07-13
mtest: fix unencodable XML chars
Nazir Bilal Yavuz
2023-07-13
Add import instructions for filesystem module
MiroPalmu
2023-07-12
Remove do_conf_str(encoding:)
Tristan Partin
2023-07-12
Use underscore for variables that we don't reference
Tristan Partin
2023-07-12
Fix return type of debugfile functions
Tristan Partin
2023-07-12
Add typing to portions of machine file parsing
Tristan Partin
2023-07-12
Add type annotations where they previously didn't exist
Tristan Partin
2023-07-12
Use more specific types
Tristan Partin
2023-07-12
Remove Compiler._build_wrapper(temp_dir:)
Tristan Partin
2023-07-12
Match the method signatures of parent classes
Tristan Partin
2023-07-12
Make CPPCompiler.get_display_language() a classmethod
Tristan Partin
2023-07-12
Fix the typing around Compiler._get_compile_output()
Tristan Partin
2023-07-12
Annotate naked fundamental Python types
Tristan Partin
2023-07-12
Replace some type comments with annotations
Tristan Partin
2023-07-12
Use CompileCheckMode enum
Tristan Partin
2023-07-12
compilers: detect cython version on stdout for newer cython versions
Eli Schwartz
2023-07-12
Remove type comments from compilers.py
Tristan Partin
2023-07-12
string: Add missing FeatureNew tags to methods
Marco Trevisan (TreviƱo)
2023-07-11
compilers/cpp: check libc++ vs libstdc++ harder
Dylan Baker
2023-07-11
Bump version number for rc3.
Jussi Pakkanen
2023-07-10
mtest: avoid stdout when printing warnings about the lack of things to print
Eli Schwartz
[next]