summaryrefslogtreecommitdiff
path: root/apt-pkg/algorithms.cc
AgeCommit message (Expand)AuthorFilesLines
2015-01-10award points for positive dependencies againDavid Kalnischkies1-1/+1
2014-04-11consider priorities only for downloadable pkgs in resolverDavid Kalnischkies1-8/+11
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-7/+6
2014-03-13warning: useless cast to type A [-Wuseless-cast]David Kalnischkies1-2/+2
2014-03-13check version before adding scores in resolverDavid Kalnischkies1-1/+12
2014-03-13do not do the same looping twiceDavid Kalnischkies1-7/+1
2014-03-13propagate a negative score point along breaks/conflictsDavid Kalnischkies1-14/+25
2014-02-22Fix typos in documentation (codespell)Michael Vogt1-6/+6
2013-10-05Move ListUpdate/AquireUpdate into update.{cc,h}Michael Vogt1-99/+0
2013-10-05* move upgrade releated code into upgrade.{cc,h}Michael Vogt1-238/+0
2013-10-05cleanup upgrade API some more (thanks for the feedback from David)Michael Vogt1-10/+15
2013-09-18improve the API for Upgrade()Michael Vogt1-8/+30
2013-08-12squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt1-5/+46
2013-07-02Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt1-2/+4
2013-06-28make starting debug output of pkgProblemResolver proper englishMichael Vogt1-2/+4
2013-06-27use just one line for the debug output (thanks to donkult for the review)Michael Vogt1-4/+2
2013-06-27show broken count when starting the resolverMichael Vogt1-2/+6
2013-06-09deprecate InstallProtect as a cpu-eating no-opDavid Kalnischkies1-2/+4
2013-05-08merged from the debian-wheezy branchMichael Vogt1-1/+4
2013-05-08* apt-pkg/algorithms.cc:Michael Vogt1-1/+4
2013-01-08fix pkgProblemResolver::Scores, thanks to Paul Wise. Michael Vogt1-8/+11
2013-01-08fix pkgProblemResolver::Scores, thanks to Paul Wise. Michael Vogt1-7/+7
2012-11-10* apt-pkg/algorithms.cc:Jonathan Thomas1-3/+9
2012-11-09* apt-pkg/algorithms.cc:David Kalnischkies1-8/+8
2012-09-09handle packages without a mandatory architecture (debian-policy ยง5.3)David Kalnischkies1-0/+5
2012-06-10* apt-pkg/deb/deblistparser.cc:David Kalnischkies1-5/+30
2012-05-15* apt-pkg/algorithms.cc:Marius Vollmer1-0/+6
2012-05-10* apt-pkg/algorithms.cc:David Kalnischkies1-11/+26
2012-03-06merge with apt/experimentalDavid Kalnischkies1-2/+11
2012-03-05* Treat the Important flag like the Essential flag with two differences:Julian Andres Klode1-2/+11
2012-03-04fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies1-1/+1
2012-01-29* apt-pkg/algorithms.cc:Colin Watson1-15/+15
2012-01-29* apt-pkg/algorithms.cc:Colin Watson1-2/+1
2011-10-30merge with my debian-sid branchDavid Kalnischkies1-2/+9
2011-10-17* algorithms.cc:David Kalnischkies1-2/+9
2011-09-20* apt-pkg/deb/dpkgpm.cc:David Kalnischkies1-1/+1
2011-09-20* apt-pkg/algorithms.cc:David Kalnischkies1-1/+1
2011-09-19fix foldmarker in algorithms.hDavid Kalnischkies1-3/+2
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-0/+3
2011-09-13merge with debian/experimentalDavid Kalnischkies1-31/+31
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-2/+4
2011-08-15merged from the debian-sid branchMichael Vogt1-31/+31
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies1-31/+31
2011-07-15merged from http://bzr.debian.org/bzr/apt/apt/debian-sidMichael Vogt1-6/+34
2011-07-14make ResolveByKeep() more clever and hold back packages that would go into a ...Michael Vogt1-6/+34
2011-05-17rename option APT::Solver::Name to simply APT::SolverDavid Kalnischkies1-4/+4
2011-05-17* Implement EDSP in libapt-pkg so that all front-ends whichDavid Kalnischkies1-6/+49
2011-05-11convert a lot of places to use IsNegative instead of checking by handDavid Kalnischkies1-23/+8
2011-05-09implement proper progress report with OpProgressDavid Kalnischkies1-8/+16
2011-05-03implement external solver calling for upgrade and dist-upgrade, tooDavid Kalnischkies1-18/+22