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
path:
root
/
mesonbuild
/
compilers
/
d.py
Age
Commit message (
Expand
)
Author
2025-11-19
compilers: Remove Environment parameter from Compiler.has_header
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.run
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.cached_run
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.sizeof
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.alignment
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.has_multi_arguments
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.build_rpath_args
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.get_soname_args
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.get_assert_args
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.sanity_check
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.run_sanity_check
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.compiles()
Dylan Baker
2025-11-19
compilers: Stop passing `is_cross`
Dylan Baker
2025-11-19
compilers: Pass Environment instead of MachineInfo
Dylan Baker
2025-10-06
Revert "compilers: refactor sanity checking code"
Dylan Baker
2025-10-06
compilers: refactor sanity checking code
Dylan Baker
2025-08-01
call determine_rpath_dirs only when linker requires it
Charles Brunet
2025-04-30
compilers: introduce common helper for sanity checks
Paolo Bonzini
2024-07-30
flake8: move unused typing-only imports to TYPE_CHECKING
Eli Schwartz
2024-07-16
Revert logic also in followup commit
Christoph Reiter
2024-07-16
Revert various cross compile changes
Christoph Reiter
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-05-22
fix sanity check for d cross-compilation
Axel Ricard
2024-03-28
Pass Environment down from Backend
Sam James
2024-03-15
compilers: No need to pass exe_wrapper everywhere
Xavier Claessens
2024-03-15
compilers: Allow setting env and workdir for run checks
Xavier Claessens
2024-03-15
compilers: Every compiler can run code
Xavier Claessens
2024-02-26
Fix lint warning.
Jussi Pakkanen
2023-12-23
Remove `get_buildtype_args` function
Charles Brunet
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-10-19
Remove duplicated code to canonicalize b_vscrt option value
Xavier Claessens
2023-10-16
compilers/d: use DFeatures for get_features_args
Dylan Baker
2023-10-16
compilers/d: remove duplicate method from subclass
Dylan Baker
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-06-26
linkers: delay implementations import until detect is run
Eli Schwartz
2023-04-21
compilers: convert method to get assert control to a boolean
Dylan Baker
2023-04-11
Change "can not" to "cannot" throughout project
HiPhish
2023-02-27
Use caching in Compiler.sizeof() and Compiler.alignment()
Andres Freund
2022-11-30
pylint: enable the set_membership plugin
Dylan Baker
2022-11-29
Don't ignore documentation-related flags for D compilers
Axel Ricard
2022-11-27
Add warning_level=everything
David Robillard
2022-10-25
Compilers: Keep ccache and exelist separated
Xavier Claessens
2022-10-09
compilers: Add optimization=plain option
Jan Tojnar
2022-08-24
fix linker regression for compilers that don't accept LDFLAGS directly
Eli Schwartz
2022-07-03
move various unused typing-only imports into type-checking blocks
Eli Schwartz
2022-04-30
implement and test a few compiler checks for D
Remi Thebault
2022-04-30
linkers: Add support for mold linker
Fini Jastrow
2022-03-01
compilers/d: fix mangling of rpath-link in DMD-like compilers
Eli Schwartz
[next]