History for dub_jkp / source / dub / generators / build.d
2014-12-10
@Vadim Lopatin
Modify copyFiles to allow recursive copying of directories with contents, if directory name is specified in file list (or matched by wildcard)
Vadim Lopatin committed on 10 Dec 2014
2014-12-08
@Vadim Lopatin
Implement copyDirs parameter, similar to copyFiles - should recursively copy directory content to destination
Vadim Lopatin committed on 8 Dec 2014
2014-10-07
@Sönke Ludwig
Remove PackageManager argument from createProjectGenerator(). ...
Sönke Ludwig committed on 7 Oct 2014
@Sönke Ludwig
Remove obsolete field from BuildGenerator.
Sönke Ludwig committed on 7 Oct 2014
2014-09-22
@Sönke Ludwig
Merge branch '0.9.22' ...
Sönke Ludwig committed on 22 Sep 2014
2014-09-21
@Sönke Ludwig
Avoid exception in up-to-date check for non-existent source files and trigger rebuild instead.
Sönke Ludwig committed on 21 Sep 2014
2014-08-30
@Sönke Ludwig
Avoid '/', '\\' and ':' in build path when --compiler specifies a complex path. Fixes #412.
Sönke Ludwig committed on 30 Aug 2014
2014-08-29
@Geod24
Various small fixes ...
Geod24 committed on 29 Aug 2014
2014-08-28
@Sönke Ludwig
Improve warning message when --rdmd is used without a "mainSourceFile". ...
Sönke Ludwig committed on 28 Aug 2014
2014-08-21
@Jonathan Marler
Step one of abstracting package description format
Jonathan Marler committed on 21 Aug 2014
2014-08-02
@Martin Nowak
create symlinks instead of copying cached build files
Martin Nowak committed on 2 Aug 2014
2014-06-30
@Geod24
Implement separate linking on gdc
Geod24 committed on 30 Jun 2014
@Geod24
Fix output flags for compilers != dmd
Geod24 committed on 30 Jun 2014
2014-06-29
@Geod24
Added singleFile support
Geod24 committed on 29 Jun 2014
2014-06-13
@Sönke Ludwig
Add a --temp-build switch to force building in the TEMP folder. Fixes #294.
Sönke Ludwig committed on 13 Jun 2014
2014-05-22
@James Clarke
Removed trailing whitespace
James Clarke committed on 22 May 2014
@James Clarke
Use "dub.json" instead of "package.json" in documentation
James Clarke committed on 22 May 2014
@sinkuu
Fix isUpToDate for sub packages
sinkuu committed on 22 May 2014
2014-05-14
@Sönke Ludwig
Fix up-to-date check for intermediate dependencies. ...
Sönke Ludwig committed on 14 May 2014
@Sönke Ludwig
Display the compiler binary with invoking the compiler for separate compilation. See #326.
Sönke Ludwig committed on 14 May 2014
2014-05-09
@Sönke Ludwig
Do not build dependencies of static libraries. Fixes #316.
Sönke Ludwig committed on 9 May 2014
@Sönke Ludwig
Add the --build-mode switch to control how the compiler and linker are invoked.
Sönke Ludwig committed on 9 May 2014
2014-05-05
@Sönke Ludwig
Don't run postBuildCommands for up to date targets.
Sönke Ludwig committed on 5 May 2014
2014-04-25
@Sönke Ludwig
Print the version of each target during the build.
Sönke Ludwig committed on 25 Apr 2014
2014-04-23
@Sönke Ludwig
Create target directory if necessary. Fixes #261.
Sönke Ludwig committed on 23 Apr 2014
@Sönke Ludwig
Add the compiler frontend version to the build hash. Fixes #284.
Sönke Ludwig committed on 23 Apr 2014
@Sönke Ludwig
Rebuild packages when dub.json (all packages) or dub.selections.json (root package) changed.
Sönke Ludwig committed on 23 Apr 2014
2014-04-21
@Sönke Ludwig
Run executables _after_ generation has finished. ...
Sönke Ludwig committed on 21 Apr 2014
2014-04-11
@Sönke Ludwig
Collect build targets after running preGenerateCommands. Fixes #144. ...
Sönke Ludwig committed on 11 Apr 2014
2014-03-20
@Sönke Ludwig
Implement user/system wide overriding of certain package version ranges. ...
Sönke Ludwig committed on 20 Mar 2014