summaryrefslogtreecommitdiff
path: root/apt-pkg/cachefilter.cc
AgeCommit message (Collapse)AuthorFilesLines
2014-04-06Merge git://anonscm.debian.org/apt/aptIgor Pashev1-1/+3
Conflicts: .gitignore apt-pkg/makefile buildlib/config.h.in buildlib/environment.mak.in buildlib/fail.mak buildlib/libversion.mak buildlib/program.mak cmdline/apt-get.cc cmdline/makefile configure.ac debian/apt.install.in debian/changelog debian/control debian/libapt-pkg4.12.symbols debian/rules doc/makefile test/libapt/makefile
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-1/+3
Beside being a bit cleaner it hopefully also resolves oddball problems I have with high levels of parallel jobs. Git-Dch: Ignore Reported-By: iwyu (include-what-you-use)
2014-02-02Fix usage of FNM_CASEFOLD; try FNM_IGNORECASEIgor Pashev1-0/+8
2013-08-12squash merge of the feature/apt-binary branch without the changes from ↵Michael Vogt1-0/+11
experimental
2013-03-10various simple changes to fix cppcheck warningsDavid Kalnischkies1-2/+1
2012-07-12* apt-pkg/cachefilter.cc:David Kalnischkies1-6/+0
- remove architecture-specific arch to tuple expansion-rules as they lead to the same tuples for different architectures (e.g. linux-arm for arm, armel and armhf) while the dpkg-architecture code uses triples which are different (in the first part, which we omit in our tuples), so e.g. build-dep restrictions for armel ended up effecting armhf as well
2012-06-14* apt-pkg/deb/deblistparser.cc:David Kalnischkies1-0/+51
- use PackageArchitectureMatchesSpecification filter * apt-pkg/cachefilter.cc: - add PackageArchitectureMatchesSpecification (Closes: #672603)
2012-05-05ensure that apti18n.h is included last as advertised (Closes: #671623)David Kalnischkies1-2/+2
2012-03-04fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies1-1/+1
initialized in the constructor." messages (no functional change)
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-0/+2
2010-07-17factor regex package name matches into newly created cachefilter classesDavid Kalnischkies1-0/+54