Commit History

Author SHA1 Message Date
  Jordi Boggiano 8a41f1a5ca Allow providers which are selected to be installed in place of existing packages which do not satisfy requirements, fixes #6753 5 years ago
  Jordi Boggiano 1d31190472 Keep track of unacceptable fixed packages for later to use in error reporting and make sure the pool state is consistent 5 years ago
  Jordi Boggiano f68731e663 Remove package/repo priority concept as it is enforced by the pool builder now 5 years ago
  Yanick Witschi d1dc367d86 Removed the filters from the pool 5 years ago
  Nils Adermann 10ada7bf82 Refactor Installer class into separate install and update processes 6 years ago
  Nils Adermann 83efeaec5c Attempt to prune versions which are impossible to install during pool building 6 years ago
  Nils Adermann 7c2d3518e5 Remove whitelisting of required package names, done by pool builder now 6 years ago
  Nils Adermann 81bb8f81ad Set all package ids only once the pool is created 6 years ago
  Nils Adermann c0f19f6c57 Move construction of pool from repo set into a pool builder 6 years ago
  Nils Adermann 1228bcdffc Internalize pool creation in repository set, store root aliases in set 6 years ago
  Nils Adermann 6ef65e5319 Add a new RepositorySet class and restrict pool usage to the solver 6 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 9 years ago
  Jordi Boggiano ce08582671 Fix CS 9 years ago
  Rob Bast a1427d7fd6 replace all occurences in code and comments 9 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 10 years ago
  Nils Adermann dccb728e10 Remove further unnecessary checks for packages being arrays 10 years ago
  Nils Adermann 89bd9be295 This entirely removes StreamableRepositories and minimal package arrays 10 years ago
  Sam Mousa 670ca2f889 Fixed issue #3441 10 years ago