History for dub_jkp / source / dub / compilers / dmd.d
2022-06-07
@Per Nordlöw
Add support for coverage at compile-time (CTFE)
Per Nordlöw authored on 2 Jun 2022 Jan Jurzitza committed on 7 Jun 2022
2022-03-06
@MoonlightSentinel
Adapt determinePlatform to the new defaults for Win32 ...
MoonlightSentinel committed on 6 Mar 2022
2022-03-05
@MoonlightSentinel
Print architecture when unittest fails
MoonlightSentinel committed on 5 Mar 2022
2021-12-05
@WebFreak001
add UnsupportedArchitecture/CompilerException ...
WebFreak001 authored on 1 Dec 2021 The Dlang Bot committed on 5 Dec 2021
2021-05-19
@SHOO
Add environment variables to BuildSettings (#2121)
SHOO authored on 19 May 2021 GitHub committed on 19 May 2021
2021-03-01
@SHOO
Add lowmem for settings
SHOO authored on 21 Apr 2020 The Dlang Bot committed on 1 Mar 2021
2021-01-25
@Bastiaan Veelo
Remove unused imports.
Bastiaan Veelo authored on 25 Jan 2021 The Dlang Bot committed on 25 Jan 2021
2021-01-24
@Bastiaan Veelo
Remove unused selective imports. These are private imports of symbols that do not occur elsewhere in the file, so they are safe to be removed.
Bastiaan Veelo authored on 24 Jan 2021 The Dlang Bot committed on 24 Jan 2021
2021-01-21
@Martin Kinkelin
Extend 'linker dflags' detection for DMD ...
Martin Kinkelin authored on 20 Jan 2021 The Dlang Bot committed on 21 Jan 2021
2021-01-20
@Martin Kinkelin
Improve 'linker-D-flag' detection for ldmd2 ...
Martin Kinkelin committed on 20 Jan 2021
@Martin Kinkelin
Make {DMD,LDC}Compiler.isLinkerDFlag() public ...
Martin Kinkelin committed on 20 Jan 2021
2020-08-15
@Geod24
Replace occurences of 'in ref' with 'const scope ref' ...
Geod24 authored on 15 Aug 2020 The Dlang Bot committed on 15 Aug 2020
2020-08-04
@SHOO
Add architecture x86_omf for windows-dmd
SHOO authored on 27 Jul 2020 The Dlang Bot committed on 4 Aug 2020
2020-03-20
@Martin Kinkelin
Add support for iOS/tvOS/watchOS
Martin Kinkelin committed on 20 Mar 2020
2019-10-31
@ZombineDev
[dip1000] Fix compilation and test it on Travis CI
ZombineDev committed on 31 Oct 2019
2019-08-20
@Martin Kinkelin
Fix linking shared libs with ldmd2 and gdmd
Martin Kinkelin committed on 20 Aug 2019
2019-08-19
@Martin Kinkelin
Improve cross-compilation support (replace `version` checks by BuildPlatform runtime checks) ...
Martin Kinkelin committed on 19 Aug 2019
2019-06-13
@Mathis Beer
`alias Nullable.get this` will soon be deprecated. Use `.get`.
Mathis Beer committed on 13 Jun 2019
2019-05-06
@Samathy Barratt
fix #1003 - Check empty ldflags
Samathy Barratt committed on 6 May 2019
2019-04-23
@Eugen Wissner
Use -dumpfullversion to determine GDC version
Eugen Wissner committed on 23 Apr 2019
2019-03-22
@Sebastian Wilzbach
Windows: Don't use Optlink by default (#1661) ...
Sebastian Wilzbach authored on 22 Mar 2019 The Dlang Bot committed on 22 Mar 2019
2019-02-17
@Sönke Ludwig
Perform the tool chain checks based on the compiler name. ...
Sönke Ludwig committed on 17 Feb 2019
@Sönke Ludwig
Change toolchainRequirements fields to Dependency. ...
Sönke Ludwig committed on 17 Feb 2019
2018-12-23
@Remi Thebault
toolchainRequirements recipe support
Remi Thebault committed on 23 Dec 2018
2018-09-20
@Sebastian Wilzbach
Merge pull request #1542 from ohdatboi/implement_1427 ...
Sebastian Wilzbach authored on 20 Sep 2018 GitHub committed on 20 Sep 2018
2018-08-25
@Anton Fediushin
Add betterC build option
Anton Fediushin committed on 25 Aug 2018
2018-08-24
@Anton Fediushin
Fix dynamicLibrary extensions on OSX. Fixes #1228
Anton Fediushin committed on 24 Aug 2018
2018-01-31
@Sebastian Wilzbach
Remove use of the deprecated -gc DMD flag for debugInfoC
Sebastian Wilzbach committed on 31 Jan 2018
2017-12-04
@Sönke Ludwig
Rename Path to NativePath. ...
Sönke Ludwig authored on 6 Nov 2017 Sebastian Wilzbach committed on 4 Dec 2017
2017-09-20
@Joakim
Refactor determinePlatform, determineArchitecture, and determineCompiler from dub.platform into strings that can be pasted into generatePlatformProbeFile and remove unused imports.
Joakim committed on 20 Sep 2017