2014-01-15 |
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
|
---|---|
Make the warning message for non-existing locals more helpful.
Sönke Ludwig
committed
on 15 Jan 2014
|
|
Fix null pointer access for non-existent locally registered packages and output a warning.
Sönke Ludwig
committed
on 15 Jan 2014
|
|
Fix the check and error message for an existing DUB package in the selected root.
Sönke Ludwig
committed
on 15 Jan 2014
|
|
Don't try to add references to package description files of sub packages into VisualD projects. Fixes #216.
Sönke Ludwig
committed
on 15 Jan 2014
|
|
Add some test packages.
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
|
Don't try to determine the default configuration before downloading all dependencies. Fixes #213.
Sönke Ludwig
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
|
|
Fix check for looking only at base packages in PackageManager.getPackage. Fixes #214.
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-10 |
Fix the link order of dependencies (working for --as-needed).
Sönke Ludwig
committed
on 10 Jan 2014
|
Fix Project.getDefaultConfiguration to take the whole dependency tree into account.
Sönke Ludwig
committed
on 10 Jan 2014
|
|
Update change log.
Sönke Ludwig
committed
on 10 Jan 2014
|
|
Only copy DDOX resources if newer on Posix.
Sönke Ludwig
committed
on 10 Jan 2014
|
|
2014-01-09 |
Fix folder/filter structure for generated VisualD projects with multiple nested source libraries.
Sönke Ludwig
committed
on 9 Jan 2014
|
Deprecate the "visuald-combined" generator.
Sönke Ludwig
committed
on 9 Jan 2014
|
|
Reimplement the VisualD generator based on the new target generation code and fix link dependencies for static libraries.
Sönke Ludwig
committed
on 9 Jan 2014
|
|
Only treat "main.d" and "<packname>/main.d" as "mainSourceFile" for library targets.
Sönke Ludwig
committed
on 9 Jan 2014
|
|
|
|
2014-01-08 |
Fix version(Linux) -> version(linux) - gotta love inconsistent naming...
Sönke Ludwig
committed
on 8 Jan 2014
|
2014-01-07 |
Properly saving the journal's filename of the package description.
Matthias Dondorff
committed
on 7 Jan 2014
|
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 |
Subpackages, which are defined external to the main package.json can be fetched from the registry. Eventually, the dependencies of all referenced packages will be fulfilled, but this is done by a hack where the metadata of the external package is inferred as having no additional dependencies. When the package is then fetched the state is re-evaluated and possible new dependencies will be resolved.
Matthias Dondorff
committed
on 5 Jan 2014
|
Reverting unwanted commit.
Matthias Dondorff
committed
on 5 Jan 2014
|
|
Revert "With discoverable subpackages, the examples are named like their folder."
...
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 |
With discoverable subpackages, the examples are named like their folder.
...
Matthias Dondorff
committed
on 4 Jan 2014
|
Automatic discovery of sub-packages added to package manager.
Matthias Dondorff
committed
on 4 Jan 2014
|