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
2019-10-14
Revert "Remove BasicLinkerIsCompilerMixin from LDC and DMD"
Andrei Alexeyev
2019-10-14
Remove BasicLinkerIsCompilerMixin from LDC and DMD
Andrei Alexeyev
2019-10-07
compilers: replace uses of mesonlib.is_<os>() with self.info.is_<os>()
Dylan Baker
2019-10-07
compilers: replace CompilerType with MachineInfo
Dylan Baker
2019-10-03
Handle -idirafter in unix_args_to_native
Daniel Mensinger
2019-08-30
compilers: Move the compiler argument to proxy linker flags to the compiler c...
Dylan Baker
2019-08-14
compilers: Dispatch to dynamic linker class
Dylan Baker
2019-08-14
re-architect the D compiler abstractions
Dylan Baker
2019-07-15
compilers: split gnu and gnulike compilers out of compilers
Dylan Baker
2019-07-11
Ignore -D* and -fstack-protector* args for D compilers
myfreeweb
2019-06-09
Purge `is_cross` and friends without changing user interfaces
John Ericson
2019-04-28
Moved caching into a seperate function
Daniel Mensinger
2019-04-28
Added some cahced values
Daniel Mensinger
2019-04-28
Cache compile results in coredata
Daniel Mensinger
2019-04-03
d: Fix linker errors with shared libraries on Windows
Ari Vuollet
2019-02-19
Add warning level zero
jml1795
2019-02-18
d: Translate the -isystem flag for LDC and DMD
Matthias Klumpp
2019-02-05
d: fix linker due to argument errors
Luís Ferreira
2019-02-02
Never access environment.properties downstream
John Ericson
2019-01-06
Added more compiler option support
Daniel Mensinger
2019-01-06
Absolute path generation refactoring
Daniel Mensinger
2018-11-13
compilers: Use keyword only arguments for compiler interfaces
Dylan Baker
2018-11-04
Only add link arguments when needed in Compiler object methods
Jon Turney
2018-10-07
d: Allow static library to be passed with -L to dmd/ldc
Matthias Klumpp
2018-09-27
Add conditional debug identifiers for D compilers, and enable for debug builds
GoaLitiuM
2018-09-16
Implement thread linker args for D compilers
Mihails Strasuns
2018-09-16
D: Fix some compiler arguments not getting passed through properly
GoaLitiuM
2018-09-16
Merge pull request #4175 from GoaLitiuM/d-archfixes
Jussi Pakkanen
2018-09-16
Use enum instead of `int` for compiler variants
David Seifert
2018-09-14
Refactor D target architecture handling
GoaLitiuM
2018-09-13
Fix flake8 'imported but unused' reports
Jon Turney
2018-09-06
Make sure static library files are passed properly to the linker
GoaLitiuM
2018-09-06
Fix remaining soname and rpath issues on OSX
GoaLitiuM
2018-09-06
Remove translation of file paths
GoaLitiuM
2018-09-06
Refactor D argument translation function
GoaLitiuM
2018-09-06
Improve D link argument handling
GoaLitiuM
2018-09-05
D: Fix linking errors with static D libraries on Windows
GoaLitiuM
2018-09-05
D: Use the documented syntax for various arguments
GoaLitiuM
2018-09-03
Merge pull request #4084 from FFY00/pr-fix-dub-dependencies
Jussi Pakkanen
2018-08-29
Improve support for macOS dylib versioning
Nirbheek Chauhan
2018-08-29
dub: enhance dependency handling
FFY00
2018-08-27
Merge pull request #3981 from GoaLitiuM/d-win-fixes
Jussi Pakkanen
2018-08-23
My bad.
Jussi Pakkanen
2018-08-20
Handle proper linking of MSVC runtime libraries
GoaLitiuM
2018-08-20
Fix import libraries and static library naming
GoaLitiuM
2018-08-20
Ignore unix related compiler arguments on Windows
GoaLitiuM
2018-08-20
Follow target platform defined in MSVC environment for Windows D compilation
GoaLitiuM
2018-08-20
Pass -install-name arguments to linker
GoaLitiuM
2018-08-20
Fix D soname arguments for Windows and OSX
GoaLitiuM
2018-08-20
Fix wrong DMD optimization levels
GoaLitiuM
[prev]
[next]