History for dub_jkp / source / dub / dependency.d
2022-07-14
@Geod24
Trivial: Use Dependency's matchesAny / isExactVersion more consistently
Geod24 committed on 14 Jul 2022
@Geod24
Dependency: Add attributes to optional / default_
Geod24 committed on 14 Jul 2022
@Geod24
Dependency: Remove toHash overload ...
Geod24 committed on 14 Jul 2022
@Geod24
Trivial: Simplify Version.matches
Geod24 committed on 14 Jul 2022
@The Dlang Bot
Merge pull request #2305 from Geod24/move-stuff-in-versionrange ...
The Dlang Bot authored on 14 Jul 2022 GitHub committed on 14 Jul 2022
@Geod24
Dependency: Move `spec` / git ref inside of `Repository` ...
Geod24 authored on 13 Jul 2022 Mathias LANG committed on 14 Jul 2022
@Geod24
Dependency: Make Any/Invalid manifest constants in VersionRange
Geod24 committed on 14 Jul 2022
@Geod24
Dependency: Move matchesAny / isExactVersion to VersionRange ...
Geod24 committed on 14 Jul 2022
@Geod24
Add attributes and scope annotation to Dependency.Version / semver
Geod24 committed on 14 Jul 2022
2022-07-13
@Martin Kinkelin
Merge remote-tracking branch 'origin/stable' into merge_stable ...
Martin Kinkelin committed on 13 Jul 2022
2022-07-10
@Sönke Ludwig
Also let getBestPackage use VersionMatchMode.strict for managed packages.
Sönke Ludwig committed on 10 Jul 2022
@Sönke Ludwig
Match versions of cached packages exactly. ...
Sönke Ludwig committed on 10 Jul 2022
2022-06-17
@Geod24
Dependency: Isolate SemVer version logic in its own struct ...
Geod24 authored on 16 Jun 2022 The Dlang Bot committed on 17 Jun 2022
2021-08-24
@Per Nordlöw
Replace deprecated keyword `body` with `do`
Per Nordlöw committed on 24 Aug 2021
2021-01-25
@Bastiaan Veelo
Refactor imports.
Bastiaan Veelo authored on 24 Jan 2021 The Dlang Bot committed on 25 Jan 2021
2020-08-09
@Eugene Wissner
Support dependencies as git url with exact commit (#1798) ...
Eugene Wissner authored on 9 Aug 2020 GitHub committed on 9 Aug 2020
2019-12-17
@Geod24
Remove some unused variables ...
Geod24 committed on 17 Dec 2019
2019-10-31
@ZombineDev
[dip1000] Fix compilation and test it on Travis CI
ZombineDev committed on 31 Oct 2019
@ZombineDev
[scope] [Dependency] Don't annotate constructor parameter with scope ...
ZombineDev committed on 31 Oct 2019
2019-10-11
@Mathis Beer
Add semver compatibility operator "^x.y.z". ...
Mathis Beer committed on 11 Oct 2019
2019-10-08
@Sebastian Wilzbach
Revert "support dependencies as git url with exact commit"
Sebastian Wilzbach authored on 8 Oct 2019 GitHub committed on 8 Oct 2019
2019-09-21
@Eugen Wissner
Support dependencies as git url with exact commit
Eugen Wissner committed on 21 Sep 2019
2019-08-31
@JinShil
Replace `hash_t` and `sizediff_t` with `size_t` and `ptrdiff_t`
JinShil committed on 31 Aug 2019
2019-02-17
@Sönke Ludwig
Fix deprecation warnings/errors.
Sönke Ludwig committed on 17 Feb 2019
2017-12-04
@Sönke Ludwig
Rename Path to NativePath. ...
Sönke Ludwig authored on 6 Nov 2017 Sebastian Wilzbach committed on 4 Dec 2017
2017-12-02
@Sönke Ludwig
Mark all methods of Dependency safe or trusted.
Sönke Ludwig committed on 2 Dec 2017
2017-12-01
@Sönke Ludwig
Optimize Dependency.merge. ...
Sönke Ludwig committed on 1 Dec 2017
@Sönke Ludwig
Optimize Dependency.toHash/matchesAny.
Sönke Ludwig committed on 1 Dec 2017
2017-09-07
@Sönke Ludwig
Let fuzzy version matches exclude pre-release variants of the bumped version. ...
Sönke Ludwig committed on 7 Sep 2017
2017-04-11
@klemens
spelling fixes
klemens committed on 11 Apr 2017