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-08-11
rewrite a couple comment-style type annotations for oddly indented dicts
Eli Schwartz
2023-08-11
remove useless type annotations
Eli Schwartz
2023-08-11
docs: Add more feature truth tables
Jan Janssen
2023-08-10
hotdoc module: add a bunch more type annotations
Eli Schwartz
2023-08-10
hotdoc module: avoid monkeypatch crime by properly subclassing ExternalProgram
Eli Schwartz
2023-08-10
python module: add a few more type annotations
Eli Schwartz
2023-08-10
allow some ObjectHolder subclasses to continue to be generic
Eli Schwartz
2023-08-10
Popen_safe_logged: Also log exceptions
Xavier Claessens
2023-08-09
Optimize CLikeCompiler._get_file_from_list()
Charles Brunet
2023-08-08
correct cmakedefine behavior
Jan200101
2023-08-08
clang: use gcc syntax to enable diagnostics color
kiwixz
2023-08-08
tests: fix "4 custom target depends extmodule" with Python 3.8+ on Windows
Christoph Reiter
2023-08-08
tests: fix test_vsenv_option with Python 3.11+ on Windows
Christoph Reiter
2023-08-08
interpreter|dependencies: Fix issues spotted by mypy
Dylan Baker
2023-08-08
interpreter: delete dead code in func_declare_dependency
Dylan Baker
2023-08-08
interpreter: add type annotations to func_declare_dependency
Dylan Baker
2023-08-08
Detect version for Vulkan system dependency
Lucas Alber
2023-08-07
machine file: Fix crash on empty value
Xavier Claessens
2023-08-07
Error when an installed static library links to internal custom target
Xavier Claessens
2023-08-07
Compiler: Add werror kwarg to compiles(), links() and run() methods
Xavier Claessens
2023-08-07
docs: add missing punctuation
Sebastian Crane
2023-08-06
build.py: improve BuildTarget error message
Alexandre Janniaux
2023-08-06
tests: Assert that mips64 kernel is detected as mips64 with no compilers
Simon McVittie
2023-08-06
environment: Don't override mips64 to mips if no compilers are available
Simon McVittie
2023-08-06
environment: Assume that mips64 can run 32-bit mips binaries
Simon McVittie
2023-08-06
tests: Pass a mock C compiler to detect_cpu(), detect_cpu_family()
Simon McVittie
2023-08-05
fixup: since: 1.1.0 -> 1.3.0
Milan Hauth
2023-08-05
compiler: Add required keyword to has_* methods
Xavier Claessens
2023-08-04
Add default_options argument to find_program()
Nomura
2023-08-03
PkgConfigDependency: Move CLI handling into its own abstraction
Xavier Claessens
2023-08-03
MachineChoice: Implement __str__ for easier debug
Xavier Claessens
2023-08-03
run_command: Remove useless node argument
Xavier Claessens
2023-08-03
ExecutableSerialisation: capture and feed are optional strings
Xavier Claessens
2023-08-02
convert booleans in summary function to correct representation
Eli Schwartz
2023-08-02
Unify message(), format() and fstring formatting
Xavier Claessens
2023-08-02
Fix syntax mistakes in two examples
Volker Weißmann
2023-08-02
treewide: internally avoid deprecated machine file uses of "pkgconfig"
Eli Schwartz
2023-08-02
Optimize extract_dll_paths in ninja backend
Charles Brunet
2023-08-01
Fix typo in Cross-compilation.md
Alex Rao
2023-08-01
Upgrade MSI builder from WiX3 to WiX 4.
Jussi Pakkanen
2023-07-31
Rename variables that clash with pdb commands
Dan Hawson
2023-07-31
fix lint errors revealed by pycodestyle 2.11
Eli Schwartz
2023-07-31
do better sanity check for vs_module_defs input
Eli Schwartz
2023-07-31
Merge pull request #11986 from williamspatrick/clang-enable-cpp23
Jussi Pakkanen
2023-07-30
Revert "CI: add potential workaround for python crashes in MSYS2"
Christoph Reiter
2023-07-30
tests: skip a test that fails with new Python 3.11 from MSYS2
Christoph Reiter
2023-07-28
modules/python3: exclude name_prefix and name_suffix
Dylan Baker
2023-07-28
modules/python3: use typed_pos_args for extension_module
Dylan Baker
2023-07-28
modules/python3: use typed_kwargs for extension_module
Dylan Baker
2023-07-28
modules/python: use typed_pos_args for extension_module
Dylan Baker
[next]