summaryrefslogtreecommitdiff
path: root/apt-pkg/algorithms.cc
Commit message (Expand)AuthorAgeFilesLines
* algorithms: Remove deprecated ProblemResolver::InstallProtect()Julian Andres Klode2019-02-261-26/+0
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* Fix various typos reported by spellcheckersDavid Kalnischkies2018-05-051-1/+1
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-5/+5
* Drop cacheiterators.h includeJulian Andres Klode2017-07-121-1/+0
* avoid explicit types for pkg counts by autoDavid Kalnischkies2017-06-261-11/+11
* algorithms: Fix typo: gental -> gentleJulian Andres Klode2017-01-311-2/+2
* fix various typos reported by spellintianDavid Kalnischkies2017-01-191-3/+3
* use FindB instead of FindI for Debug::pkgAutoRemoveDavid Kalnischkies2016-12-311-1/+1
* simulate all package manager actions explicitlyDavid Kalnischkies2016-08-101-2/+63
* edsp: if logging is requested, do it for internal, tooDavid Kalnischkies2016-06-081-4/+5
* edsp: add Forbid-{New-Install,Remove} and Upgrade-AllDavid Kalnischkies2016-05-201-2/+4
* factor out Pkg/DepIterator prettyprinters into own headerDavid Kalnischkies2016-04-281-8/+9
* apt-pkg/algorithms.cc: Avoid stack buffer overflow in KillListJulian Andres Klode2016-03-071-10/+9
* apply various suggestions made by cppcheckDavid Kalnischkies2015-11-051-1/+1
* sanify API to get 'the' candidate versionDavid Kalnischkies2015-11-041-1/+1
* algorithms: Replace qsort() by thread-safe std::sort()Julian Andres Klode2015-10-301-37/+44
* Cleanup includes after running iwyuMichael Vogt2015-08-171-2/+0
* Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>Julian Andres Klode2015-08-131-12/+12
* remove the compatibility markers for 4.13 abiDavid Kalnischkies2015-08-101-14/+0
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-1/+1
* merge debian/sid into debian/experimentalDavid Kalnischkies2015-03-161-1/+1
|\
| * award points for positive dependencies againDavid Kalnischkies2015-01-101-1/+1
* | explicit overload methods instead of adding parametersDavid Kalnischkies2014-11-081-0/+12
* | fix progress output for (dist-)upgrade calculationDavid Kalnischkies2014-09-271-10/+6
|/
* consider priorities only for downloadable pkgs in resolverDavid Kalnischkies2014-04-111-8/+11
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-7/+6
* warning: useless cast to type A [-Wuseless-cast]David Kalnischkies2014-03-131-2/+2
* check version before adding scores in resolverDavid Kalnischkies2014-03-131-1/+12
* do not do the same looping twiceDavid Kalnischkies2014-03-131-7/+1
* propagate a negative score point along breaks/conflictsDavid Kalnischkies2014-03-131-14/+25
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-6/+6
* Move ListUpdate/AquireUpdate into update.{cc,h}Michael Vogt2013-10-051-99/+0
* * move upgrade releated code into upgrade.{cc,h}Michael Vogt2013-10-051-238/+0
* cleanup upgrade API some more (thanks for the feedback from David)Michael Vogt2013-10-051-10/+15
* improve the API for Upgrade()Michael Vogt2013-09-181-8/+30
* squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt2013-08-121-5/+46
* Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2013-07-021-2/+4
|\
| * deprecate InstallProtect as a cpu-eating no-opDavid Kalnischkies2013-06-091-2/+4
* | make starting debug output of pkgProblemResolver proper englishMichael Vogt2013-06-281-2/+4
* | use just one line for the debug output (thanks to donkult for the review)Michael Vogt2013-06-271-4/+2
* | show broken count when starting the resolverMichael Vogt2013-06-271-2/+6
|/
* merged from the debian-wheezy branchMichael Vogt2013-05-081-1/+4
|\
| * * apt-pkg/algorithms.cc:Michael Vogt2013-05-081-1/+4
* | fix pkgProblemResolver::Scores, thanks to Paul Wise. Michael Vogt2013-01-081-8/+11
|\ \ | |/ |/|
| * fix pkgProblemResolver::Scores, thanks to Paul Wise. Michael Vogt2013-01-081-7/+7
|/
* * apt-pkg/algorithms.cc:Jonathan Thomas2012-11-101-3/+9
* * apt-pkg/algorithms.cc:David Kalnischkies2012-11-091-8/+8
* handle packages without a mandatory architecture (debian-policy ยง5.3)David Kalnischkies2012-09-091-0/+5
* * apt-pkg/deb/deblistparser.cc:David Kalnischkies2012-06-101-5/+30