summaryrefslogtreecommitdiff
path: root/apt-pkg/cacheset.cc
AgeCommit message (Expand)Author
2017-12-14remove pointless APT_PURE from void functionsDavid Kalnischkies
2017-08-24Replace APT_CONST with APT_PURE everywhereJulian Andres Klode
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2017-07-12Drop cacheiterators.h includeJulian Andres Klode
2017-01-19fix various typos reported by spellintianDavid Kalnischkies
2015-12-14support regex and co in 'apt-cache policy $pkg' againDavid Kalnischkies
2015-11-04support .deb files in upgrade operations as wellDavid Kalnischkies
2015-09-14implement dpkgs vision of interpreting pkg:<arch> dependenciesDavid Kalnischkies
2015-08-29use c++11 algorithms to avoid strange compiler warningsDavid Kalnischkies
2015-08-27cacheset: Prefer the depcache over the policy againJulian Andres Klode
2015-08-10avoid virtual in the iteratorsDavid Kalnischkies
2015-08-10show or-groups in not-installed recommends and suggests listsDavid Kalnischkies
2015-08-10make all d-pointer * const pointersDavid Kalnischkies
2015-06-16add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies
2015-03-16fix some new compiler warnings reported by gcc-5David Kalnischkies
2014-11-08replace ignore-deprecated #pragma dance with _PragmaDavid Kalnischkies
2014-09-27move PCI::From* methods into CacheSetHelper classDavid Kalnischkies
2014-09-27rework cachesets API to allow future extensionDavid Kalnischkies
2014-07-16Do not crash for apt-get install /dev/nullMichael Vogt
2014-07-10Allow passing a full path to apt-get install /foo/bar.debMichael Vogt
2014-05-07fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG...Michael Vogt
2014-04-26handle pkgnames shorter than modifiersDavid Kalnischkies
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies
2014-02-20prepare re-enable fnmatch() once we have proper reportingMichael Vogt
2014-02-14disable fnmatch()Michael Vogt
2014-02-14add missing canNotFindFnmatch/showFnmatchSelection (for the next ABI break)Michael Vogt
2014-01-16rework some code to fix some scan-build warningsDavid Kalnischkies
2013-08-12squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt
2012-07-18* apt-pkg/cacheset.cc:David Kalnischkies
2012-06-14* apt-pkg/cacheset.cc:David Kalnischkies
2012-04-20* apt-pkg/cacheset.cc:David Kalnischkies
2011-11-09* apt-pkg/cacheset.cc:David Kalnischkies
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies
2011-02-10* merged lp:~evfool/apt/fix641673Michael Vogt
2010-07-30 - [ABI BREAK] add an ErrorType option to CacheSetHelperDavid Kalnischkies
2010-07-30 * apt-pkg/cacheset.cc:Michael Vogt
2010-07-26 - add a 'newest' pseudo target release as in pkg/newestDavid Kalnischkies
2010-07-17* apt-pkg/cacheset.cc:David Kalnischkies
2010-06-15* cmdline/cacheset.cc:David Kalnischkies
2010-06-15Add a GroupedFromCommandLine for the VersionSet similar to theDavid Kalnischkies
2010-06-10* apt-pkg/cacheset.cc:David Kalnischkies
2010-06-06add a GroupedFromCommandLine method to the PackageSet to split theDavid Kalnischkies
2010-06-05support special release-modifier 'installed' and 'candidate'David Kalnischkies
2010-06-05handle :arch modifier in PackageSet::FromString correctlyDavid Kalnischkies
2010-06-05Don't increase the commandline parameter in the library but in theDavid Kalnischkies
2010-06-05Add a method to get a VersionSet from the Commandline and refactorDavid Kalnischkies
2010-05-31rename packageset into cacheset while it is not too lateDavid Kalnischkies