summaryrefslogtreecommitdiff
path: root/apt-pkg/depcache.h
AgeCommit message (Expand)AuthorFilesLines
2016-04-28factor out Pkg/DepIterator prettyprinters into own headerDavid Kalnischkies1-0/+1
2016-03-16do not strip epochs from state version stringsDavid Kalnischkies1-2/+2
2015-11-29tests: fix typos, correct helpmsgs and test testsDavid Kalnischkies1-1/+1
2015-11-27add messages to our deprecation warnings in libaptDavid Kalnischkies1-1/+1
2015-11-20fix a few typos in code-comments/apt manpageDavid Kalnischkies1-1/+1
2015-11-04sanify API to get 'the' candidate versionDavid Kalnischkies1-2/+13
2015-08-15Add GetPriority(VerIterator) to pkgDepCache::PolicyJulian Andres Klode1-0/+1
2015-08-12Only make Upgradable() return true for packages with a candidateJulian Andres Klode1-1/+1
2015-08-10bunch of micro-optimizations for depcacheDavid Kalnischkies1-14/+14
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies1-1/+1
2015-08-10make all d-pointer * const pointersDavid Kalnischkies1-2/+2
2015-08-10apply various style suggestions by cppcheckDavid Kalnischkies1-1/+1
2015-06-16add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies1-2/+4
2014-11-08explicit overload methods instead of adding parametersDavid Kalnischkies1-2/+2
2014-10-03implement MarkAndSweep in cc instead of headerDavid Kalnischkies1-13/+2
2014-09-30mark private methods as hiddenDavid Kalnischkies1-5/+5
2014-03-23discard candidates via IsInstallOk to allow overrideDavid Kalnischkies1-0/+2
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies1-1/+2
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-2/+10
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies1-1/+1
2014-03-13make doxygen more quiet, fix issues and disable latexDavid Kalnischkies1-3/+3
2014-02-22Fix typos in documentation (codespell)Michael Vogt1-1/+1
2013-10-01don't consider holds for autoremovalDavid Kalnischkies1-1/+1
2013-07-11prevent MarkInstall of unsynced Multi-Arch:same siblingsDavid Kalnischkies1-13/+17
2011-12-13revert 2184.1.3: forward declaration instead of headersDavid Kalnischkies1-0/+5
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-2/+3
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies1-3/+3
2011-08-15merged from the debian-sid branchMichael Vogt1-2/+2
2011-08-11rename the parameter name of MarkDelete from Purge to MarkPurge toDavid Kalnischkies1-2/+2
2011-07-28[ABI break] merge patch from Jonathan Thomas to speed up theMichael Vogt1-1/+9
2011-06-29merge lp:~mvo/apt/abi-breakMichael Vogt1-17/+11
2011-05-23log reinstall commands in history.logDavid Kalnischkies1-0/+2
2011-05-17let the Mark methods return if their marking was successfulDavid Kalnischkies1-3/+3
2011-05-17* apt-pkg/depcache.cc:David Kalnischkies1-3/+3
2011-05-17remove deprecated methods which nobody should have used anyway likeDavid Kalnischkies1-10/+1
2011-05-03tell the resolver a package is set on hold if it was set by the userDavid Kalnischkies1-0/+1
2011-03-30add a first round of stuff needed for talking between APT and solversDavid Kalnischkies1-1/+3
2011-03-26do not change protected packages in autoinstall (Closes: #618848)David Kalnischkies1-1/+2
2011-03-20reorganize the marker methods a bit by moving the common part to aDavid Kalnischkies1-0/+4
2011-03-08Remove the "pseudopackage" handling of Architecture: all packages forDavid Kalnischkies1-3/+5
2010-12-03* apt-pkg/depcache.cc:David Kalnischkies1-0/+19
2010-09-29* apt-pkg/depcache.cc:David Kalnischkies1-1/+1
2010-08-28* apt-pkg/contrib/configuration.cc:David Kalnischkies1-1/+1
2010-07-04* apt-pkg/policy.h:David Kalnischkies1-3/+3
2010-06-26 - use the new MatchAgainstConfig for the DefaultRootSetFuncDavid Kalnischkies1-16/+6
2010-06-16* apt-pkg/depcache.cc:David Kalnischkies1-1/+1
2010-06-03* apt-pkg/depcache.cc:David Kalnischkies1-5/+7
2010-06-03deprecate AddSize with Multiplier as it is unused and switch toDavid Kalnischkies1-2/+3
2010-04-28rewrite the pseudo package reinstaller to be more intelligentDavid Kalnischkies1-0/+2
2010-04-13regex for package names executed on Grp- not PkgIteratorDavid Kalnischkies1-0/+1