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
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
2021-01-04
use OptionKey for builtin and base options
Dylan Baker
2020-12-29
Implement support of dlang -makedeps switch (#8119)
Remi Thebault
2020-10-14
vs: add static_from_buildtype to b_vscrt
Peter Harris
2020-10-01
compilers/d: add type annotations
Dylan Baker
2020-10-01
compilers/cuda: make type safe
Dylan Baker
2020-10-01
compilres: move depfile_for_object to compiler
Dylan Baker
2020-10-01
compilers: move get_dependency_gen_args to base Compiler
Dylan Baker
2020-09-24
compilers: make is_cross part of the base Compiler class
Dylan Baker
2020-09-24
compilers: put name_string method in base compiler
Dylan Baker
2020-08-30
D: fix include order
Pierrick Bouvier
2020-06-22
compilers: Return CompilerArgs from compiler instance
Dylan Baker
2020-06-22
compilers: Split CompilerArgs into a separate module
Dylan Baker
2020-05-20
compilers/d: Add b_ndebug support
Dylan Baker
[next]