2014-01-05
@Matthias Dondorff
Reverting unwanted commit.
Matthias Dondorff committed on 5 Jan 2014
@Matthias Dondorff
Revert "With discoverable subpackages, the examples are named like their folder." ...
Matthias Dondorff committed on 5 Jan 2014
@Matthias Dondorff
When a package having externally defined subpackages is installed, they work. Currently not tested with the registry.
Matthias Dondorff committed on 5 Jan 2014
2014-01-04
@Matthias Dondorff
With discoverable subpackages, the examples are named like their folder. ...
Matthias Dondorff committed on 4 Jan 2014
@Matthias Dondorff
Automatic discovery of sub-packages added to package manager.
Matthias Dondorff committed on 4 Jan 2014
@Matthias Dondorff
Inside of the PackageManager, change type of m_packages from Package[][string] to Package[], as there is no need for an associative array, currently.
Matthias Dondorff committed on 4 Jan 2014
@Matthias Dondorff
Fixed typos.
Matthias Dondorff committed on 4 Jan 2014
2014-01-03
@Sönke Ludwig
Apply the platform specific build settings to all targets. Fixes #201. Fixes #204.
Sönke Ludwig committed on 3 Jan 2014
2014-01-02
@Sönke Ludwig
Don't include package.d modules for "dub test". See #198.
Sönke Ludwig committed on 2 Jan 2014
2013-12-31
@Sönke Ludwig
Use --no-as-needed only in Linux (OSX's LLVM based tool chain doesn't support it).
Sönke Ludwig committed on 31 Dec 2013
2013-12-30
@Sönke Ludwig
Determine proper module name for "package.d" files and "dub test". Fixes #198.
Sönke Ludwig committed on 30 Dec 2013
2013-12-29
@Sönke Ludwig
Add --no-as-needed to avoid linker errors with new GCC versions used as the linker front end. See #199.
Sönke Ludwig committed on 29 Dec 2013
@Sönke Ludwig
Put linker flags (including "libs") after linker "sourceFiles". See #199. ...
Sönke Ludwig committed on 29 Dec 2013
@Sönke Ludwig
Avoid "linking" static library targets against dependencies. Fixes #199.
Sönke Ludwig committed on 29 Dec 2013
@Sönke Ludwig
Remove log noise.
Sönke Ludwig committed on 29 Dec 2013
2013-12-20
@Sönke Ludwig
Fix build settings used for dependencies that are referenced multiple times and remove the Mono-D generator.
Sönke Ludwig committed on 20 Dec 2013
@Sönke Ludwig
Fix compiler errors on DMD 2.063.2.
Sönke Ludwig committed on 20 Dec 2013
@Sönke Ludwig
Fix computation of build settings necessary for linking to library dependencies.
Sönke Ludwig committed on 20 Dec 2013
@Sönke Ludwig
Implement a first version of a proper build ID computation. ...
Sönke Ludwig committed on 20 Dec 2013
@Sönke Ludwig
Improve error message when removing a cached package fails due to a missing installation journal.
Sönke Ludwig committed on 20 Dec 2013
2013-12-19
@Sönke Ludwig
Implement individual building of dependencies.
Sönke Ludwig committed on 19 Dec 2013
2013-12-17
@Sönke Ludwig
Add "release-nobounds" build type. Fixes #141.
Sönke Ludwig committed on 17 Dec 2013
@Sönke Ludwig
Add unit test for Path.toNativeString() w.r.t. endsWithSlash() and fix Path().toNativeString() on Posix.
Sönke Ludwig committed on 17 Dec 2013
@Sönke Ludwig
Let "dflags" specified for build types also be affected by build requirements.
Sönke Ludwig committed on 17 Dec 2013
@Sönke Ludwig
Merge pull request #196 from p0nce/master ...
Sönke Ludwig committed on 17 Dec 2013
@ponce
toNativeString() now returns "." on Windows for relative empty paths when m_endsWithSlash is false.
ponce committed on 17 Dec 2013
@Sönke Ludwig
Avoid `\"` in quoted paths output by the VisualD project generator. Fixes #195.
Sönke Ludwig committed on 17 Dec 2013
@Sönke Ludwig
Rename BuildOptions.noBoundsChecks to noBoundsCheck to be consistent with BuildRequirements.requireBoundsCheck.
Sönke Ludwig committed on 17 Dec 2013
2013-12-16
@Sönke Ludwig
Rephrase enforcement message in addLocalPackage and conditionally specify a version when loading the local package list. See #194.
Sönke Ludwig committed on 16 Dec 2013
@Sönke Ludwig
Merge pull request #194 from p0nce/master ...
Sönke Ludwig committed on 16 Dec 2013