[pkg-d-commits] [dub] 02/04: Merge tag 'upstream/1.1.1'
Matthias Klumpp
mak at moszumanska.debian.org
Thu Dec 22 18:23:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
mak pushed a commit to branch master
in repository dub.
commit 60c8a264b85149414157780b57164a3958aff2ac
Merge: d28f99f 9fe84b0
Author: Matthias Klumpp <mak at debian.org>
Date: Thu Dec 22 19:12:30 2016 +0100
Merge tag 'upstream/1.1.1'
Upstream version 1.1.1
.travis.yml | 20 +-
CHANGELOG.md | 91 +++++++--
README.md | 4 +-
dub.json | 44 -----
dub.sdl | 34 ++++
dub.selections.json | 4 +-
source/dub/commandline.d | 56 +++++-
source/dub/compilers/buildsettings.d | 1 +
source/dub/compilers/compiler.d | 28 +++
source/dub/compilers/dmd.d | 28 +--
source/dub/compilers/gdc.d | 31 +---
source/dub/compilers/ldc.d | 29 +--
source/dub/compilers/utils.d | 8 +-
source/dub/dependency.d | 4 +-
source/dub/dependencyresolver.d | 10 +-
source/dub/dub.d | 204 ++++++++++++++-------
source/dub/generators/build.d | 49 ++---
source/dub/generators/sublimetext.d | 10 +-
source/dub/init.d | 36 ++--
source/dub/internal/sdlang/lexer.d | 3 +-
source/dub/internal/sdlang/util.d | 18 ++
source/dub/internal/vibecompat/core/file.d | 34 ++--
source/dub/internal/vibecompat/core/log.d | 14 +-
source/dub/internal/vibecompat/data/json.d | 30 ++-
.../dub/internal/vibecompat/data/serialization.d | 8 +-
source/dub/package_.d | 19 ++
source/dub/packagemanager.d | 30 +--
source/dub/packagesupplier.d | 2 +-
source/dub/project.d | 21 ++-
source/dub/recipe/json.d | 26 +--
source/dub/recipe/packagerecipe.d | 33 ++++
source/dub/recipe/sdl.d | 10 +-
source/dub/version_.d | 2 +-
test/5-convert-stdout.sh | 25 +++
test/ddox.sh.min_frontend | 2 +-
test/interactive-remove.sh | 36 ++++
test/issue103-single-file-package-json.d | 2 +-
test/issue103-single-file-package-w-dep.d | 2 +-
test/issue103-single-file-package.d | 2 +-
test/issue103-single-file-package.sh | 18 +-
test/issue672-upgrade-optional.sh | 11 ++
test/issue672-upgrade-optional/.no_build | 0
test/issue672-upgrade-optional/dub.sdl | 2 +
test/issue672-upgrade-optional/dub.selections.json | 6 +
test/issue820-extra-fields-after-convert.sh | 18 ++
test/issue884-init-defer-file-creation.sh | 25 +++
test/issue895-local-configuration.sh | 25 +++
test/issue923-subpackage-deps.sh | 14 ++
test/issue923-subpackage-deps/.no_build | 1 +
test/issue923-subpackage-deps/a/dub.sdl | 13 ++
test/issue923-subpackage-deps/b/dub.sdl | 1 +
test/issue923-subpackage-deps/b/source/b.d | 5 +
test/issue923-subpackage-deps/main/dub.sdl | 2 +
test/issue923-subpackage-deps/main/source/app.d | 6 +
test/issue934-path-dep.sh | 9 +
test/issue934-path-dep/.no_build | 1 +
test/issue934-path-dep/a/dub.sdl | 1 +
test/issue934-path-dep/b/dub.sdl | 2 +
test/issue934-path-dep/b/source/b.d | 5 +
test/issue934-path-dep/main/dub.sdl | 3 +
test/issue934-path-dep/main/source/app.d | 6 +
test/issue959-path-based-subpack-dep/dub.sdl | 6 +
test/issue959-path-based-subpack-dep/foo/dub.sdl | 8 +
test/issue959-path-based-subpack-dep/main.d | 1 +
test/issue990-download-optional-selected.sh | 6 +
test/issue990-download-optional-selected/.no_build | 0
test/issue990-download-optional-selected/dub.sdl | 2 +
.../dub.selections.json | 6 +
.../source/app.d | 6 +
travis-ci.sh | 2 +-
70 files changed, 870 insertions(+), 351 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/dub.git
More information about the pkg-d-commits
mailing list