summaryrefslogtreecommitdiff
path: root/apt-pkg/cachefilter.cc
Commit message (Expand)AuthorAgeFilesLines
* remove pointless APT_PURE from void functionsDavid Kalnischkies2017-12-141-2/+2
* Replace APT_CONST with APT_PURE everywhereJulian Andres Klode2017-08-241-8/+8
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-3/+3
* Drop cacheiterators.h includeJulian Andres Klode2017-07-121-1/+0
* Read dpkg tables to handle architecture wildcardsJulian Andres Klode2017-01-171-28/+67
* support <libc>-<kernel>-<cpu> in architecture specsDavid Kalnischkies2016-01-311-16/+35
* add an API for cache filters/matcherDavid Kalnischkies2014-09-271-25/+119
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-1/+3
* squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt2013-08-121-0/+11
* various simple changes to fix cppcheck warningsDavid Kalnischkies2013-03-101-2/+1
* * apt-pkg/cachefilter.cc:David Kalnischkies2012-07-121-6/+0
* * apt-pkg/deb/deblistparser.cc:David Kalnischkies2012-06-141-0/+51
* ensure that apti18n.h is included last as advertised (Closes: #671623)David Kalnischkies2012-05-051-2/+2
* fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies2012-03-041-1/+1
* reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-0/+2
* factor regex package name matches into newly created cachefilter classesDavid Kalnischkies2010-07-171-0/+54