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
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
2020-05-18
Merge pull request #7103 from dankegel/bug4027-rpath-remember
Jussi Pakkanen
2020-05-18
compilers/d: Enable pgo for GDC
Dylan Baker
2020-05-16
Let .pc files specify rpath.
Dan Kegel
2020-04-10
compilers/d: Add missing method for dmd and ldc
Dylan Baker
2020-04-10
compilers/d: Implement coverage for GDC
Dylan Baker
2020-03-19
compilers: Link D runtime/libphobs dynamically on !Windows
Dylan Baker
2020-03-12
compilers/d: Support linker selection with gdc
Dylan Baker
2020-03-11
compilers/d: Properly pass -soname args
Dylan Baker
2020-03-11
compilers/d: Fix rpath generation with LDC and DMD
Dylan Baker
2020-03-09
Allow invoking the linker directly through dmd
Dylan Baker
2020-03-09
Allow invoking link.exe and lld-link.exe through ldc2
Dylan Baker
2020-03-06
compilers/d: Fix get_allow_undefined_link_args on macOS
Dylan Baker
2020-03-06
compilers/d: Remove CompilerIsLInkerMixin
Dylan Baker
2020-01-08
types: import typing as T (fixes #6333)
Daniel Mensinger
2019-12-12
compilers: move language attribute to the class level
Dylan Baker
2019-12-05
lgtm: fix Missing call to __init__ during object initialization
Daniel Mensinger
2019-11-19
Fix cross-compilation of D programs
Eric Le Bihan
2019-11-06
Add -L= to soname linker argument, too.
Jussi Pakkanen
2019-10-21
d: Fix various linking issues on Windows
GoaLitiuM
2019-10-14
Workaround broken get_allow_undefined_link_args in DmdLikeCompilerMixin
Andrei Alexeyev
[prev]
[next]