Skip to content
Snippets Groups Projects
  1. Oct 06, 2014
  2. May 19, 2014
  3. Sep 06, 2013
  4. Jun 20, 2013
  5. Jun 19, 2013
    • Timo Teräs's avatar
      e4c65886
    • Timo Teräs's avatar
      upgrade: new option: --latest (-l) · d315c901
      Timo Teräs authored
      Select latest version of package (if it is not pinned), and print
      error if it cannot be installed due to other dependencies.
      
      Together with --available, it selects the latest package which is
      present at least in some repository.
      
      This also fixes few solver issues with ordering of package selection
      that got quite apparent with this flag. Namely, we cannot "lock"
      a package until it's reverse dependencies are locked or not all of
      the solver flags are propagated properly.
      d315c901
  6. Jun 18, 2013
  7. Jun 14, 2013
  8. Jun 13, 2013
  9. May 30, 2013
    • Timo Teräs's avatar
      db: unify handling of special packages · aec93ee7
      Timo Teräs authored
      make cache a special kind of repository, and automatically cache
      special packages (virtual packages, or ones installed from command
      line). add test cases for handling virtual packages. fixes #1617.
      aec93ee7
  10. Oct 09, 2012
  11. Feb 29, 2012
    • Timo Teräs's avatar
      solver, test: make conflicts unconditional · f27f194d
      Timo Teräs authored
      Solver will now never report partial solution where a conflict
      constraint is not satisfied. The is because with --force we might
      install the partial solution; and if conflicted packages were to
      be installed we might have extra trouble.
      f27f194d
  12. Feb 28, 2012
  13. Feb 27, 2012
  14. Feb 24, 2012
  15. Feb 23, 2012
  16. Jan 20, 2012
  17. Jan 17, 2012
    • Timo Teräs's avatar
      solver: calculate branch minimum penalty early · 12183024
      Timo Teräs authored
      Previously we would cache the penalty when evaluating the final
      solution, and adding that until we backtrack to first topology
      position changing that penalty. However, we can just keep track
      of minimum penalty based on name state, and add it. This allows
      us to bail out early on bad branches because we know in advance
      how things will turn out.
      12183024
  18. Oct 29, 2011
  19. Oct 24, 2011
  20. Oct 14, 2011
  21. Sep 05, 2011
  22. Aug 18, 2011
    • Timo Teräs's avatar
      solver: reintroduce install_if support · 1fb1afc5
      Timo Teräs authored
       * each package name has two sorting positions, one which causes
         install_if triggers to be run, and other for bulk dependencies
       * fix also inverted ordering of package installations
      1fb1afc5
  23. Aug 01, 2011
    • Timo Teräs's avatar
      solver: generate proper error messages · a5146f1b
      Timo Teräs authored
       * the solver no longer does look-ahead locking of names
         (could be possibly optimized later); instead names are now
         always ordered strictly to properly detect the package names
         which are unsolveable
       * basic error tests added, so we can see the most likely problem
         in dependencies easily
      a5146f1b
  24. Jul 27, 2011
  25. Jul 26, 2011
    • Timo Teräs's avatar
      solver: new package selection logic (which is not yet used) · 79b53d4d
      Timo Teräs authored
       * basic code for a backtracking, forward checking dependency satisfier
       * works better when there are tricky dependencies to solve
         (when can't just upgrade everything to most preferred versions)
       * the new code always evaluates all of 'world' constraints
         (old code just does incremental updates based on heuristics)
       * is probably somewhat slower than old code (probably unnoticeable
         difference in most cases)
       * makes easier to write support for provides and repository pinning
       * test applet and a bunch of test cases added which uses the new code
       * from the old feature set install_if is not yet implemented
      79b53d4d
Loading