History for dub_jkp / source / dub / packagemanager.d
2023-02-04
@WebFreak001
fix typo(s)
WebFreak001 authored on 9 Jan 2023 Mathias LANG committed on 4 Feb 2023
2022-11-17
@Geod24
Replace all instances of mkdirRecurse with ensureDir ...
Geod24 authored on 15 Nov 2022 Mathias LANG committed on 17 Nov 2022
2022-11-07
@Mathias LANG
Merge pull request #2526 from dlang/add_path_workflow ...
Mathias LANG authored on 7 Nov 2022 GitHub committed on 7 Nov 2022
2022-11-04
@Sönke Ludwig
Fix version match rules for add-path based packages.
Sönke Ludwig committed on 4 Nov 2022
2022-11-02
@Sönke Ludwig
Move foreign code from global scope to dub.internal. ...
Sönke Ludwig authored on 2 Nov 2022 Jan Jurzitza committed on 2 Nov 2022
2022-10-29
@Geod24
Unify reading and writing files under a single API ...
Geod24 authored on 28 Oct 2022 Mathias LANG committed on 29 Oct 2022
2022-10-20
@Geod24
PackageManager: Load packages lazily on dub build ...
Geod24 authored on 22 Aug 2022 Mathias LANG committed on 20 Oct 2022
@Geod24
Document PackageManager.getBestPackage, deprecate Dependency overload ...
Geod24 authored on 19 Oct 2022 Mathias LANG committed on 20 Oct 2022
2022-10-19
@Geod24
Deprecate `PackageManager.refresh(true)`, only expose `refresh()` ...
Geod24 authored on 19 Oct 2022 The Dlang Bot committed on 19 Oct 2022
2022-10-17
@Geod24
Do not use Phobos' sumtype, use dyaml's versioned one ...
Geod24 authored on 17 Oct 2022 Mathias LANG committed on 17 Oct 2022
2022-09-21
@Steven Schveighoffer
Fix zip symlink problem.
Steven Schveighoffer authored on 21 Sep 2022 The Dlang Bot committed on 21 Sep 2022
2022-09-17
@Sönke Ludwig
Fix package scanning order. ...
Sönke Ludwig authored on 15 Sep 2022 Mathias LANG committed on 17 Sep 2022
2022-09-15
@Geod24
PackMan: Provide an overload of storeFetchedPackage that doesn't expose Location ...
Geod24 authored on 15 Sep 2022 Mathias LANG committed on 15 Sep 2022
@Geod24
PackageManager: Only iterate on internal fromPath array, not everything ...
Geod24 authored on 14 Sep 2022 Mathias LANG committed on 15 Sep 2022
2022-09-14
@Geod24
Remove PlacementLocation information from Dub.fetch ...
Geod24 authored on 12 Sep 2022 Mathias LANG committed on 14 Sep 2022
@Geod24
PackMan: Deprecate overload leaking location path ...
Geod24 authored on 12 Sep 2022 Mathias LANG committed on 14 Sep 2022
2022-09-13
@Geod24
Move PackageManager.getPackagePath to Location ...
Geod24 authored on 12 Sep 2022 Mathias LANG committed on 13 Sep 2022
@Geod24
Deprecate PackageManager.completeSearchPath ...
Geod24 authored on 12 Sep 2022 Mathias LANG committed on 13 Sep 2022
@Geod24
Deprecate an unused PackageManager.getPackage ovrld ...
Geod24 authored on 12 Sep 2022 Mathias LANG committed on 13 Sep 2022
@Geod24
Deprecate PackageManager.getFirstPackage ...
Geod24 authored on 12 Sep 2022 Mathias LANG committed on 13 Sep 2022
2022-09-11
@Geod24
PackageManager: Simplify removeLocalPackage by using algorithm ...
Geod24 authored on 20 Aug 2022 Mathias LANG committed on 11 Sep 2022
@Geod24
PackageManager: Remove m_disableDefaultSearchPath, use array instead ...
Geod24 committed on 11 Sep 2022
@Geod24
Trivial: Improve PackageManager.m_repositories documentation
Geod24 committed on 11 Sep 2022
2022-09-10
@Geod24
Remove PackageManager deprecations from v1.20.0 ...
Geod24 authored on 10 Sep 2022 Mathias LANG committed on 10 Sep 2022
@Geod24
PackageManager: Make internal scope have the priority, remove m_temporaryPackages ...
Geod24 authored on 24 Aug 2022 Mathias LANG committed on 10 Sep 2022
@Geod24
PackageManager: Move the scanning logic to Location, segment per Location ...
Geod24 authored on 5 Sep 2022 Mathias LANG committed on 10 Sep 2022
@Geod24
PackageManager.Location: Split packages registered locally and read from path ...
Geod24 authored on 6 Sep 2022 Mathias LANG committed on 10 Sep 2022
@Geod24
Trivial: Fix some style issues
Geod24 authored on 9 Sep 2022 Mathias LANG committed on 10 Sep 2022
@Geod24
PackageManager: Simplify logic around refreshing packages ...
Geod24 authored on 9 Sep 2022 Mathias LANG committed on 10 Sep 2022
@Geod24
Trivial: Rename refresh_existing_packages parameter to refresh
Geod24 authored on 9 Sep 2022 Mathias LANG committed on 10 Sep 2022