2024-06-05 |
PackageManager: Make lookup lazy again
...
Mathias Lang
authored
on 4 Jun
Mathias LANG
committed
on 5 Jun
|
---|---|
Clear an unprinted deprecation during dub build
...
Mathias Lang
authored
on 4 Jun
The Dlang Bot
committed
on 5 Jun
|
|
Move the I/O part of Project.loadSelections to PackageManager
...
Mathias Lang
authored
on 4 Jun
The Dlang Bot
committed
on 5 Jun
|
|
2024-06-04 |
Don't call `getPackageIterator` from `loadGitPackage`
...
Mathias Lang
authored
on 4 Jun
Mathias LANG
committed
on 4 Jun
|
Clear up two deprecations triggering in unittest
...
Mathias Lang
authored
on 4 Jun
The Dlang Bot
committed
on 4 Jun
|
|
Remove redundant add-path shell script test
...
Mathias Lang
authored
on 4 Jun
The Dlang Bot
committed
on 4 Jun
|
|
|
|
2024-06-03 |
Trivial: Remove some no-longer-needed imports
...
Mathias Lang
authored
on 24 Feb 2024
Nicholas Wilson
committed
on 3 Jun
|
Remove support for OMF, make MsCOFF be x86
...
Mathias Lang
authored
on 3 Jun
The Dlang Bot
committed
on 3 Jun
|
|
2024-06-02 |
Merge pull request #2913 from ibuclaw/merge_stable
...
Iain Buclaw
authored
on 2 Jun
GitHub
committed
on 2 Jun
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
Iain Buclaw
committed
on 2 Jun
|
|
2024-06-01 |
update version to v1.38.0
Iain Buclaw
committed
on 1 Jun
|
2024-05-31 |
Fix regression in module-declarations parser
Martin Kinkelin
authored
on 31 May
Jan Jurzitza
committed
on 31 May
|
2024-05-27 |
Merge pull request #2909 from ibuclaw/merge_stable
...
Iain Buclaw
authored
on 27 May
GitHub
committed
on 27 May
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
Iain Buclaw
committed
on 27 May
|
|
update version to v1.38.0-rc.1
Iain Buclaw
committed
on 27 May
|
|
2024-05-21 |
Merge pull request #2908 from dlang/refactor_getpackageconfigs
...
Atila Neves
authored
on 21 May
GitHub
committed
on 21 May
|
Move the code for collecting package information to a separate method.
Sönke Ludwig
committed
on 21 May
|
|
Reorder code so that local functions come before the high-level algorithm.
Sönke Ludwig
committed
on 21 May
|
|
Consolidate package related information in getPackageConfigs into a single struct.
Sönke Ludwig
committed
on 21 May
|
|
Remove unused function.
Sönke Ludwig
committed
on 21 May
|
|
Refactor removeConfig with filterInPlace.
Sönke Ludwig
committed
on 21 May
|
|
|
|
Fix parameter naming convention.
Sönke Ludwig
committed
on 21 May
|
|
2024-05-10 |
Merge pull request #2905 from dlang/speed_up_config_resolution
...
Atila Neves
authored
on 10 May
GitHub
committed
on 10 May
|
2024-05-09 |
Merge pull request #2907 from ibuclaw/merge_stable
...
Iain Buclaw
authored
on 9 May
GitHub
committed
on 9 May
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
Iain Buclaw
committed
on 9 May
|
|
update version to v1.38.0-beta.1
Iain Buclaw
committed
on 9 May
|
|
Merge remote-tracking branch 'upstream/master' into stable
Iain Buclaw
committed
on 9 May
|
|
2024-05-03 |
Avoid visiting packages more than once in checkPacksRec.
Sönke Ludwig
committed
on 3 May
|