summaryrefslogtreecommitdiff
path: root/apt-pkg/algorithms.h
Commit message (Expand)AuthorAgeFilesLines
* Determine autoremovable kernels at run-timeJulian Andres Klode2021-01-041-0/+14
* apt-pkg: default visibility to hiddenJulian Andres Klode2020-02-261-7/+7
* Rename pkgSimulate::Go2 to pkgSimulate::GoJulian Andres Klode2020-02-261-2/+1
* Fix typos reported by codespell in code commentsDavid Kalnischkies2019-07-101-1/+1
* Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERSJulian Andres Klode2019-06-121-9/+0
* algorithms: Remove deprecated ProblemResolver::InstallProtect()Julian Andres Klode2019-02-261-2/+0
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-3/+2
* Drop cacheiterators.h includeJulian Andres Klode2017-07-121-1/+0
* simulate all package manager actions explicitlyDavid Kalnischkies2016-08-101-1/+9
* edsp: if internal is used, keep this decisionDavid Kalnischkies2016-06-081-3/+2
* Fix several typosVeres Lajos2016-03-071-2/+2
* add messages to our deprecation warnings in libaptDavid Kalnischkies2015-11-271-1/+1
* algorithms: Replace qsort() by thread-safe std::sort()Julian Andres Klode2015-10-301-2/+1
* remove the compatibility markers for 4.13 abiDavid Kalnischkies2015-08-101-10/+0
* add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-101-4/+4
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-2/+2
* apply various style suggestions by cppcheckDavid Kalnischkies2015-08-101-3/+3
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-3/+3
* explicit overload methods instead of adding parametersDavid Kalnischkies2014-11-081-0/+10
* mark private methods as hiddenDavid Kalnischkies2014-09-301-9/+9
* fix progress output for (dist-)upgrade calculationDavid Kalnischkies2014-09-271-5/+5
* follow method attribute suggestions by gccDavid Kalnischkies2014-03-131-1/+1
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-1/+4
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-2/+2
* small documentation updatesMichael Vogt2013-11-011-1/+1
* Move ListUpdate/AquireUpdate into update.{cc,h}Michael Vogt2013-10-051-5/+1
* * move upgrade releated code into upgrade.{cc,h}Michael Vogt2013-10-051-15/+5
* cleanup upgrade API some more (thanks for the feedback from David)Michael Vogt2013-10-051-4/+6
* improve the API for Upgrade()Michael Vogt2013-09-181-2/+10
* squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt2013-08-121-0/+4
* deprecate InstallProtect as a cpu-eating no-opDavid Kalnischkies2013-06-091-3/+4
* * apt-pkg/algorithms.cc:Marius Vollmer2012-05-151-0/+1
* * apt-pkg/algorithms.cc:David Kalnischkies2012-05-101-1/+3
* * apt-pkg/algorithms.cc:Colin Watson2012-01-291-1/+1
* revert 2184.1.3: forward declaration instead of headersDavid Kalnischkies2011-12-131-0/+1
* revert 2184.1.2: do not pollute namespace in headersDavid Kalnischkies2011-12-131-0/+4
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-1/+2
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-4/+2
* merged from http://bzr.debian.org/bzr/apt/apt/debian-sidMichael Vogt2011-07-151-0/+3
|\
| * make ResolveByKeep() more clever and hold back packages that would go into a ...Michael Vogt2011-07-141-0/+3
* | * [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends whichMichael Vogt2011-06-081-0/+3
|\ \
| * | add more dpointer placeholdersMichael Vogt2011-02-021-0/+3
* | | implement external solver calling for upgrade and dist-upgrade, tooDavid Kalnischkies2011-05-031-0/+1
* | | add a first round of stuff needed for talking between APT and solversDavid Kalnischkies2011-03-301-0/+2
| |/ |/|
* | do not change protected packages in autoinstall (Closes: #618848)David Kalnischkies2011-03-261-1/+1
|/
* * apt-pkg/policy.h:David Kalnischkies2010-07-041-1/+1
* add the various foldmarkers in apt-pkg & cmdline (no code change)David Kalnischkies2009-06-301-4/+4
* * apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc:Michael Vogt2008-10-011-0/+1
* * move the ListUpdate() code from cachefile.h into algorithms.{cc,h}Michael Vogt2008-01-071-0/+3
* * removed the pragma messMichael Vogt2006-10-021-3/+0