History for dub_jkp / source / dub / generators / build.d
2020-11-28
@Martin Kinkelin
Use compiler version, not frontend version for build IDs and paths ...
Martin Kinkelin authored on 27 Nov 2020 Mathias LANG committed on 28 Nov 2020
2020-09-30
@foerdi
cache the generated test main file: dub_test_root.d ...
foerdi authored on 28 Aug 2020 The Dlang Bot committed on 30 Sep 2020
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
2019-12-21
@andre2007
Fix local cache
andre2007 authored on 24 Sep 2018 Mathias LANG committed on 21 Dec 2019
2019-12-17
@Geod24
Remove some unused variables ...
Geod24 committed on 17 Dec 2019
2019-12-15
@andre2007
Fix unnecessary rebuild of single file package
andre2007 authored on 5 Dec 2019 Andre Pany committed on 15 Dec 2019
2019-10-08
@Sönke Ludwig
Include import paths in build ID. ...
Sönke Ludwig committed on 8 Oct 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-08-17
@Martin Kinkelin
Support separate linking with ldc2 ...
Martin Kinkelin committed on 17 Aug 2019
2019-05-10
@Jonathan M Davis
Use std.digest instead of the deprecated std.digest.digest.
Jonathan M Davis committed on 10 May 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
@The Dlang Bot
Merge pull request #1571 from rtbo/requirements ...
The Dlang Bot authored on 23 Dec 2018 GitHub committed on 23 Dec 2018
@Remi Thebault
toolchainRequirements recipe support
Remi Thebault committed on 23 Dec 2018
2018-12-17
@andre2007
extraDependencyFiles attribute added
andre2007 committed on 17 Dec 2018
2018-11-13
@The Dlang Bot
Merge pull request #1582 from andre2007/feature_pre_post_run_command ...
The Dlang Bot authored on 13 Nov 2018 GitHub committed on 13 Nov 2018
2018-11-06
@andre2007
Fix temp copy files
andre2007 committed on 6 Nov 2018
@andre2007
Pre/post run commands added
andre2007 committed on 6 Nov 2018
2018-09-12
@Les De Ridder
Add basic support for 'building' target type "none" ...
Les De Ridder authored on 6 Feb 2018 Sönke Ludwig committed on 12 Sep 2018
2017-12-04
@The Dlang Bot
Merge pull request #1286 from dlang/short_single_objects ...
The Dlang Bot authored on 4 Dec 2017 GitHub committed on 4 Dec 2017
@Sebastian Wilzbach
Selectively import crc32Of from std.digest.crc
Sebastian Wilzbach committed on 4 Dec 2017
@Sönke Ludwig
Rename Path to NativePath. ...
Sönke Ludwig authored on 6 Nov 2017 Sebastian Wilzbach committed on 4 Dec 2017
@Sönke Ludwig
Make the code base compatible with vibe-core. ...
Sönke Ludwig authored on 23 Jun 2017 Sebastian Wilzbach committed on 4 Dec 2017
2017-11-08
@Sönke Ludwig
Use shortened object file names in single-file build mode. ...
Sönke Ludwig committed on 8 Nov 2017
2017-09-13
@Sönke Ludwig
Avoid passing linker files to a static library build command line. Fixes #1235.
Sönke Ludwig authored on 27 Aug 2017 Sönke Ludwig committed on 13 Sep 2017
2017-09-03
@Sönke Ludwig
Add unit test for shrinkPath.
Sönke Ludwig committed on 3 Sep 2017
@Sönke Ludwig
Prefer absolute paths in build generator if shorter than the relative one. ...
Sönke Ludwig committed on 3 Sep 2017
2017-05-26
@=
temp-build: Fix colon in folder path
= committed on 26 May 2017
2017-04-11
@klemens
spelling fixes
klemens committed on 11 Apr 2017
2017-03-10
@Sönke Ludwig
Fix bogus rebuild of packages with no dependencies. Fixes #1091. ...
Sönke Ludwig committed on 10 Mar 2017