summaryrefslogtreecommitdiff
path: root/apt-pkg/orderlist.cc
AgeCommit message (Expand)AuthorFilesLines
2018-10-30Fix typos encountered while updating de translationChris Leick1-1/+1
2018-08-29Fix typos reported by codespell & spellintianDavid Kalnischkies1-2/+2
2018-05-07Remove obsolete RCS keywordsGuillem Jover1-1/+0
2018-05-05Fix various typos reported by spellcheckersDavid Kalnischkies1-1/+1
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-5/+5
2017-07-12Drop cacheiterators.h includeJulian Andres Klode1-1/+0
2017-06-26avoid explicit types for pkg counts by autoDavid Kalnischkies1-3/+3
2017-01-19fix various typos reported by spellintianDavid Kalnischkies1-4/+4
2015-12-10Do not swap required and important in pkgCache::Priority()Julian Andres Klode1-1/+1
2015-10-30orderlist: Replace qsort() by thread-safe std::sort()Julian Andres Klode1-21/+18
2015-08-27fix various typos reported by codespellDavid Kalnischkies1-1/+1
2015-08-17Cleanup includes after running iwyuMichael Vogt1-2/+0
2015-08-13Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>Julian Andres Klode1-11/+11
2015-08-10make all d-pointer * const pointersDavid Kalnischkies1-1/+1
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-1/+5
2014-02-22Fix typos in documentation (codespell)Michael Vogt1-4/+4
2013-06-09prefer Essentials over Removals in ordering scoreDavid Kalnischkies1-3/+2
2013-06-09rewrite pkgOrderList::DepRemove to stop incorrect immediate settingDavid Kalnischkies1-116/+103
2013-03-10various simple changes to fix cppcheck warningsDavid Kalnischkies1-1/+3
2012-03-04fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies1-8/+6
2011-09-14enable APT in unpack/configure ordering to handle loops as wellDavid Kalnischkies1-3/+5
2011-09-13merge with debian/sidDavid Kalnischkies1-17/+53
2011-09-13merge with debian/experimentalDavid Kalnischkies1-13/+13
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-0/+2
2011-08-24* apt-pkg/orderlist.cc:David Kalnischkies1-7/+43
2011-08-23print from their the visit came fromDavid Kalnischkies1-11/+11
2011-08-11fix a few more cppcheck performance and scope warningsDavid Kalnischkies1-5/+5
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies1-8/+8
2011-08-09More inproved comments about loops.Christopher Baines1-0/+2
2011-07-14More changes to make imediate configuration work for all packages, Christopher Baines1-2/+2
2011-07-05[ David Kalnischkies ]Christopher Baines1-1/+1
2011-07-02The modification to orderlist.cc is from a patch DonKult (David) gave me, The...Christopher Baines1-0/+6
2011-06-28cherry pick from donkultMichael Vogt1-0/+6
2011-05-11convert a lot of places to use IsNegative instead of checking by handDavid Kalnischkies1-12/+4
2011-04-16* apt-pkg/orderlist.cc:David Kalnischkies1-1/+1
2011-03-08Remove the "pseudopackage" handling of Architecture: all packages forDavid Kalnischkies1-4/+0
2010-11-06* apt-pkg/orderlist.cc:David Kalnischkies1-7/+27
2010-07-29configure also the replacement before remove by adding Immediate flagDavid Kalnischkies1-0/+2
2010-07-28* apt-pkg/orderlist.cc:David Kalnischkies1-1/+76
2010-06-10* apt-pkg/orderlist.cc:David Kalnischkies1-1/+2
2010-03-01Remove and Unpack operations should not be ignored for pseudo packages -David Kalnischkies1-5/+6
2010-02-12Add yet another pseudo package which isn't as pseudo as the others:David Kalnischkies1-0/+4
2009-09-18cleanup commit for trigger processing:David Kalnischkies1-10/+5
2009-09-15Add even more config options and try to handle configuration problemsDavid Kalnischkies1-24/+50
2009-06-30add the various foldmarkers in apt-pkg & cmdline (no code change)David Kalnischkies1-8/+2
2008-10-03Fix some typos in docs and translations (thanks to timeless, closes: 368665)Luca Bruno1-1/+1
2007-06-08* Removed the more leftover #pragma interface/implementationMichael Vogt1-3/+0
2007-06-08* remove all the remaining #pragma implementationMichael Vogt1-3/+0
2006-08-25initial Breaks implementationIan Jackson1-1/+16
2004-09-20G++3 fixes from RandolphArch Librarian1-1/+5