]> git.saurik.com Git - apt.git/commit - apt-pkg/cachefilter.h
add an API for cache filters/matcher
authorDavid Kalnischkies <david@kalnischkies.de>
Sun, 7 Sep 2014 17:16:56 +0000 (19:16 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Fri, 26 Sep 2014 22:10:48 +0000 (00:10 +0200)
commit3721cb019fd03ecd68c20bb22f231ec8fb5f83b1
tree7098c63fbe2b62d30e2ae557db63751bfaaf1b97
parent1e064088bf7b3e29cd36d30760fb3e4143a1a49a
add an API for cache filters/matcher

A lot of code deals with iterating over packages and checking for
specific states. At the moment these are all handcrafted inplace, but
that makes sharing common code which just differs in the states it
checks rather difficult and is error prune. Having an API to construct
arbitrary complex filters will come in handy for those.

Git-Dch: Ignore
apt-pkg/cachefilter.cc
apt-pkg/cachefilter.h