summaryrefslogtreecommitdiff
path: root/apt-pkg/cacheiterators.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-11Deprectate buggy/incorrect Rls/PkgFile::IsOk methodsDavid Kalnischkies1-0/+2
2017-12-13convert various c-style casts to C++-styleDavid Kalnischkies1-2/+2
2017-07-12cacheiterators: Warn about direct include and don't include pkgcache.hJulian Andres Klode1-1/+3
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-4/+4
2016-04-28factor out Pkg/DepIterator prettyprinters into own headerDavid Kalnischkies1-2/+2
2016-04-28deprecate confusing Pkg.CandVersion() methodDavid Kalnischkies1-1/+1
2016-01-07Switch performance critical code to use APT::StringViewJulian Andres Klode1-0/+7
2015-11-27add messages to our deprecation warnings in libaptDavid Kalnischkies1-2/+2
2015-08-27fix various typos reported by codespellDavid Kalnischkies1-1/+1
2015-08-12Drop the Section field from pkgCache::Package againJulian Andres Klode1-5/+3
2015-08-11Drop C++11 elements from headersJulian Andres Klode1-2/+2
2015-08-10hide implicit deps in apt-cache again by defaultDavid Kalnischkies1-2/+16
2015-08-10remove the compatibility markers for 4.13 abiDavid Kalnischkies1-3/+1
2015-08-10link DependencyData structs togetherDavid Kalnischkies1-2/+3
2015-08-10split-up Dependency structDavid Kalnischkies1-9/+34
2015-08-10avoid virtual in the iteratorsDavid Kalnischkies1-51/+39
2015-08-10cleanup Container.erase API to look more like std::containersDavid Kalnischkies1-1/+0
2015-08-10apply various style suggestions by cppcheckDavid Kalnischkies1-4/+4
2015-06-12store Release files data in the CacheDavid Kalnischkies1-6/+40
2015-03-16merge debian/sid into debian/experimentalDavid Kalnischkies1-4/+6
2014-11-10deprecate the Section member from package structDavid Kalnischkies1-1/+3
2014-11-08guard ABI changes for SourcePkg/Ver in pkgCacheDavid Kalnischkies1-0/+2
2014-09-27store source name and version in binary cacheDavid Kalnischkies1-0/+6
2014-09-27deprecate Pkg->Name in favor of Grp->NameDavid Kalnischkies1-2/+2
2014-06-18remove the Section member from package structDavid Kalnischkies1-1/+5
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies1-17/+18
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-0/+4
2014-03-13warning: cast from type A to type B casts away qualifiers [-Wcast-qual]David Kalnischkies1-1/+1
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies1-113/+113
2014-02-22Fix typos in documentation (codespell)Michael Vogt1-3/+3
2013-07-11Version 3 for DPkg::Pre-Install-Pkgs with MultiArch infoDavid Kalnischkies1-0/+1
2013-04-03* apt-pkg/cacheiterators.h:David Kalnischkies1-0/+2
2012-06-11* apt-pkg/cacheiterators.h:David Kalnischkies1-1/+3
2012-01-19* apt-pkg/cacheiterators.h:David Kalnischkies1-1/+1
2012-01-13factor out the detection of self-conflicts into Dep::IsIgnorableDavid Kalnischkies1-0/+2
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-0/+1
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies1-3/+3
2011-05-17remove deprecated methods which nobody should have used anyway likeDavid Kalnischkies1-4/+0
2011-05-17* apt-pkg/pkgcache.h:David Kalnischkies1-3/+1
2011-05-11if critical or-group can't be satisfied, exit directly.David Kalnischkies1-0/+1
2011-03-25* apt-pkg/cacheiterator.h:David Kalnischkies1-0/+4
2011-03-08Remove the "pseudopackage" handling of Architecture: all packages forDavid Kalnischkies1-6/+2
2011-01-13* apt-pkg/cacheiterator.h:David Kalnischkies1-9/+9
2010-08-10* apt-pkg/algorithms.cc:David Kalnischkies1-0/+3
2010-07-25* apt-pkg/pkgcache.cc:David Kalnischkies1-2/+5
2010-07-11rename ReOwn to ReMap in the cacheiteratorsDavid Kalnischkies1-2/+2
2010-07-08* apt-pkg/pkgcachegen.{cc,h}:David Kalnischkies1-0/+6
2010-07-04* apt-pkg/policy.h:David Kalnischkies1-16/+16
2010-06-16add a simple method to VerIterator to check if two Versions are similarDavid Kalnischkies1-0/+9
2010-05-31* apt-pkg/cacheset.{cc,h}:David Kalnischkies1-2/+2