History for dub_jkp / source
2015-01-24
@Steven Dwy
Fix build errors on older compilers
Steven Dwy committed on 24 Jan 2015
@Steven Dwy
Add generator for CMake build scripts
Steven Dwy committed on 24 Jan 2015
2015-01-21
@Martin Nowak
fix Issue #487 - Cannot read file sourcemain.d ...
Martin Nowak committed on 21 Jan 2015
2015-01-14
@Sönke Ludwig
Fix returning address to local from PackageManager.hashPackage(). Fixes #490.
Sönke Ludwig committed on 14 Jan 2015
2015-01-11
@Sönke Ludwig
Fix handling of path based dependencies to sub packages. Fixes #448.
Sönke Ludwig committed on 11 Jan 2015
@Sönke Ludwig
Fix the condition to detect manually overridden source/import paths.
Sönke Ludwig committed on 11 Jan 2015
2015-01-09
@Martin Nowak
Merge pull request #461 from londey/sublimetext ...
Martin Nowak committed on 9 Jan 2015
2015-01-05
@Martin Nowak
fix Issue 480 - default to available compiler ...
Martin Nowak committed on 5 Jan 2015
2015-01-04
@Martin Nowak
use hardlinks for copyFiles
Martin Nowak committed on 4 Jan 2015
@Martin Nowak
fix Issue 377 - failure to remove package because of build output file ...
Martin Nowak committed on 4 Jan 2015
@Martin Nowak
fix Issue 483 - Dub auto adds source/ even when sourcePaths is overiden ...
Martin Nowak committed on 4 Jan 2015
@Martin Nowak
factor out package defaults into fillWithDefaults
Martin Nowak committed on 4 Jan 2015
2015-01-01
@Sönke Ludwig
Merge pull request #474 from Dicebot/fix-executable-link-dep ...
Sönke Ludwig committed on 1 Jan 2015
2014-12-25
@Martin Nowak
Merge pull request #478 from MartinNowak/hardlink ...
Martin Nowak committed on 25 Dec 2014
2014-12-24
@Martin Nowak
hardlink files into target dir ...
Martin Nowak committed on 24 Dec 2014
2014-12-16
@Nicholas Londey
Changed to use Package path for folders
Nicholas Londey committed on 16 Dec 2014
2014-12-15
@ketmar
Apply patch by ketmar: remove comma expressions and fix property syntax. ...
ketmar authored on 15 Dec 2014 Sönke Ludwig committed on 15 Dec 2014
@Nicholas Londey
Removed arch and capitalization of build type
Nicholas Londey committed on 15 Dec 2014
@Nicholas Londey
Added error message parsing to build systems
Nicholas Londey committed on 15 Dec 2014
@Nicholas Londey
Added more build system options
Nicholas Londey committed on 15 Dec 2014
2014-12-13
@Nicholas Londey
Added generator for SublimeText project files
Nicholas Londey committed on 13 Dec 2014
2014-12-12
@Dicebot
Don't add executable dependencies to link ones ...
Dicebot committed on 12 Dec 2014
2014-12-10
@Martin Nowak
Merge pull request #453 from grogancolin/init-with-dependencies ...
Martin Nowak committed on 10 Dec 2014
@Martin Nowak
Merge pull request #471 from buggins/master ...
Martin Nowak committed on 10 Dec 2014
@Colin Grogan
Upon failing to find a package. createEmptyPackage now throws an exception, and lets main handle the error
Colin Grogan committed on 10 Dec 2014
@Colin Grogan
Removed getPackageNames() from packagesupplier.d and reverted Dub.createEmptyPackage() to simply fail on finding a failing package
Colin Grogan committed on 10 Dec 2014
@Martin Nowak
Merge pull request #455 from londey/fixvisualdx64 ...
Martin Nowak committed on 10 Dec 2014
@Vadim Lopatin
remove unnecessary check for directories starting with dot
Vadim Lopatin committed on 10 Dec 2014
@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-09
@Colin Grogan
Added fuzzySearch function to utils.d and updated createEmptyPackage to print out first 4 close matches according to fuzzy search function. With thanks to Martin Nowak for help with this...
Colin Grogan committed on 9 Dec 2014