2014-02-16 |
Support --combined and --force flags for "dub test". Fixes #247.
Sönke Ludwig
committed
on 16 Feb 2014
|
---|---|
2014-02-11 |
Fix triggering an assertion when storing dependencies in advanced format.
...
Sönke Ludwig
committed
on 11 Feb 2014
|
Fix condition for testing if a package description exists.
Sönke Ludwig
committed
on 11 Feb 2014
|
|
2014-02-07 |
Ensure a deterministic file order when passing source files to the compiler.
...
Sönke Ludwig
committed
on 7 Feb 2014
|
2014-02-06 |
Always use lower case package names internally, regardless of the package description.
Sönke Ludwig
committed
on 6 Feb 2014
|
2014-01-15 |
Change path based sub package definitions to use a string instead of an object entry.
Sönke Ludwig
committed
on 15 Jan 2014
|
Remove main file detection for library configurations and don't let <packname>/<packname>.d match as a main file anymore.
Sönke Ludwig
committed
on 15 Jan 2014
|
|
2014-01-14 |
The externally defined sub-packages don't have the name declared in the base package. This eliminates the double definition of a sub-packages name.
Matthias Dondorff
committed
on 14 Jan 2014
|
Fix Package.toJson and improve diagnostic output in case of JSON parsing errors.
Sönke Ludwig
committed
on 14 Jan 2014
|
|
2014-01-11 |
Save all data from the package description when serializing. This fixes build problems which became apparent after the switch to the new "dub.json" as primary project description file.
Matthias Dondorff
committed
on 11 Jan 2014
|
2014-01-09 |
Only treat "main.d" and "<packname>/main.d" as "mainSourceFile" for library targets.
Sönke Ludwig
committed
on 9 Jan 2014
|
2014-01-07 |
Keeping track of the saved json file in the journal and some smaller changes.
Matthias Dondorff
committed
on 7 Jan 2014
|
Make "dub.json" the primary choice for a package description and handle "package.json" as a fallback.
Sönke Ludwig
committed
on 7 Jan 2014
|
|
2014-01-05 |
Reverting unwanted commit.
Matthias Dondorff
committed
on 5 Jan 2014
|
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 |
Automatic discovery of sub-packages added to package manager.
Matthias Dondorff
committed
on 4 Jan 2014
|
2013-12-17 |
Add "release-nobounds" build type. Fixes #141.
Sönke Ludwig
committed
on 17 Dec 2013
|
2013-12-11 |
Rename some BuildOptions to avoid D keywords.
Sönke Ludwig
committed
on 11 Dec 2013
|
2013-12-09 |
Do not create an application configuration if the detected application main file is the same as the detected library main file.
Sönke Ludwig
committed
on 9 Dec 2013
|
2013-11-30 |
Fix running "dub test" on an explicitly named package.
Sönke Ludwig
committed
on 30 Nov 2013
|
Implement the "test" command.
Sönke Ludwig
committed
on 30 Nov 2013
|
|
2013-11-29 |
|
2013-11-20 |
Properly infer build options and target names when collecting package build settings without a configuration.
...
Sönke Ludwig
committed
on 20 Nov 2013
|
2013-11-18 |
Adjust style of dub.internal.vibecompat.data.json to latest vibe.d and use vibe.data.json if available.
Sönke Ludwig
committed
on 18 Nov 2013
|
Move PlacementLocation to the proper module.
Sönke Ludwig
committed
on 18 Nov 2013
|
|
2013-11-08 |
Some "dub describe" output corrections.
Sönke Ludwig
committed
on 8 Nov 2013
|
2013-11-05 |
Improve warning message for non-existent source/import paths.
Sönke Ludwig
committed
on 5 Nov 2013
|
2013-11-04 |
Import and string import files are now added to generated VisualD projects and "dub describe".
Sönke Ludwig
committed
on 4 Nov 2013
|
2013-11-02 |
Remove dub.internal.std.process compatibility code as it doesn't support browse() and the compile status on older DMD versions isn't tracked anyway.
Sönke Ludwig
committed
on 2 Nov 2013
|
2013-11-01 |
Fix error message in case of an empty source path. See #149.
Sönke Ludwig
committed
on 1 Nov 2013
|