summaryrefslogtreecommitdiff
path: root/apt-pkg/cacheset.cc
Commit message (Expand)AuthorAgeFilesLines
* cacheset: Remove simple cases of deprecated codeJulian Andres Klode2019-05-061-27/+0
* remove pointless APT_PURE from void functionsDavid Kalnischkies2017-12-141-5/+5
* Replace APT_CONST with APT_PURE everywhereJulian Andres Klode2017-08-241-5/+5
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-9/+9
* Drop cacheiterators.h includeJulian Andres Klode2017-07-121-1/+0
* fix various typos reported by spellintianDavid Kalnischkies2017-01-191-2/+2
* support regex and co in 'apt-cache policy $pkg' againDavid Kalnischkies2015-12-141-1/+1
* support .deb files in upgrade operations as wellDavid Kalnischkies2015-11-041-8/+2
* implement dpkgs vision of interpreting pkg:<arch> dependenciesDavid Kalnischkies2015-09-141-1/+2
* use c++11 algorithms to avoid strange compiler warningsDavid Kalnischkies2015-08-291-12/+4
* cacheset: Prefer the depcache over the policy againJulian Andres Klode2015-08-271-5/+5
* avoid virtual in the iteratorsDavid Kalnischkies2015-08-101-1/+2
* show or-groups in not-installed recommends and suggests listsDavid Kalnischkies2015-08-101-0/+110
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-5/+14
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-1/+14
* fix some new compiler warnings reported by gcc-5David Kalnischkies2015-03-161-2/+2
* replace ignore-deprecated #pragma dance with _PragmaDavid Kalnischkies2014-11-081-36/+10
* move PCI::From* methods into CacheSetHelper classDavid Kalnischkies2014-09-271-56/+68
* rework cachesets API to allow future extensionDavid Kalnischkies2014-09-271-68/+196
* Do not crash for apt-get install /dev/nullMichael Vogt2014-07-161-0/+2
* Allow passing a full path to apt-get install /foo/bar.debMichael Vogt2014-07-101-1/+8
* fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG...Michael Vogt2014-05-071-4/+5
* handle pkgnames shorter than modifiersDavid Kalnischkies2014-04-261-2/+4
* follow method attribute suggestions by gccDavid Kalnischkies2014-03-131-5/+5
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-4/+12
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-14/+14
* prepare re-enable fnmatch() once we have proper reportingMichael Vogt2014-02-201-0/+3
* disable fnmatch()Michael Vogt2014-02-141-1/+0
* add missing canNotFindFnmatch/showFnmatchSelection (for the next ABI break)Michael Vogt2014-02-141-2/+23
* rework some code to fix some scan-build warningsDavid Kalnischkies2014-01-161-0/+2
* squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt2013-08-121-0/+64
* * apt-pkg/cacheset.cc:David Kalnischkies2012-07-181-0/+2
* * apt-pkg/cacheset.cc:David Kalnischkies2012-06-141-4/+50
* * apt-pkg/cacheset.cc:David Kalnischkies2012-04-201-2/+5
* * apt-pkg/cacheset.cc:David Kalnischkies2011-11-091-178/+203
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-2/+5
* reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-2/+4
* * merged lp:~evfool/apt/fix641673Michael Vogt2011-02-101-1/+1
* - [ABI BREAK] add an ErrorType option to CacheSetHelperDavid Kalnischkies2010-07-301-9/+9
* * apt-pkg/cacheset.cc:Michael Vogt2010-07-301-1/+1
* - add a 'newest' pseudo target release as in pkg/newestDavid Kalnischkies2010-07-261-1/+6
* * apt-pkg/cacheset.cc:David Kalnischkies2010-07-171-0/+506
* * cmdline/cacheset.cc:David Kalnischkies2010-06-151-330/+0
* Add a GroupedFromCommandLine for the VersionSet similar to theDavid Kalnischkies2010-06-151-39/+84
* * apt-pkg/cacheset.cc:David Kalnischkies2010-06-101-3/+8
* add a GroupedFromCommandLine method to the PackageSet to split theDavid Kalnischkies2010-06-061-0/+33
* support special release-modifier 'installed' and 'candidate'David Kalnischkies2010-06-051-49/+77
* handle :arch modifier in PackageSet::FromString correctlyDavid Kalnischkies2010-06-051-6/+20
* Don't increase the commandline parameter in the library but in theDavid Kalnischkies2010-06-051-2/+2
* Add a method to get a VersionSet from the Commandline and refactorDavid Kalnischkies2010-06-051-19/+121