History for dub_jkp / source / dub / compilers
2023-02-04
@WebFreak001
fix typo(s)
WebFreak001 authored on 9 Jan 2023 Mathias LANG committed on 4 Feb 2023
2023-01-26
@WebFreak001
reduce dependency on the working directory ...
WebFreak001 authored on 26 Jan 2023 Mathias LANG committed on 26 Jan 2023
2022-12-11
@Mathias LANG
Reduce dependency on `std.file` (#2547)
Mathias LANG authored on 11 Dec 2022 GitHub committed on 11 Dec 2022
2022-11-02
@Sönke Ludwig
Move foreign code from global scope to dub.internal. ...
Sönke Ludwig authored on 2 Nov 2022 Jan Jurzitza committed on 2 Nov 2022
2022-10-29
@Geod24
Unify reading and writing files under a single API ...
Geod24 authored on 28 Oct 2022 Mathias LANG committed on 29 Oct 2022
2022-10-17
@Geod24
Fix unittest for platform probe on Windows
Geod24 authored on 17 Oct 2022 Mathias LANG committed on 17 Oct 2022
2022-09-17
@Martin Kinkelin
Windows: Copy .lib files from DLL deps only ...
Martin Kinkelin authored on 17 Aug 2022 Mathias LANG committed on 17 Sep 2022
2022-08-30
@Martin Kinkelin
Posix: Add default SONAME/install_name for dynamic libraries ...
Martin Kinkelin authored on 17 Aug 2022 Mathias LANG committed on 30 Aug 2022
2022-08-21
@Per Nordlöw
Forward flag `--color={on,off}` to compiler calls (#2382) ...
Per Nordlöw authored on 21 Aug 2022 GitHub committed on 21 Aug 2022
2022-08-20
@Martin Kinkelin
LDC: Use `-fvisibility=public -dllimport=all` when compiling a Windows DLL (#2412) ...
Martin Kinkelin authored on 20 Aug 2022 GitHub committed on 20 Aug 2022
2022-08-15
@Elias Batek
Fix x86 OMF support ...
Elias Batek authored on 15 Aug 2022 The Dlang Bot committed on 15 Aug 2022
2022-08-12
@Geod24
Add `fromYAML` method to `Flags` ...
Geod24 authored on 12 Aug 2022 Mathias LANG committed on 12 Aug 2022
@Geod24
Trivial: Clear trailing whitespace
Geod24 authored on 12 Aug 2022 Mathias LANG committed on 12 Aug 2022
2022-08-05
@ryuukk
Also add options when we combine buildsettings (#2363) ...
ryuukk authored on 5 Aug 2022 GitHub committed on 5 Aug 2022
2022-07-28
@Bastiaan Veelo
Keep logging functionality out of the public API as requested in https://github.com/dlang/dub/pull/2124#issuecomment-813016939.
Bastiaan Veelo authored on 13 Jun 2022 Jan Jurzitza committed on 28 Jul 2022
@Giacomo De Lazzari
New logging module - initial functionality ...
Giacomo De Lazzari authored on 8 Jun 2018 Jan Jurzitza committed on 28 Jul 2022
@Geod24
compilers: Change lflagsToDFlags to avoid scope escape ...
Geod24 authored on 20 Jul 2022 Jan Jurzitza committed on 28 Jul 2022
2022-06-13
@Geod24
Build{Options,Requirements}: Use a common templated struct ...
Geod24 authored on 13 Jun 2022 Mathias LANG committed on 13 Jun 2022
2022-06-11
@The Dlang Bot
Merge pull request #2259 from rikkimax/fix-issue2258 ...
The Dlang Bot authored on 11 Jun 2022 GitHub committed on 11 Jun 2022
2022-06-10
@richard andrew cattermole
Refactor checks for platform is Windows into a method on BuildPlatform
richard andrew cattermole committed on 10 Jun 2022
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
@richard andrew cattermole
Add export (.exp) files to isDynamicLibraryFile for full Windows support when copying build artifacts
richard andrew cattermole committed on 7 Jun 2022
@richard andrew cattermole
Fix issue 2258 and copy the build artifacts to the target directory
richard andrew cattermole committed on 7 Jun 2022
2022-04-19
@richard andrew cattermole
Implement injection of source files from dependencies into parent final binaries (executed/shared libraries)
richard andrew cattermole authored on 10 Apr 2022 Jan Jurzitza committed on 19 Apr 2022
2022-04-15
@Iain Buclaw
Merge pull request #2186 from ibara/gdc-betterC ...
Iain Buclaw authored on 15 Apr 2022 GitHub committed on 15 Apr 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
2022-03-04
@WebFreak001
add CompilerInvocationException ...
WebFreak001 authored on 2 Mar 2022 The Dlang Bot committed on 4 Mar 2022
2021-12-05
@WebFreak001
add UnsupportedArchitecture/CompilerException ...
WebFreak001 authored on 1 Dec 2021 The Dlang Bot committed on 5 Dec 2021
2021-10-18
@Brian Callahan
Tweak additional flags at Iain's recommendation: ...
Brian Callahan committed on 18 Oct 2021