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-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
2022-02-06
dlang: fix #9250 invalid include flag for root directory
Tobias Pankrath
2022-01-10
compilers: push the compiler id to a class variable
Dylan Baker
2021-12-30
fix type annotations for compiler toolchain rpaths
Eli Schwartz
2021-11-22
ldc2: invoke -Oz instead of -Os
Denis Feklushkin
2021-10-10
Fix typos discovered by codespell
Christian Clauss
2021-09-24
pylint: check for duplicate imports
Dylan Baker
2021-08-31
pylint: turn on superflous-parens
Dylan Baker
2021-07-14
linkers: remove is_shared_module argument to get_soname_args
Paolo Bonzini
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-03-19
split program related classes and functions out of dependencies
Dylan Baker
2021-03-17
Fix D lib search path translation
Remi Thebault
2021-03-14
ninjabackend: Use rsp_file_syntax method
Dylan Baker
2021-03-14
compilers/linkers: Add a methhod for getting the rspfile syntax
Dylan Baker
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-03-04
various python neatness cleanups
Eli Schwartz
2021-03-02
fix missing versions with generated source
Remi Thebault
2021-03-01
D add build dir to -J switch
Remi Thebault
[next]