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