Nils Adermann
|
7c2d3518e5
Remove whitelisting of required package names, done by pool builder now
|
7 years ago |
Nils Adermann
|
81bb8f81ad
Set all package ids only once the pool is created
|
7 years ago |
Nils Adermann
|
c0f19f6c57
Move construction of pool from repo set into a pool builder
|
7 years ago |
Nils Adermann
|
1228bcdffc
Internalize pool creation in repository set, store root aliases in set
|
7 years ago |
Nils Adermann
|
6ef65e5319
Add a new RepositorySet class and restrict pool usage to the solver
|
7 years ago |
Christophe Coevoet
|
e5b948c683
Refactor the handling of conflict rules in the solver
|
7 years ago |
Jordi Boggiano
|
623c0dcda7
Improve solver error reporting, fixes #5086, fixes #2575, fixes #2661
|
9 years ago |
Jordi Boggiano
|
c9436438ff
Add memoization to parseConstraints, saves some (6-7% here) RAM and marginal CPU time
|
9 years ago |
Rob Bast
|
1c7016de45
remove dead code/class
|
10 years ago |
Jordi Boggiano
|
ce08582671
Fix CS
|
10 years ago |
Rob Bast
|
a1427d7fd6
replace all occurences in code and comments
|
10 years ago |
Nils Adermann
|
07e1d227c9
Output the size of the pool after dependency resolution for users
|
10 years ago |
Nils Adermann
|
75c501251d
Revert "Merge remote-tracking branch 'naderman/load-no-providers'"
|
10 years ago |
Nils Adermann
|
cfd0e44312
Move private function further down in pool
|
10 years ago |
Nils Adermann
|
ec5416f03c
loadDev parameter is nonsense, properly load packages in create command
|
10 years ago |
Nils Adermann
|
b99c03ea04
Entirely remove whatProvides from Composer repository
|
10 years ago |
Nils Adermann
|
090711b21c
Completely move loading of packages from composer repo to pool
|
10 years ago |
Nils Adermann
|
4d0db5add6
POC Implementation of loading only explicitly named package data
|
10 years ago |
Hannes Van De Vreken
|
d017fa4a1d
Unused variable
|
10 years ago |
Jordi Boggiano
|
3ba581f0df
Improve error messages for required hhvm/php versions, fixes #3767
|
10 years ago |
Nils Adermann
|
c6af09b1da
Make project id public
|
11 years ago |
Nils Adermann
|
dccb728e10
Remove further unnecessary checks for packages being arrays
|
11 years ago |
Nils Adermann
|
89bd9be295
This entirely removes StreamableRepositories and minimal package arrays
|
11 years ago |
Sam Mousa
|
670ca2f889
Fixed issue #3441
|
11 years ago |
Nils Adermann
|
83159dc153
Use elseif instead of else { if {
|
11 years ago |
Nils Adermann
|
0daaa1a902
Reduce whatProvides overhead
|
11 years ago |
Jordi Boggiano
|
94926218e8
CS fixes
|
11 years ago |
Ryan Weaver
|
947db97e33
[#2492] Removing an unused variable and use statement, fixing phpdoc
|
11 years ago |
Jordi Boggiano
|
ac497feaba
CS fixes
|
11 years ago |
Jordi Boggiano
|
e23665be59
Fix replacers being picked if whatProvide was called before building the package whitelist, fixes #2991, fixes #2962
|
11 years ago |