8578 Commits (8758e1353e93782b38cbea93d6d4c0f84c0614da)

Author SHA1 Message Date
Dylan Baker 01b5581a10 build|interpreter: move main_class to typed_kwargs 2 years ago
Dylan Baker 68da3669a4 interpreter: use type_checking defined target argument lists 2 years ago
Dylan Baker 686f6aac31 intepreter: add kwargs annotations for build_target classes 2 years ago
Eli Schwartz 0bb1647fd1
move various bits of type-checking only code to TYPE_CHECKING blocks 2 years ago
Eli Schwartz cff2fb5950
avoid module indirection in name resolution for imported objects 2 years ago
Eli Schwartz 7afc69254d
fix implicit_reexport issues and enforce them going forward 2 years ago
Eli Schwartz cfc3960956
mypy: add more mixin base classes 2 years ago
Eli Schwartz 621264e1d4
linkers: fix mypy errors that were ignored due to lack of inheritance 2 years ago
Eli Schwartz ca34c76170
linkers: reorganize code so that linker base classes always come first 2 years ago
Eli Schwartz 3171fc5338
add better comments for mypy suppressions 2 years ago
kiwixz 4fab71f481 cmake: fix empty BOOL generator expression evaluating to true 2 years ago
kiwixz 727b737bc3 cmake: find dependencies with bare library names on all platforms 2 years ago
Eli Schwartz 6894bb5a30 mtest: avoid meddling with stdout by default 2 years ago
Jussi Pakkanen b60ea0851b Bump version number for new development. 2 years ago
Jussi Pakkanen abe01ae3d6 Bump version number for release. 2 years ago
Dylan Baker 76eba99850 rust: disable overflow-checks by default 2 years ago
Eli Schwartz adaea4136f
compiler.compiles/links: fix failure when compiling a built File object 2 years ago
Steven Noonan e3c007aefe c++: add support for c++23/c++26 standard and aliases 2 years ago
Steven Noonan 658b0d1000 c++: add fallback mappings for C++23 and C++26 2 years ago
Matthieu Rogez b92858a5be
cmake: fix directory separators in generated packageConfig.cmake files 2 years ago
Andres Freund d2d31c3cc2 macos: map arm64e to aarch64, map "whole" architecture strings 2 years ago
Charles Brunet 3e3d5e97c3 Fix display of generator 2 years ago
Nazir Bilal Yavuz bd3d2cf918 mtest: fix unencodable XML chars 2 years ago
Tristan Partin 9b86c67e19 Remove do_conf_str(encoding:) 2 years ago
Tristan Partin 020692b9d9 Use underscore for variables that we don't reference 2 years ago
Tristan Partin 24edddb412 Fix return type of debugfile functions 2 years ago
Tristan Partin ffa5483564 Add typing to portions of machine file parsing 2 years ago
Tristan Partin b0f1f374e7 Add type annotations where they previously didn't exist 2 years ago
Tristan Partin d732e27e46 Use more specific types 2 years ago
Tristan Partin c1863f781b Remove Compiler._build_wrapper(temp_dir:) 2 years ago
Tristan Partin 33c8362a1c Match the method signatures of parent classes 2 years ago
Tristan Partin dc692d98fc Make CPPCompiler.get_display_language() a classmethod 2 years ago
Tristan Partin 9e8a034ade Fix the typing around Compiler._get_compile_output() 2 years ago
Tristan Partin d4bcf05c39 Annotate naked fundamental Python types 2 years ago
Tristan Partin 921c2370a7 Replace some type comments with annotations 2 years ago
Tristan Partin 1624354f33 Use CompileCheckMode enum 2 years ago
Eli Schwartz e2ce53b6b4
compilers: detect cython version on stdout for newer cython versions 2 years ago
Tristan Partin ab21dc0384 Remove type comments from compilers.py 2 years ago
Marco Trevisan (Treviño) 2c1e2b680e string: Add missing FeatureNew tags to methods 2 years ago
Dylan Baker 9cc67b7fd1
compilers/cpp: check libc++ vs libstdc++ harder 2 years ago
Jussi Pakkanen de44455b4b Bump version number for rc3. 2 years ago
Eli Schwartz 1a72f00252
mtest: avoid stdout when printing warnings about the lack of things to print 2 years ago
Eli Schwartz 2fd9055810
mtest: redirect automatic reconfiguring to stderr when listing tests 2 years ago
Eli Schwartz 9d446d80db
mtest: try a bit harder to avoid weird non-parseable output at startup 2 years ago
Martin Storsjö 9fd3753f8a windows: Fix detection of the llvm-rc resource compiler 2 years ago
Xavier Claessens 1fef03c0f0 build: dependencies should come after link_with on link command 2 years ago
Xavier Claessens cd63853ad2 build: Fix linking multiple libraries and some are promoted 2 years ago
Jussi Pakkanen ad13d9f4a3 Fix Xcode 15 beta linker detection. Closes #11958. 2 years ago
Rafael Silva 339b248abc parse meson.build for subproject_dir in msubprojects 2 years ago
Rafael Silva 6cb7ef1f3b rename msubprojects src_dir to source_dir 2 years ago