2024-05-21 |
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
|
|
|
Reduce allocation overhead in determineDependencyConfigs.
Sönke Ludwig
committed
on 3 May
|
|
Avoid linear lookup and name allocations in Project.getDependency.
Sönke Ludwig
committed
on 3 May
|
|
Avoid linear time haveConfig.
Sönke Ludwig
committed
on 3 May
|
|
Use package indices instead of names or Package instances to identify packages.
...
Sönke Ludwig
committed
on 3 May
|
|
Avoid re-allocating allconfigs_path in determineAllConfigs.
Sönke Ludwig
committed
on 3 May
|
|
Avoid re-allocating the AA for isReachableByAllParentPacks for every call.
Sönke Ludwig
committed
on 3 May
|
|
|
|
Cache various package information to reduce GC allocations in getPackageConfigs.
...
Sönke Ludwig
committed
on 3 May
|
|
Merge pull request #2904 from shoo/fix_testcases
...
Sönke Ludwig
authored
on 3 May
GitHub
committed
on 3 May
|
|
2024-05-02 |
Fix test for windows environment without git bash
SHOO
committed
on 2 May
|
Fix dll build for windows
SHOO
committed
on 2 May
|
|
Fix configuration of test directories that should not be direct
SHOO
committed
on 2 May
|
|
Fix for when DPAHT is configured in a docker environment
SHOO
committed
on 2 May
|
|
Fix failed to remove temporary directories
SHOO
committed
on 2 May
|
|
Fix test cases that fail to listen
SHOO
committed
on 2 May
|
|
Add .gitignore settings
SHOO
committed
on 2 May
|