summaryrefslogtreecommitdiff
path: root/apt-pkg/depcache.h
Commit message (Expand)AuthorAgeFilesLines
* Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERSJulian Andres Klode2019-06-121-8/+0
* Make APT::StringView publicJulian Andres Klode2019-06-111-3/+3
* depcache: Remove deprecated functionsJulian Andres Klode2019-02-261-4/+0
* Increase debug verbosity in `apt-get autoremove`Filipe Brandenburger2018-05-211-1/+5
* Fix various typos reported by spellcheckersDavid Kalnischkies2018-05-051-2/+2
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-3/+3
* Drop cacheiterators.h includeJulian Andres Klode2017-07-121-1/+0
* fix various typos reported by spellintianDavid Kalnischkies2017-01-191-1/+1
* factor out Pkg/DepIterator prettyprinters into own headerDavid Kalnischkies2016-04-281-0/+1
* do not strip epochs from state version stringsDavid Kalnischkies2016-03-161-2/+2
* tests: fix typos, correct helpmsgs and test testsDavid Kalnischkies2015-11-291-1/+1
* add messages to our deprecation warnings in libaptDavid Kalnischkies2015-11-271-1/+1
* fix a few typos in code-comments/apt manpageDavid Kalnischkies2015-11-201-1/+1
* sanify API to get 'the' candidate versionDavid Kalnischkies2015-11-041-2/+13
* Add GetPriority(VerIterator) to pkgDepCache::PolicyJulian Andres Klode2015-08-151-0/+1
* Only make Upgradable() return true for packages with a candidateJulian Andres Klode2015-08-121-1/+1
* bunch of micro-optimizations for depcacheDavid Kalnischkies2015-08-101-14/+14
* add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-101-1/+1
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-2/+2
* apply various style suggestions by cppcheckDavid Kalnischkies2015-08-101-1/+1
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-2/+4
* explicit overload methods instead of adding parametersDavid Kalnischkies2014-11-081-2/+2
* implement MarkAndSweep in cc instead of headerDavid Kalnischkies2014-10-031-13/+2
* mark private methods as hiddenDavid Kalnischkies2014-09-301-5/+5
* discard candidates via IsInstallOk to allow overrideDavid Kalnischkies2014-03-231-0/+2
* follow method attribute suggestions by gccDavid Kalnischkies2014-03-131-1/+2
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-2/+10
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-1/+1
* make doxygen more quiet, fix issues and disable latexDavid Kalnischkies2014-03-131-3/+3
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-1/+1
* don't consider holds for autoremovalDavid Kalnischkies2013-10-011-1/+1
* prevent MarkInstall of unsynced Multi-Arch:same siblingsDavid Kalnischkies2013-07-111-13/+17
* revert 2184.1.3: forward declaration instead of headersDavid Kalnischkies2011-12-131-0/+5
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-2/+3
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-3/+3
* merged from the debian-sid branchMichael Vogt2011-08-151-2/+2
|\
| * rename the parameter name of MarkDelete from Purge to MarkPurge toDavid Kalnischkies2011-08-111-2/+2
* | [ABI break] merge patch from Jonathan Thomas to speed up theMichael Vogt2011-07-281-1/+9
* | merge lp:~mvo/apt/abi-breakMichael Vogt2011-06-291-17/+11
|\ \ | |/ |/|
| * let the Mark methods return if their marking was successfulDavid Kalnischkies2011-05-171-3/+3
| * * apt-pkg/depcache.cc:David Kalnischkies2011-05-171-3/+3
| * remove deprecated methods which nobody should have used anyway likeDavid Kalnischkies2011-05-171-10/+1
| * tell the resolver a package is set on hold if it was set by the userDavid Kalnischkies2011-05-031-0/+1
| * add a first round of stuff needed for talking between APT and solversDavid Kalnischkies2011-03-301-1/+3
* | log reinstall commands in history.logDavid Kalnischkies2011-05-231-0/+2
|/
* do not change protected packages in autoinstall (Closes: #618848)David Kalnischkies2011-03-261-1/+2
* reorganize the marker methods a bit by moving the common part to aDavid Kalnischkies2011-03-201-0/+4
* Remove the "pseudopackage" handling of Architecture: all packages forDavid Kalnischkies2011-03-081-3/+5
* * apt-pkg/depcache.cc:David Kalnischkies2010-12-031-0/+19
* * apt-pkg/depcache.cc:David Kalnischkies2010-09-291-1/+1