2024-05-10
@Atila Neves
Merge pull request #2905 from dlang/speed_up_config_resolution ...
Atila Neves authored on 10 May GitHub committed on 10 May
2024-05-09
@Iain Buclaw
Merge pull request #2907 from ibuclaw/merge_stable ...
Iain Buclaw authored on 9 May GitHub committed on 9 May
@Iain Buclaw
Merge remote-tracking branch 'upstream/stable' into merge_stable
Iain Buclaw committed on 9 May
@Iain Buclaw
update version to v1.38.0-beta.1
Iain Buclaw committed on 9 May
@Iain Buclaw
Merge remote-tracking branch 'upstream/master' into stable
Iain Buclaw committed on 9 May
2024-05-03
@Sönke Ludwig
Avoid visiting packages more than once in checkPacksRec.
Sönke Ludwig committed on 3 May
@Sönke Ludwig
Avoid linear time edge list construction. ...
Sönke Ludwig committed on 3 May
@Sönke Ludwig
Reduce allocation overhead in determineDependencyConfigs.
Sönke Ludwig committed on 3 May
@Sönke Ludwig
Avoid linear lookup and name allocations in Project.getDependency.
Sönke Ludwig committed on 3 May
@Sönke Ludwig
Avoid linear time haveConfig.
Sönke Ludwig committed on 3 May
@Sönke Ludwig
Use package indices instead of names or Package instances to identify packages. ...
Sönke Ludwig committed on 3 May
@Sönke Ludwig
Avoid re-allocating allconfigs_path in determineAllConfigs.
Sönke Ludwig committed on 3 May
@Sönke Ludwig
Avoid re-allocating the AA for isReachableByAllParentPacks for every call.
Sönke Ludwig committed on 3 May
@Sönke Ludwig
Eliminate edges in the configuration graph in-place. ...
Sönke Ludwig committed on 3 May
@Sönke Ludwig
Cache various package information to reduce GC allocations in getPackageConfigs. ...
Sönke Ludwig committed on 3 May
@Sönke Ludwig
Merge pull request #2904 from shoo/fix_testcases ...
Sönke Ludwig authored on 3 May GitHub committed on 3 May
2024-05-02
@SHOO
Fix test for windows environment without git bash
SHOO committed on 2 May
@SHOO
Fix dll build for windows
SHOO committed on 2 May
@SHOO
Fix configuration of test directories that should not be direct
SHOO committed on 2 May
@SHOO
Fix for when DPAHT is configured in a docker environment
SHOO committed on 2 May
@SHOO
Fix failed to remove temporary directories
SHOO committed on 2 May
@SHOO
Fix test cases that fail to listen
SHOO committed on 2 May
@SHOO
Add .gitignore settings
SHOO committed on 2 May
2024-04-28
@Andrei Horodniceanu
Respect skipRegistry value from configuration files ...
Andrei Horodniceanu authored on 27 Apr The Dlang Bot committed on 28 Apr
2024-04-22
@Atila Neves
Merge pull request #2897 from atilaneves/parse-module ...
Atila Neves authored on 22 Apr GitHub committed on 22 Apr
@electricface
Improve the output when the subcommand is not found ...
electricface authored on 11 Apr The Dlang Bot committed on 22 Apr
2024-04-20
@The Dlang Bot
Merge pull request #2902 from atilaneves/speed-up-getPackageConfigs ...
The Dlang Bot authored on 20 Apr GitHub committed on 20 Apr
2024-04-19
@Atila Neves
Prune the result of `Package.getAllDependenciesRange`
Atila Neves committed on 19 Apr
@Atila Neves
Return early from determineDependencyConfigs if possible ...
Atila Neves committed on 19 Apr
2024-04-18
@Atila Neves
Fix bug
Atila Neves committed on 18 Apr