| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cleanup headers and especially #includes everywhere | David Kalnischkies | 2014-03-13 | 1 | -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) | ||||
| * | squash merge of the feature/apt-binary branch without the changes from ↵ | Michael Vogt | 2013-08-12 | 1 | -0/+11 |
| | | | | | experimental | ||||
| * | various simple changes to fix cppcheck warnings | David Kalnischkies | 2013-03-10 | 1 | -2/+1 |
| | | |||||
| * | * apt-pkg/cachefilter.cc: | David Kalnischkies | 2012-07-12 | 1 | -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 | ||||
| * | * apt-pkg/deb/deblistparser.cc: | David Kalnischkies | 2012-06-14 | 1 | -0/+51 |
| | | | | | | - use PackageArchitectureMatchesSpecification filter * apt-pkg/cachefilter.cc: - add PackageArchitectureMatchesSpecification (Closes: #672603) | ||||
| * | ensure that apti18n.h is included last as advertised (Closes: #671623) | David Kalnischkies | 2012-05-05 | 1 | -2/+2 |
| | | |||||
| * | fix a bunch of cppcheck "(warning) Member variable '<#>' is not | David Kalnischkies | 2012-03-04 | 1 | -1/+1 |
| | | | | | initialized in the constructor." messages (no functional change) | ||||
| * | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies | 2011-09-13 | 1 | -0/+2 |
| | | |||||
| * | factor regex package name matches into newly created cachefilter classes | David Kalnischkies | 2010-07-17 | 1 | -0/+54 |
